#C21D89

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

Shades of Medium Violet Red #C21D89

Tints of Medium Violet Red #C21D89

Color information

#C21D89 (or 0xC21D89) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1D and 89. RGB value is (194,29,137). Sum of RGB (Red+Green+Blue) = 194+29+137=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D89 is #3DE276. Grayscale: #5A5A5A. Windows color (decimal): -4055671 or 8986050. OLE color: 8986050.

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

Color convert

RGB19429137-
CMYK00.850.290.24
HSL320.73º73.99%43.73%-
HSV(B)320.73º85.05%76.08%-
XYZ27.214.1524.97-
YUV90.65154.16201.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=53.89%
G=8.06%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942913700.850.290.24320.7373.9943.73
HexC21D890551D181414a2c
Octal302352110125353050111254
Binary1100001011101100010010101010111101110001010000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D89; }

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

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

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

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

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

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

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

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