#c10ea7

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

Shades of Medium Violet Red #C10EA7

Tints of Medium Violet Red #C10EA7

Color information

#C10EA7 (or 0xC10EA7) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0E and A7. RGB value is (193,14,167). Sum of RGB (Red+Green+Blue) = 193+14+167=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA7 is #3EF158. Grayscale: #545454. Windows color (decimal): -4125017 or 10948289. OLE color: 10948289.

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

Color convert

RGB19314167-
CMYK00.930.130.24
HSL308.72º86.47%40.59%-
HSV(B)308.72º92.75%75.69%-
XYZ29.1214.4437.81-
YUV84.96174.3205.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 14 (5.86% from 255) = 3.74%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=51.60%
G=3.74%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931416700.930.130.24308.7286.4740.59
HexC1EA705DD181355629
Octal301162470135153046512651
Binary11000001111010100111010111011101110001001101011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10ea7; }

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

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

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

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

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

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

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

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