#C9136D

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

Shades of Medium Violet Red #C9136D

Tints of Medium Violet Red #C9136D

Color information

#C9136D (or 0xC9136D) is unknown color: approx Medium Violet Red. HEX triplet: C9, 13 and 6D. RGB value is (201,19,109). Sum of RGB (Red+Green+Blue) = 201+19+109=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9136D is #36EC92. Grayscale: #535353. Windows color (decimal): -3599507 or 7148489. OLE color: 7148489.

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

Color convert

RGB20119109-
CMYK00.910.460.21
HSL330.33º82.73%43.14%-
HSV(B)330.33º90.55%78.82%-
XYZ27.0813.9915.74-
YUV83.68142.3211.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=61.09%
G=5.78%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011910900.910.460.21330.3382.7343.14
HexC9136D05B2E1514a532b
Octal311231550133562551212353
Binary1100100110011110110101011011101110101011010010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9136D; }

 p { color: rgb(201,19,109); }

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

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

 a { background-color: rgb(201,19,109); }

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

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

 span { border-color: rgb(201,19,109); }

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