#C523DA

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

Shades of Deep Magenta #C523DA

Tints of Deep Magenta #C523DA

Color information

#C523DA (or 0xC523DA) is unknown color: approx Deep Magenta. HEX triplet: C5, 23 and DA. RGB value is (197,35,218). Sum of RGB (Red+Green+Blue) = 197+35+218=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C523DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DA is #3ADC25. Grayscale: #676767. Windows color (decimal): -3857446 or 14296005. OLE color: 14296005.

HSL color Cylindrical-coordinate representation of color #C523DA: hue angle of 293.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C523DA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19735218-
CMYK0.100.8400.15
HSL293.11º72.33%49.61%-
HSV(B)293.11º83.94%85.49%-
XYZ36.2818.1367.92-
YUV104.3192.17194.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 35 (14.06% from 255) = 7.78%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=43.78%
G=7.78%
B=48.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197352180.100.8400.15293.1172.3349.61
HexC523DAA540F1254832
Octal305433321212401744511062
Binary110001011000111101101010101010100011111001001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C523DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C523DA; }

 p { color: rgb(197,35,218); }

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

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

 a { background-color: rgb(197,35,218); }

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

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

 span { border-color: rgb(197,35,218); }

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