#C21589

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

Shades of Medium Violet Red #C21589

Tints of Medium Violet Red #C21589

Color information

#C21589 (or 0xC21589) is unknown color: approx Medium Violet Red. HEX triplet: C2, 15 and 89. RGB value is (194,21,137). Sum of RGB (Red+Green+Blue) = 194+21+137=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C21589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21589 is #3DEA76. Grayscale: #555555. Windows color (decimal): -4057719 or 8984002. OLE color: 8984002.

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

Color convert

RGB19421137-
CMYK00.890.290.24
HSL319.77º80.47%42.16%-
HSV(B)319.77º89.18%76.08%-
XYZ27.0313.8124.91-
YUV85.95156.81205.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=55.11%
G=5.97%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942113700.890.290.24319.7780.4742.16
HexC215890591D18140502a
Octal302252110131353050012052
Binary1100001010101100010010101100111101110001010000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21589; }

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

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

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

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

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

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

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

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