#C9136E

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

Shades of Medium Violet Red #C9136E

Tints of Medium Violet Red #C9136E

Color information

#C9136E (or 0xC9136E) is unknown color: approx Medium Violet Red. HEX triplet: C9, 13 and 6E. RGB value is (201,19,110). Sum of RGB (Red+Green+Blue) = 201+19+110=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9136E is #36EC91. Grayscale: #535353. Windows color (decimal): -3599506 or 7214025. OLE color: 7214025.

HSL color Cylindrical-coordinate representation of color #C9136E: hue angle of 330º 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 #C9136E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20119110-
CMYK00.910.450.21
HSL330º82.73%43.14%-
HSV(B)330º90.55%78.82%-
XYZ27.1314.0116.03-
YUV83.79142.8211.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.91%
GREEN value IS 19 (7.81% from 255) = 5.76%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=60.91%
G=5.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011911000.910.450.2133082.7343.14
HexC9136E05B2D1514a532b
Octal311231560133552551212353
Binary1100100110011110111001011011101101101011010010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9136E; }

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

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

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

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

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

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

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

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