#C322CD

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

Shades of Deep Magenta #C322CD

Tints of Deep Magenta #C322CD

Color information

#C322CD (or 0xC322CD) is unknown color: approx Deep Magenta. HEX triplet: C3, 22 and CD. RGB value is (195,34,205). Sum of RGB (Red+Green+Blue) = 195+34+205=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C322CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322CD is #3CDD32. Grayscale: #656565. Windows color (decimal): -3988787 or 13443779. OLE color: 13443779.

HSL color Cylindrical-coordinate representation of color #C322CD: hue angle of 296.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322CD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19534205-
CMYK0.050.8300.20
HSL296.49º71.55%46.86%-
HSV(B)296.49º83.41%80.39%-
XYZ34.117.1559.27-
YUV101.63186.34194.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 34 (13.67% from 255) = 7.83%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=44.93%
G=7.83%
B=47.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195342050.050.8300.20296.4971.5546.86
HexC322CD553014128482f
Octal30342315512302445011057
Binary110000111000101100110110110100110101001001010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C322CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C322CD; }

 p { color: rgb(195,34,205); }

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

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

 a { background-color: rgb(195,34,205); }

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

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

 span { border-color: rgb(195,34,205); }

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