Html Css Color HEX #C02BA9 Medium Red Violet

📋 copy color: '#C02BA9'

red 192 ◦ green 43 ◦ blue 169

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

Shades of Medium Red Violet #C02BA9

Tints of Medium Red Violet #C02BA9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

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

R = 47.52%
G = 10.64%
B = 41.83%

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

#C02BA9 (or 0xC02BA9) is known color: Medium Red Violet. HEX triplet: C0, 2B and A9. RGB value is (192,43,169). Sum of RGB (Red+Green+Blue) = 192+43+169=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BA9 is #3FD456. Grayscale: #656565. Windows color (decimal): -4183127 or 11086784. OLE color: 11086784.

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

Color convert

RGB 192 43 169 -
CMYK 0 0.78 0.12 0.25
HSL 309.26º 0.63% 0.46% -
HSV(B) 309.26º 0.78% 0.75% -
XYZ 29.76 15.8 39.02 -
YUV 101.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 192 43 169 0 0.78 0.12 0.25 309.26 0.63 0.46
Hex C0 2B A9 0 4E C 19 135 3F 2E
Octal 300 53 251 0 116 14 31 465 77 56
Binary 11000000 101011 10101001 0 1001110 1100 11001 100110101 111111 101110

Color Harmonies of #C02BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BA9

Black with #C02BA9

Text Example


Text Example

White with #C02BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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