#c21473

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

Shades of Medium Violet Red #C21473

Tints of Medium Violet Red #C21473

Color information

#C21473 (or 0xC21473) is unknown color: approx Medium Violet Red. HEX triplet: C2, 14 and 73. RGB value is (194,20,115). Sum of RGB (Red+Green+Blue) = 194+20+115=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21473 is #3DEB8C. Grayscale: #525252. Windows color (decimal): -4057997 or 7541954. OLE color: 7541954.

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

Color convert

RGB19420115-
CMYK00.900.410.24
HSL327.24º81.31%41.96%-
HSV(B)327.24º89.69%76.08%-
XYZ25.5913.2117.42-
YUV82.86146.15207.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=58.97%
G=6.08%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942011500.900.410.24327.2481.3141.96
HexC2147305A2918147512a
Octal302241630132513050712152
Binary1100001010100111001101011010101001110001010001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21473; }

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

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

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

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

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

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

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

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