#C02A78

Color #C02A78 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C02A78

Tints of Medium Red Violet #C02A78

Color information

#C02A78 (or 0xC02A78) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2A and 78. RGB value is (192,42,120). Sum of RGB (Red+Green+Blue) = 192+42+120=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A78 is #3FD587. Grayscale: #5F5F5F. Windows color (decimal): -4183432 or 7875264. OLE color: 7875264.

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

Color convert

RGB19242120-
CMYK00.780.380.25
HSL328.8º64.1%45.88%-
HSV(B)328.8º78.12%75.29%-
XYZ25.9614.2219.15-
YUV95.74141.7196.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=54.24%
G=11.86%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924212000.780.380.25328.864.145.88
HexC02A7804E2619149402e
Octal300521700116463151110056
Binary11000000101010111100001001110100110110011010010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02A78; }

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

 H1.HeaderClassName
 {
   color: #C02A78;
 }
 .AnyTagClassName
 {
   color: #C02A78;
 }
</style>
background-color css

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

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

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

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

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

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