Html Css Color HEX #C02AA9 Medium Red Violet

📋 copy color: '#C02AA9'

red 192 ◦ green 42 ◦ blue 169

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

Shades of Medium Red Violet #C02AA9

Tints of Medium Red Violet #C02AA9

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 169 (66.41% from 255) = 41.94%

R = 47.64%
G = 10.42%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C02AA9 (or 0xC02AA9) is known color: Medium Red Violet. HEX triplet: C0, 2A and A9. RGB value is (192,42,169). Sum of RGB (Red+Green+Blue) = 192+42+169=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AA9 is #3FD556. Grayscale: #646464. Windows color (decimal): -4183383 or 11086528. OLE color: 11086528.

HSL color Cylindrical-coordinate representation of color #C02AA9: hue angle of 309.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02AA9 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 169 -
CMYK 0 0.78 0.12 0.25
HSL 309.2º 0.64% 0.46% -
HSV(B) 309.2º 0.78% 0.75% -
XYZ 29.73 15.73 39 -
YUV 101.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 192 42 169 0 0.78 0.12 0.25 309.2 0.64 0.46
Hex C0 2A A9 0 4E C 19 135 40 2E
Octal 300 52 251 0 116 14 31 465 100 56
Binary 11000000 101010 10101001 0 1001110 1100 11001 100110101 1000000 101110

Color Harmonies of #C02AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AA9

Black with #C02AA9

Text Example


Text Example

White with #C02AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AA9; }

 p { color: rgb(192,42,169); }

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

background-color css

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

 a { background-color: rgb(192,42,169); }

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

border-color css

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

 span { border-color: rgb(192,42,169); }

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