#C21889

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

Shades of Medium Violet Red #C21889

Tints of Medium Violet Red #C21889

Color information

#C21889 (or 0xC21889) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and 89. RGB value is (194,24,137). Sum of RGB (Red+Green+Blue) = 194+24+137=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C21889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21889 is #3DE776. Grayscale: #575757. Windows color (decimal): -4056951 or 8984770. OLE color: 8984770.

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

Color convert

RGB19424137-
CMYK00.880.290.24
HSL320.12º77.98%42.75%-
HSV(B)320.12º87.63%76.08%-
XYZ27.0913.9324.93-
YUV87.71155.82203.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 24 (9.77% from 255) = 6.76%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=54.65%
G=6.76%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942413700.880.290.24320.1277.9842.75
HexC218890581D181404e2b
Octal302302110130353050011653
Binary1100001011000100010010101100011101110001010000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21889; }

 p { color: rgb(194,24,137); }

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

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

 a { background-color: rgb(194,24,137); }

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

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

 span { border-color: rgb(194,24,137); }

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