#C10986

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

Shades of Medium Violet Red #C10986

Tints of Medium Violet Red #C10986

Color information

#C10986 (or 0xC10986) is unknown color: approx Medium Violet Red. HEX triplet: C1, 09 and 86. RGB value is (193,9,134). Sum of RGB (Red+Green+Blue) = 193+9+134=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C10986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10986 is #3EF679. Grayscale: #4D4D4D. Windows color (decimal): -4126330 or 8784321. OLE color: 8784321.

HSL color Cylindrical-coordinate representation of color #C10986: hue angle of 319.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10986 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB1939134-
CMYK00.950.310.24
HSL319.24º91.09%39.61%-
HSV(B)319.24º95.34%75.69%-
XYZ26.3913.2523.72-
YUV78.27159.46209.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 9 (3.91% from 255) = 2.68%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=57.44%
G=2.68%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193913400.950.310.24319.2491.0939.61
HexC198605F1F1813f5b28
Octal301112060137373047713350
Binary110000011001100001100101111111111110001001111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10986; }

 p { color: rgb(193,9,134); }

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

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

 a { background-color: rgb(193,9,134); }

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

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

 span { border-color: rgb(193,9,134); }

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