#C10D77

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

Shades of Medium Violet Red #C10D77

Tints of Medium Violet Red #C10D77

Color information

#C10D77 (or 0xC10D77) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0D and 77. RGB value is (193,13,119). Sum of RGB (Red+Green+Blue) = 193+13+119=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D77 is #3EF288. Grayscale: #4E4E4E. Windows color (decimal): -4125321 or 7802305. OLE color: 7802305.

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

Color convert

RGB19313119-
CMYK00.930.380.24
HSL324.67º87.38%40.39%-
HSV(B)324.67º93.26%75.69%-
XYZ25.4712.9618.61-
YUV78.9150.63209.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.38%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=59.38%
G=4%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931311900.930.380.24324.6787.3840.39
HexC1D7705D26181455728
Octal301151670135463050512750
Binary110000011101111011101011101100110110001010001011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D77; }

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

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

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

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

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

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

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

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