Html Css Color HEX #C02AA0 Medium Red Violet

📋 copy color: '#C02AA0'

red 192 ◦ green 42 ◦ blue 160

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

Shades of Medium Red Violet #C02AA0

Tints of Medium Red Violet #C02AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 48.73%
G = 10.66%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C02AA0 (or 0xC02AA0) is known color: Medium Red Violet. HEX triplet: C0, 2A and A0. RGB value is (192,42,160). Sum of RGB (Red+Green+Blue) = 192+42+160=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AA0 is #3FD55F. Grayscale: #636363. Windows color (decimal): -4183392 or 10496704. OLE color: 10496704.

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

Color convert

RGB 192 42 160 -
CMYK 0 0.78 0.17 0.25
HSL 312.8º 0.64% 0.46% -
HSV(B) 312.8º 0.78% 0.75% -
XYZ 28.91 15.4 34.71 -
YUV 100.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 192 42 160 0 0.78 0.17 0.25 312.8 0.64 0.46
Hex C0 2A A0 0 4E 11 19 139 40 2E
Octal 300 52 240 0 116 21 31 471 100 56
Binary 11000000 101010 10100000 0 1001110 10001 11001 100111001 1000000 101110

Color Harmonies of #C02AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AA0

Black with #C02AA0

Text Example


Text Example

White with #C02AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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