#C5117D

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

Shades of Medium Violet Red #C5117D

Tints of Medium Violet Red #C5117D

Color information

#C5117D (or 0xC5117D) is unknown color: approx Medium Violet Red. HEX triplet: C5, 11 and 7D. RGB value is (197,17,125). Sum of RGB (Red+Green+Blue) = 197+17+125=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5117D is #3AEE82. Grayscale: #525252. Windows color (decimal): -3862147 or 8196549. OLE color: 8196549.

HSL color Cylindrical-coordinate representation of color #C5117D: hue angle of 324º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5117D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19717125-
CMYK00.910.370.23
HSL324º84.11%41.96%-
HSV(B)324º91.37%77.25%-
XYZ26.9313.7520.64-
YUV83.13151.63209.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=58.11%
G=5.01%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971712500.910.370.2332484.1141.96
HexC5117D05B2517144542a
Octal305211750133452750412452
Binary1100010110001111110101011011100101101111010001001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5117D; }

 p { color: rgb(197,17,125); }

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

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

 a { background-color: rgb(197,17,125); }

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

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

 span { border-color: rgb(197,17,125); }

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