#C02B84

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

Shades of Medium Red Violet #C02B84

Tints of Medium Red Violet #C02B84

Color information

#C02B84 (or 0xC02B84) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 84. RGB value is (192,43,132). Sum of RGB (Red+Green+Blue) = 192+43+132=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B84 is #3FD47B. Grayscale: #616161. Windows color (decimal): -4183164 or 8661952. OLE color: 8661952.

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

Color convert

RGB19243132-
CMYK00.780.310.25
HSL324.16º63.4%46.08%-
HSV(B)324.16º77.6%75.29%-
XYZ26.7714.623.24-
YUV97.7147.36195.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=52.32%
G=11.72%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924313200.780.310.25324.1663.446.08
HexC02B8404E1F191443f2e
Octal30053204011637315047756
Binary1100000010101110000100010011101111111001101000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B84; }

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

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

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

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

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

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

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

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