#C10E6F

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

Shades of Medium Violet Red #C10E6F

Tints of Medium Violet Red #C10E6F

Color information

#C10E6F (or 0xC10E6F) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0E and 6F. RGB value is (193,14,111). Sum of RGB (Red+Green+Blue) = 193+14+111=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E6F is #3EF190. Grayscale: #4E4E4E. Windows color (decimal): -4125073 or 7278273. OLE color: 7278273.

HSL color Cylindrical-coordinate representation of color #C10E6F: hue angle of 327.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E6F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19314111-
CMYK00.930.420.24
HSL327.49º86.47%40.59%-
HSV(B)327.49º92.75%75.69%-
XYZ25.0212.816.19-
YUV78.58146.3209.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 14 (5.86% from 255) = 4.40%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=60.69%
G=4.40%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931411100.930.420.24327.4986.4740.59
HexC1E6F05D2A181475629
Octal301161570135523050712651
Binary110000011110110111101011101101010110001010001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E6F; }

 p { color: rgb(193,14,111); }

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

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

 a { background-color: rgb(193,14,111); }

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

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

 span { border-color: rgb(193,14,111); }

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