#C10A95

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

Shades of Medium Violet Red #C10A95

Tints of Medium Violet Red #C10A95

Color information

#C10A95 (or 0xC10A95) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0A and 95. RGB value is (193,10,149). Sum of RGB (Red+Green+Blue) = 193+10+149=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10A95 is #3EF56A. Grayscale: #505050. Windows color (decimal): -4126059 or 9767617. OLE color: 9767617.

HSL color Cylindrical-coordinate representation of color #C10A95: hue angle of 314.43º degrees, saturation: 0.9, 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 #C10A95 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19310149-
CMYK00.950.230.24
HSL314.43º90.15%39.8%-
HSV(B)314.43º94.82%75.69%-
XYZ27.5313.7229.63-
YUV80.56166.63208.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=54.83%
G=2.84%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931014900.950.230.24314.4390.1539.8
HexC1A9505F171813a5a28
Octal301122250137273047213250
Binary110000011010100101010101111110111110001001110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A95; }

 p { color: rgb(193,10,149); }

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

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

 a { background-color: rgb(193,10,149); }

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

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

 span { border-color: rgb(193,10,149); }

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