#C10F96

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

Shades of Medium Violet Red #C10F96

Tints of Medium Violet Red #C10F96

Color information

#C10F96 (or 0xC10F96) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0F and 96. RGB value is (193,15,150). Sum of RGB (Red+Green+Blue) = 193+15+150=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F96 is #3EF069. Grayscale: #535353. Windows color (decimal): -4124778 or 9834433. OLE color: 9834433.

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

Color convert

RGB19315150-
CMYK00.920.220.24
HSL314.49º85.58%40.78%-
HSV(B)314.49º92.23%75.69%-
XYZ27.6713.8830.08-
YUV83.61165.47206.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=53.91%
G=4.19%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931515000.920.220.24314.4985.5840.78
HexC1F9605C161813a5629
Octal301172260134263047212651
Binary110000011111100101100101110010110110001001110101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10F96; }

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

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

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

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

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

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

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

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