#C00B82

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

Shades of Medium Violet Red #C00B82

Tints of Medium Violet Red #C00B82

Color information

#C00B82 (or 0xC00B82) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0B and 82. RGB value is (192,11,130). Sum of RGB (Red+Green+Blue) = 192+11+130=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00B82 is #3FF47D. Grayscale: #4E4E4E. Windows color (decimal): -4191358 or 8522688. OLE color: 8522688.

HSL color Cylindrical-coordinate representation of color #C00B82: hue angle of 320.55º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B82 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19211130-
CMYK00.940.320.25
HSL320.55º89.16%39.8%-
HSV(B)320.55º94.27%75.29%-
XYZ25.8913.0622.28-
YUV78.68156.97208.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 11 (4.69% from 255) = 3.30%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=57.66%
G=3.30%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921113000.940.320.25320.5589.1639.8
HexC0B8205E20191415928
Octal300132020136403150113150
Binary1100000010111000001001011110100000110011010000011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00B82; }

 p { color: rgb(192,11,130); }

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

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

 a { background-color: rgb(192,11,130); }

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

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

 span { border-color: rgb(192,11,130); }

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