#C10D73

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

Shades of Medium Violet Red #C10D73

Tints of Medium Violet Red #C10D73

Color information

#C10D73 (or 0xC10D73) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0D and 73. RGB value is (193,13,115). Sum of RGB (Red+Green+Blue) = 193+13+115=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D73 is #3EF28C. Grayscale: #4E4E4E. Windows color (decimal): -4125325 or 7540161. OLE color: 7540161.

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

Color convert

RGB19313115-
CMYK00.930.400.24
HSL326º87.38%40.39%-
HSV(B)326º93.26%75.69%-
XYZ25.2312.8617.37-
YUV78.45148.63209.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=60.12%
G=4.05%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931311500.930.400.2432687.3840.39
HexC1D7305D28181465728
Octal301151630135503050612750
Binary110000011101111001101011101101000110001010001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D73; }

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

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

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

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

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

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

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

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