#C320C9

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

Shades of Deep Magenta #C320C9

Tints of Deep Magenta #C320C9

Color information

#C320C9 (or 0xC320C9) is unknown color: approx Deep Magenta. HEX triplet: C3, 20 and C9. RGB value is (195,32,201). Sum of RGB (Red+Green+Blue) = 195+32+201=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #C320C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320C9 is #3CDF36. Grayscale: #636363. Windows color (decimal): -3989303 or 13181123. OLE color: 13181123.

HSL color Cylindrical-coordinate representation of color #C320C9: hue angle of 297.87º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320C9 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19532201-
CMYK0.030.8400.21
HSL297.87º72.53%45.69%-
HSV(B)297.87º84.08%78.82%-
XYZ33.5616.8556.74-
YUV100185195.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 32 (12.89% from 255) = 7.48%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=45.56%
G=7.48%
B=46.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195322010.030.8400.21297.8772.5345.69
HexC320C935401512a492e
Octal30340311312402545211156
Binary11000011100000110010011110101000101011001010101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C320C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C320C9; }

 p { color: rgb(195,32,201); }

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

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

 a { background-color: rgb(195,32,201); }

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

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

 span { border-color: rgb(195,32,201); }

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