#C224DD

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

Shades of Deep Magenta #C224DD

Tints of Deep Magenta #C224DD

Color information

#C224DD (or 0xC224DD) is unknown color: approx Deep Magenta. HEX triplet: C2, 24 and DD. RGB value is (194,36,221). Sum of RGB (Red+Green+Blue) = 194+36+221=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #C224DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224DD is #3DDB22. Grayscale: #676767. Windows color (decimal): -4053795 or 14492866. OLE color: 14492866.

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

Color convert

RGB19436221-
CMYK0.120.8400.13
HSL291.24º73.12%50.39%-
HSV(B)291.24º83.71%86.67%-
XYZ35.9317.9569.98-
YUV104.33193.85191.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 36 (14.45% from 255) = 7.98%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=43.02%
G=7.98%
B=49.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194362210.120.8400.13291.2473.1250.39
HexC224DDC540D1234932
Octal302443351412401544311162
Binary110000101001001101110111001010100011011001000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C224DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C224DD; }

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

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

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

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

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

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

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

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