#C923D2

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

Shades of Deep Magenta #C923D2

Tints of Deep Magenta #C923D2

Color information

#C923D2 (or 0xC923D2) is unknown color: approx Deep Magenta. HEX triplet: C9, 23 and D2. RGB value is (201,35,210). Sum of RGB (Red+Green+Blue) = 201+35+210=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #C923D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923D2 is #36DC2D. Grayscale: #686868. Windows color (decimal): -3595310 or 13771721. OLE color: 13771721.

HSL color Cylindrical-coordinate representation of color #C923D2: hue angle of 296.91º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923D2 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20135210-
CMYK0.040.8300.18
HSL296.91º71.43%48.04%-
HSV(B)296.91º83.33%82.35%-
XYZ36.3218.2762.59-
YUV104.58187.5196.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 35 (14.06% from 255) = 7.85%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=45.07%
G=7.85%
B=47.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201352100.040.8300.18296.9171.4348.04
HexC923D24530121294730
Octal31143322412302245110760
Binary110010011000111101001010010100110100101001010011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C923D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C923D2; }

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

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

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

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

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

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

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

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