#C01096

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

Shades of Medium Violet Red #C01096

Tints of Medium Violet Red #C01096

Color information

#C01096 (or 0xC01096) is unknown color: approx Medium Violet Red. HEX triplet: C0, 10 and 96. RGB value is (192,16,150). Sum of RGB (Red+Green+Blue) = 192+16+150=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C01096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01096 is #3FEF69. Grayscale: #535353. Windows color (decimal): -4190058 or 9834688. OLE color: 9834688.

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

Color convert

RGB19216150-
CMYK00.920.220.25
HSL314.32º84.62%40.78%-
HSV(B)314.32º91.67%75.29%-
XYZ27.4313.7830.07-
YUV83.9165.31205.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 16 (6.64% from 255) = 4.47%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=53.63%
G=4.47%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921615000.920.220.25314.3284.6240.78
HexC0109605C161913a5529
Octal300202260134263147212551
Binary1100000010000100101100101110010110110011001110101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01096; }

 p { color: rgb(192,16,150); }

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

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

 a { background-color: rgb(192,16,150); }

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

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

 span { border-color: rgb(192,16,150); }

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