#C02B70

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

Shades of Medium Red Violet #C02B70

Tints of Medium Red Violet #C02B70

Color information

#C02B70 (or 0xC02B70) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 70. RGB value is (192,43,112). Sum of RGB (Red+Green+Blue) = 192+43+112=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B70 is #3FD48F. Grayscale: #5F5F5F. Windows color (decimal): -4183184 or 7351232. OLE color: 7351232.

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

Color convert

RGB19243112-
CMYK00.780.420.25
HSL332.21º63.4%46.08%-
HSV(B)332.21º77.6%75.29%-
XYZ25.5314.116.71-
YUV95.42137.36196.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=55.33%
G=12.39%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924311200.780.420.25332.2163.446.08
HexC02B7004E2A1914c3f2e
Octal30053160011652315147756
Binary1100000010101111100000100111010101011001101001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B70; }

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

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

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

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

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

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

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

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