#C221DD

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

Shades of Deep Magenta #C221DD

Tints of Deep Magenta #C221DD

Color information

#C221DD (or 0xC221DD) is unknown color: approx Deep Magenta. HEX triplet: C2, 21 and DD. RGB value is (194,33,221). Sum of RGB (Red+Green+Blue) = 194+33+221=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C221DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221DD is #3DDE22. Grayscale: #656565. Windows color (decimal): -4054563 or 14492098. OLE color: 14492098.

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

Color convert

RGB19433221-
CMYK0.120.8500.13
HSL291.38º74.02%49.8%-
HSV(B)291.38º85.07%86.67%-
XYZ35.8417.7869.95-
YUV102.57194.84193.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 33 (13.28% from 255) = 7.37%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=43.30%
G=7.37%
B=49.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194332210.120.8500.13291.3874.0249.8
HexC221DDC550D1234a32
Octal302413351412501544311262
Binary110000101000011101110111001010101011011001000111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C221DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C221DD; }

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

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

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

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

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

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

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

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