#C02372

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

Shades of Medium Red Violet #C02372

Tints of Medium Red Violet #C02372

Color information

#C02372 (or 0xC02372) is unknown color: approx Medium Red Violet. HEX triplet: C0, 23 and 72. RGB value is (192,35,114). Sum of RGB (Red+Green+Blue) = 192+35+114=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02372 is #3FDC8D. Grayscale: #5A5A5A. Windows color (decimal): -4185230 or 7480256. OLE color: 7480256.

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

Color convert

RGB19235114-
CMYK00.820.410.25
HSL329.81º69.16%44.51%-
HSV(B)329.81º81.77%75.29%-
XYZ25.3813.6217.21-
YUV90.95141.01200.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 35 (14.06% from 255) = 10.26%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=56.30%
G=10.26%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923511400.820.410.25329.8169.1644.51
HexC02372052291914a452d
Octal300431620122513151210555
Binary11000000100011111001001010010101001110011010010101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02372; }

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

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

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

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

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

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

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

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