#C02C72

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

Shades of Medium Red Violet #C02C72

Tints of Medium Red Violet #C02C72

Color information

#C02C72 (or 0xC02C72) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2C and 72. RGB value is (192,44,114). Sum of RGB (Red+Green+Blue) = 192+44+114=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C72 is #3FD38D. Grayscale: #606060. Windows color (decimal): -4182926 or 7482560. OLE color: 7482560.

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

Color convert

RGB19244114-
CMYK00.770.410.25
HSL331.62º62.71%46.27%-
HSV(B)331.62º77.08%75.29%-
XYZ25.6814.2217.31-
YUV96.23138.03196.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=54.86%
G=12.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924411400.770.410.25331.6262.7146.27
HexC02C7204D291914c3f2e
Octal30054162011551315147756
Binary1100000010110011100100100110110100111001101001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C72; }

 p { color: rgb(192,44,114); }

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

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

 a { background-color: rgb(192,44,114); }

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

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

 span { border-color: rgb(192,44,114); }

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