#C02A72

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

Shades of Medium Red Violet #C02A72

Tints of Medium Red Violet #C02A72

Color information

#C02A72 (or 0xC02A72) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2A and 72. RGB value is (192,42,114). Sum of RGB (Red+Green+Blue) = 192+42+114=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A72 is #3FD58D. Grayscale: #5E5E5E. Windows color (decimal): -4183438 or 7482048. OLE color: 7482048.

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

Color convert

RGB19242114-
CMYK00.780.410.25
HSL331.2º64.1%45.88%-
HSV(B)331.2º78.12%75.29%-
XYZ25.614.0817.29-
YUV95.06138.7197.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 42 (16.80% from 255) = 12.07%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=55.17%
G=12.07%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924211400.780.410.25331.264.145.88
HexC02A7204E291914b402e
Octal300521620116513151310056
Binary11000000101010111001001001110101001110011010010111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02A72; }

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

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

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

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

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

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

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

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