#c10f77

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

Shades of Medium Violet Red #C10F77

Tints of Medium Violet Red #C10F77

Color information

#C10F77 (or 0xC10F77) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0F and 77. RGB value is (193,15,119). Sum of RGB (Red+Green+Blue) = 193+15+119=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F77 is #3EF088. Grayscale: #4F4F4F. Windows color (decimal): -4124809 or 7802817. OLE color: 7802817.

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

Color convert

RGB19315119-
CMYK00.920.380.24
HSL324.94º85.58%40.78%-
HSV(B)324.94º92.23%75.69%-
XYZ25.4913.0118.62-
YUV80.08149.97208.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=59.02%
G=4.59%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931511900.920.380.24324.9485.5840.78
HexC1F7705C26181455629
Octal301171670134463050512651
Binary110000011111111011101011100100110110001010001011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10f77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10f77; }

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

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

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

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

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

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

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

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