#C921D3

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

Shades of Deep Magenta #C921D3

Tints of Deep Magenta #C921D3

Color information

#C921D3 (or 0xC921D3) is unknown color: approx Deep Magenta. HEX triplet: C9, 21 and D3. RGB value is (201,33,211). Sum of RGB (Red+Green+Blue) = 201+33+211=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #C921D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921D3 is #36DE2C. Grayscale: #666666. Windows color (decimal): -3595821 or 13836745. OLE color: 13836745.

HSL color Cylindrical-coordinate representation of color #C921D3: hue angle of 296.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921D3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20133211-
CMYK0.050.8400.17
HSL296.63º72.95%47.84%-
HSV(B)296.63º84.36%82.75%-
XYZ36.3918.2163.22-
YUV103.52188.66197.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 33 (13.28% from 255) = 7.42%
BLUE value IS 211 (82.81% from 255) = 47.42%
R=45.17%
G=7.42%
B=47.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201332110.050.8400.17296.6372.9547.84
HexC921D35540111294930
Octal31141323512402145111160
Binary110010011000011101001110110101000100011001010011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C921D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C921D3; }

 p { color: rgb(201,33,211); }

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

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

 a { background-color: rgb(201,33,211); }

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

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

 span { border-color: rgb(201,33,211); }

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