#C423DA

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

Shades of Deep Magenta #C423DA

Tints of Deep Magenta #C423DA

Color information

#C423DA (or 0xC423DA) is unknown color: approx Deep Magenta. HEX triplet: C4, 23 and DA. RGB value is (196,35,218). Sum of RGB (Red+Green+Blue) = 196+35+218=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #C423DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423DA is #3BDC25. Grayscale: #676767. Windows color (decimal): -3922982 or 14296004. OLE color: 14296004.

HSL color Cylindrical-coordinate representation of color #C423DA: hue angle of 292.79º 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 #C423DA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19635218-
CMYK0.100.8400.15
HSL292.79º72.33%49.61%-
HSV(B)292.79º83.94%85.49%-
XYZ36.021867.91-
YUV104192.34193.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 35 (14.06% from 255) = 7.80%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=43.65%
G=7.80%
B=48.55%

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
Decimal196352180.100.8400.15292.7972.3349.61
HexC423DAA540F1254832
Octal304433321212401744511062
Binary110001001000111101101010101010100011111001001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C423DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C423DA; }

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

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

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

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

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

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

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

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