#C9106C

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

Shades of Medium Violet Red #C9106C

Tints of Medium Violet Red #C9106C

Color information

#C9106C (or 0xC9106C) is unknown color: approx Medium Violet Red. HEX triplet: C9, 10 and 6C. RGB value is (201,16,108). Sum of RGB (Red+Green+Blue) = 201+16+108=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9106C is #36EF93. Grayscale: #515151. Windows color (decimal): -3600276 or 7082185. OLE color: 7082185.

HSL color Cylindrical-coordinate representation of color #C9106C: hue angle of 330.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9106C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20116108-
CMYK00.920.460.21
HSL330.16º85.25%42.55%-
HSV(B)330.16º92.04%78.82%-
XYZ26.9813.8715.44-
YUV81.8142.79213.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.85%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=61.85%
G=4.92%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011610800.920.460.21330.1685.2542.55
HexC9106C05C2E1514a552b
Octal311201540134562551212553
Binary1100100110000110110001011100101110101011010010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9106C; }

 p { color: rgb(201,16,108); }

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

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

 a { background-color: rgb(201,16,108); }

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

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

 span { border-color: rgb(201,16,108); }

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