#C10981

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

Shades of Medium Violet Red #C10981

Tints of Medium Violet Red #C10981

Color information

#C10981 (or 0xC10981) is unknown color: approx Medium Violet Red. HEX triplet: C1, 09 and 81. RGB value is (193,9,129). Sum of RGB (Red+Green+Blue) = 193+9+129=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C10981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10981 is #3EF67E. Grayscale: #4D4D4D. Windows color (decimal): -4126335 or 8456641. OLE color: 8456641.

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

Color convert

RGB1939129-
CMYK00.950.330.24
HSL320.87º91.09%39.61%-
HSV(B)320.87º95.34%75.69%-
XYZ26.0513.1221.93-
YUV77.7156.96210.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=58.31%
G=2.72%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193912900.950.330.24320.8791.0939.61
HexC198105F21181415b28
Octal301112010137413050113350
Binary1100000110011000000101011111100001110001010000011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10981; }

 p { color: rgb(193,9,129); }

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

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

 a { background-color: rgb(193,9,129); }

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

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

 span { border-color: rgb(193,9,129); }

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