#C321DD

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

Shades of Deep Magenta #C321DD

Tints of Deep Magenta #C321DD

Color information

#C321DD (or 0xC321DD) is unknown color: approx Deep Magenta. HEX triplet: C3, 21 and DD. RGB value is (195,33,221). Sum of RGB (Red+Green+Blue) = 195+33+221=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C321DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321DD is #3CDE22. Grayscale: #666666. Windows color (decimal): -3989027 or 14492099. OLE color: 14492099.

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

Color convert

RGB19533221-
CMYK0.120.8500.13
HSL291.7º74.02%49.8%-
HSV(B)291.7º85.07%86.67%-
XYZ36.117.9169.96-
YUV102.87194.67193.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 33 (13.28% from 255) = 7.35%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=43.43%
G=7.35%
B=49.22%

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
Decimal195332210.120.8500.13291.774.0249.8
HexC321DDC550D1244a32
Octal303413351412501544411262
Binary110000111000011101110111001010101011011001001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C321DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C321DD; }

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

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

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

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

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

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

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

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