#C21479

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

Shades of Medium Violet Red #C21479

Tints of Medium Violet Red #C21479

Color information

#C21479 (or 0xC21479) is unknown color: approx Medium Violet Red. HEX triplet: C2, 14 and 79. RGB value is (194,20,121). Sum of RGB (Red+Green+Blue) = 194+20+121=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21479 is #3DEB86. Grayscale: #535353. Windows color (decimal): -4057991 or 7935170. OLE color: 7935170.

HSL color Cylindrical-coordinate representation of color #C21479: hue angle of 325.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21479 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19420121-
CMYK00.900.380.24
HSL325.17º81.31%41.96%-
HSV(B)325.17º89.69%76.08%-
XYZ25.9513.3519.3-
YUV83.54149.15206.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.91%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=57.91%
G=5.97%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942012100.900.380.24325.1781.3141.96
HexC2147905A2618145512a
Octal302241710132463050512152
Binary1100001010100111100101011010100110110001010001011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21479; }

 p { color: rgb(194,20,121); }

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

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

 a { background-color: rgb(194,20,121); }

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

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

 span { border-color: rgb(194,20,121); }

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