#C00B6C

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

Shades of Medium Violet Red #C00B6C

Tints of Medium Violet Red #C00B6C

Color information

#C00B6C (or 0xC00B6C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0B and 6C. RGB value is (192,11,108). Sum of RGB (Red+Green+Blue) = 192+11+108=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B6C is #3FF493. Grayscale: #4B4B4B. Windows color (decimal): -4191380 or 7080896. OLE color: 7080896.

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

Color convert

RGB19211108-
CMYK00.940.440.25
HSL327.85º89.16%39.8%-
HSV(B)327.85º94.27%75.29%-
XYZ24.5612.5315.31-
YUV76.18145.97210.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=61.74%
G=3.54%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921110800.940.440.25327.8589.1639.8
HexC0B6C05E2C191485928
Octal300131540136543151013150
Binary110000001011110110001011110101100110011010010001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00B6C; }

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

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

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

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

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

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

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

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