#c921dd

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

Shades of Deep Magenta #C921DD

Tints of Deep Magenta #C921DD

Color information

#C921DD (or 0xC921DD) is unknown color: approx Deep Magenta. HEX triplet: C9, 21 and DD. RGB value is (201,33,221). Sum of RGB (Red+Green+Blue) = 201+33+221=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C921DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921DD is #36DE22. Grayscale: #686868. Windows color (decimal): -3595811 or 14492105. OLE color: 14492105.

HSL color Cylindrical-coordinate representation of color #C921DD: hue angle of 293.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C921DD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20133221-
CMYK0.090.8500.13
HSL293.62º74.02%49.8%-
HSV(B)293.62º85.07%86.67%-
XYZ37.6818.7370.03-
YUV104.66193.66196.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 33 (13.28% from 255) = 7.25%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=44.18%
G=7.25%
B=48.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201332210.090.8500.13293.6274.0249.8
HexC921DD9550D1264a32
Octal311413351112501544611262
Binary110010011000011101110110011010101011011001001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c921dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c921dd; }

 p { color: rgb(201,33,221); }

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

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

 a { background-color: rgb(201,33,221); }

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

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

 span { border-color: rgb(201,33,221); }

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