Html Css Color HEX #C02AAA Medium Red Violet

📋 copy color: '#C02AAA'

red 192 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #C02AAA

Tints of Medium Red Violet #C02AAA

RGB

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

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

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

R = 47.52%
G = 10.4%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C02AAA (or 0xC02AAA) is known color: Medium Red Violet. HEX triplet: C0, 2A and AA. RGB value is (192,42,170). Sum of RGB (Red+Green+Blue) = 192+42+170=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AAA is #3FD555. Grayscale: #656565. Windows color (decimal): -4183382 or 11152064. OLE color: 11152064.

HSL color Cylindrical-coordinate representation of color #C02AAA: hue angle of 308.8º 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 #C02AAA is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 170 -
CMYK 0 0.78 0.11 0.25
HSL 308.8º 0.64% 0.46% -
HSV(B) 308.8º 0.78% 0.75% -
XYZ 29.82 15.76 39.5 -
YUV 101.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 192 42 170 0 0.78 0.11 0.25 308.8 0.64 0.46
Hex C0 2A AA 0 4E B 19 135 40 2E
Octal 300 52 252 0 116 13 31 465 100 56
Binary 11000000 101010 10101010 0 1001110 1011 11001 100110101 1000000 101110

Color Harmonies of #C02AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AAA

Black with #C02AAA

Text Example


Text Example

White with #C02AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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