#C923DA

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

Shades of Deep Magenta #C923DA

Tints of Deep Magenta #C923DA

Color information

#C923DA (or 0xC923DA) is unknown color: approx Deep Magenta. HEX triplet: C9, 23 and DA. RGB value is (201,35,218). Sum of RGB (Red+Green+Blue) = 201+35+218=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C923DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923DA is #36DC25. Grayscale: #686868. Windows color (decimal): -3595302 or 14296009. OLE color: 14296009.

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

Color convert

RGB20135218-
CMYK0.080.8400.15
HSL294.43º72.33%49.61%-
HSV(B)294.43º83.94%85.49%-
XYZ37.3418.6867.97-
YUV105.5191.5196.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 35 (14.06% from 255) = 7.71%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=44.27%
G=7.71%
B=48.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201352180.080.8400.15294.4372.3349.61
HexC923DA8540F1264832
Octal311433321012401744611062
Binary110010011000111101101010001010100011111001001101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C923DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C923DA; }

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

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

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

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

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

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

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

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