#C21DA9

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

Shades of Medium Violet Red #C21DA9

Tints of Medium Violet Red #C21DA9

Color information

#C21DA9 (or 0xC21DA9) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1D and A9. RGB value is (194,29,169). Sum of RGB (Red+Green+Blue) = 194+29+169=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DA9 is #3DE256. Grayscale: #5D5D5D. Windows color (decimal): -4055639 or 11083202. OLE color: 11083202.

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

Color convert

RGB19429169-
CMYK00.850.130.24
HSL309.09º73.99%43.73%-
HSV(B)309.09º85.05%76.08%-
XYZ29.8515.2138.9-
YUV94.3170.16199.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=49.49%
G=7.40%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942916900.850.130.24309.0973.9943.73
HexC21DA9055D181354a2c
Octal302352510125153046511254
Binary110000101110110101001010101011101110001001101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DA9; }

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

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

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

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

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

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

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

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