#c5136c

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

Shades of Medium Violet Red #C5136C

Tints of Medium Violet Red #C5136C

Color information

#C5136C (or 0xC5136C) is unknown color: approx Medium Violet Red. HEX triplet: C5, 13 and 6C. RGB value is (197,19,108). Sum of RGB (Red+Green+Blue) = 197+19+108=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5136C is #3AEC93. Grayscale: #525252. Windows color (decimal): -3861652 or 7082949. OLE color: 7082949.

HSL color Cylindrical-coordinate representation of color #C5136C: hue angle of 330º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5136C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19719108-
CMYK00.900.450.23
HSL330º82.41%42.35%-
HSV(B)330º90.36%77.25%-
XYZ25.9713.4215.41-
YUV82.37142.47209.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 19 (7.81% from 255) = 5.86%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=60.80%
G=5.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971910800.900.450.2333082.4142.35
HexC5136C05A2D1714a522a
Octal305231540132552751212252
Binary1100010110011110110001011010101101101111010010101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5136c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5136c; }

 p { color: rgb(197,19,108); }

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

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

 a { background-color: rgb(197,19,108); }

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

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

 span { border-color: rgb(197,19,108); }

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