#C21994

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

Shades of Medium Violet Red #C21994

Tints of Medium Violet Red #C21994

Color information

#C21994 (or 0xC21994) is unknown color: approx Medium Violet Red. HEX triplet: C2, 19 and 94. RGB value is (194,25,148). Sum of RGB (Red+Green+Blue) = 194+25+148=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21994 is #3DE66B. Grayscale: #595959. Windows color (decimal): -4056684 or 9705922. OLE color: 9705922.

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

Color convert

RGB19425148-
CMYK00.870.240.24
HSL316.33º77.17%42.94%-
HSV(B)316.33º87.11%76.08%-
XYZ27.9414.329.31-
YUV89.55160.99202.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 25 (10.16% from 255) = 6.81%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=52.86%
G=6.81%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942514800.870.240.24316.3377.1742.94
HexC21994057181813c4d2b
Octal302312240127303047411553
Binary1100001011001100101000101011111000110001001111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21994; }

 p { color: rgb(194,25,148); }

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

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

 a { background-color: rgb(194,25,148); }

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

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

 span { border-color: rgb(194,25,148); }

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