#C91DDF

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

Shades of Deep Magenta #C91DDF

Tints of Deep Magenta #C91DDF

Color information

#C91DDF (or 0xC91DDF) is unknown color: approx Deep Magenta. HEX triplet: C9, 1D and DF. RGB value is (201,29,223). Sum of RGB (Red+Green+Blue) = 201+29+223=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DDF is #36E220. Grayscale: #656565. Windows color (decimal): -3596833 or 14622153. OLE color: 14622153.

HSL color Cylindrical-coordinate representation of color #C91DDF: hue angle of 293.2º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91DDF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20129223-
CMYK0.100.8700.13
HSL293.2º76.98%49.41%-
HSV(B)293.2º87%87.45%-
XYZ37.8518.6271.41-
YUV102.54195.98198.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 29 (11.72% from 255) = 6.40%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=44.37%
G=6.40%
B=49.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201292230.100.8700.13293.276.9849.41
HexC91DDFA570D1254d31
Octal311353371212701544511561
Binary11001001111011101111110101010111011011001001011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91DDF; }

 p { color: rgb(201,29,223); }

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

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

 a { background-color: rgb(201,29,223); }

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

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

 span { border-color: rgb(201,29,223); }

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