Html Css Color HEX #C734AA Medium Red Violet

📋 copy color: '#C734AA'

red 199 ◦ green 52 ◦ blue 170

#C734AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C734AA

Tints of Medium Red Violet #C734AA

RGB

 RED value IS 199 (78.13% from 255) = 47.27%

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 47.27%
G = 12.35%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C734AA (or 0xC734AA) is known color: Medium Red Violet. HEX triplet: C7, 34 and AA. RGB value is (199,52,170). Sum of RGB (Red+Green+Blue) = 199+52+170=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C734AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C734AA is #38CB55. Grayscale: #6D6D6D. Windows color (decimal): -3722070 or 11154631. OLE color: 11154631.

HSL color Cylindrical-coordinate representation of color #C734AA: hue angle of 311.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C734AA is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 170 -
CMYK 0 0.74 0.15 0.22
HSL 311.84º 0.59% 0.49% -
HSV(B) 311.84º 0.74% 0.78% -
XYZ 32.04 17.5 39.72 -
YUV 109.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 199 52 170 0 0.74 0.15 0.22 311.84 0.59 0.49
Hex C7 34 AA 0 4A F 16 138 3B 31
Octal 307 64 252 0 112 17 26 470 73 61
Binary 11000111 110100 10101010 0 1001010 1111 10110 100111000 111011 110001

Color Harmonies of #C734AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734AA

Black with #C734AA

Text Example


Text Example

White with #C734AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734AA; }

 p { color: rgb(199,52,170); }

 H1.HeaderClassName
 {
   color: #C734AA;
 }
 .AnyTagClassName
 {
   color: #C734AA;
 }
</style>

background-color css

<style>
 a { background-color: #C734AA; }

 a { background-color: rgb(199,52,170); }

 div.DivClassName
 {
   background-color: #C734AA;
 }
 .BgClassName
 {
   background-color: #C734AA;
 }
</style>

border-color css

<style>
 span { border-color: #C734AA; }

 span { border-color: rgb(199,52,170); }

 td.TdClassName
 {
   border-color: #C734AA;
 }
 .TagClassName
 {
   border-color: #C734AA;
 }
</style>