#C21DB3

Color #C21DB3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C21DB3

Tints of Deep Magenta #C21DB3

Color information

#C21DB3 (or 0xC21DB3) is unknown color: approx Deep Magenta. HEX triplet: C2, 1D and B3. RGB value is (194,29,179). Sum of RGB (Red+Green+Blue) = 194+29+179=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DB3 is #3DE24C. Grayscale: #5F5F5F. Windows color (decimal): -4055629 or 11738562. OLE color: 11738562.

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

Color convert

RGB19429179-
CMYK00.850.080.24
HSL305.45º73.99%43.73%-
HSV(B)305.45º85.05%76.08%-
XYZ30.8215.644.03-
YUV95.44175.16198.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 29 (11.72% from 255) = 7.21%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=48.26%
G=7.21%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942917900.850.080.24305.4573.9943.73
HexC21DB30558181314a2c
Octal302352630125103046111254
Binary110000101110110110011010101011000110001001100011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DB3; }

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

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

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

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

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

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

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

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