#C10EA0

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

Shades of Medium Violet Red #C10EA0

Tints of Medium Violet Red #C10EA0

Color information

#C10EA0 (or 0xC10EA0) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0E and A0. RGB value is (193,14,160). Sum of RGB (Red+Green+Blue) = 193+14+160=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA0 is #3EF15F. Grayscale: #535353. Windows color (decimal): -4125024 or 10489537. OLE color: 10489537.

HSL color Cylindrical-coordinate representation of color #C10EA0: hue angle of 311.06º 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 #C10EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19314160-
CMYK00.930.170.24
HSL311.06º86.47%40.59%-
HSV(B)311.06º92.75%75.69%-
XYZ28.4914.1934.49-
YUV84.16170.8205.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 14 (5.86% from 255) = 3.81%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=52.59%
G=3.81%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931416000.930.170.24311.0686.4740.59
HexC1EA005D11181375629
Octal301162400135213046712651
Binary110000011110101000000101110110001110001001101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10EA0; }

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

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

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

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

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

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

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

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