#C21172

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

Shades of Medium Violet Red #C21172

Tints of Medium Violet Red #C21172

Color information

#C21172 (or 0xC21172) is unknown color: approx Medium Violet Red. HEX triplet: C2, 11 and 72. RGB value is (194,17,114). Sum of RGB (Red+Green+Blue) = 194+17+114=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C21172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21172 is #3DEE8D. Grayscale: #505050. Windows color (decimal): -4058766 or 7475650. OLE color: 7475650.

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

Color convert

RGB19417114-
CMYK00.910.410.24
HSL327.12º83.89%41.37%-
HSV(B)327.12º91.24%76.08%-
XYZ25.4913.0917.1-
YUV80.98146.64208.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=59.69%
G=5.23%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941711400.910.410.24327.1283.8941.37
HexC2117205B29181475429
Octal302211620133513050712451
Binary1100001010001111001001011011101001110001010001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21172; }

 p { color: rgb(194,17,114); }

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

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

 a { background-color: rgb(194,17,114); }

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

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

 span { border-color: rgb(194,17,114); }

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