#C10D96

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

Shades of Medium Violet Red #C10D96

Tints of Medium Violet Red #C10D96

Color information

#C10D96 (or 0xC10D96) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0D and 96. RGB value is (193,13,150). Sum of RGB (Red+Green+Blue) = 193+13+150=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10D96 is #3EF269. Grayscale: #525252. Windows color (decimal): -4125290 or 9833921. OLE color: 9833921.

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

Color convert

RGB19313150-
CMYK00.930.220.24
HSL314.33º87.38%40.39%-
HSV(B)314.33º93.26%75.69%-
XYZ27.6413.8330.07-
YUV82.44166.13206.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 13 (5.47% from 255) = 3.65%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=54.21%
G=3.65%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931315000.930.220.24314.3387.3840.39
HexC1D9605D161813a5728
Octal301152260135263047212750
Binary110000011101100101100101110110110110001001110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D96; }

 p { color: rgb(193,13,150); }

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

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

 a { background-color: rgb(193,13,150); }

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

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

 span { border-color: rgb(193,13,150); }

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