#C921B5

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

Shades of Deep Magenta #C921B5

Tints of Deep Magenta #C921B5

Color information

#C921B5 (or 0xC921B5) is unknown color: approx Deep Magenta. HEX triplet: C9, 21 and B5. RGB value is (201,33,181). Sum of RGB (Red+Green+Blue) = 201+33+181=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C921B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921B5 is #36DE4A. Grayscale: #636363. Windows color (decimal): -3595851 or 11870665. OLE color: 11870665.

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

Color convert

RGB20133181-
CMYK00.840.100.21
HSL307.14º71.79%45.88%-
HSV(B)307.14º83.58%78.82%-
XYZ32.9716.8445.23-
YUV100.1173.66199.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 33 (13.28% from 255) = 7.95%
BLUE value IS 181 (71.09% from 255) = 43.61%
R=48.43%
G=7.95%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013318100.840.100.21307.1471.7945.88
HexC921B5054A15133482e
Octal311412650124122546311056
Binary1100100110000110110101010101001010101011001100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C921B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C921B5; }

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

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

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

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

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

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

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

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