#C91FB0

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

Shades of Deep Magenta #C91FB0

Tints of Deep Magenta #C91FB0

Color information

#C91FB0 (or 0xC91FB0) is unknown color: approx Deep Magenta. HEX triplet: C9, 1F and B0. RGB value is (201,31,176). Sum of RGB (Red+Green+Blue) = 201+31+176=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FB0 is #36E04F. Grayscale: #616161. Windows color (decimal): -3596368 or 11542473. OLE color: 11542473.

HSL color Cylindrical-coordinate representation of color #C91FB0: hue angle of 308.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FB0 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20131176-
CMYK00.850.120.21
HSL308.82º73.28%45.49%-
HSV(B)308.82º84.58%78.82%-
XYZ32.4116.5342.56-
YUV98.36171.82201.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 176 (69.14% from 255) = 43.14%
R=49.26%
G=7.60%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013117600.850.120.21308.8273.2845.49
HexC91FB0055C15135492d
Octal311372600125142546511155
Binary110010011111110110000010101011100101011001101011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91FB0; }

 p { color: rgb(201,31,176); }

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

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

 a { background-color: rgb(201,31,176); }

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

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

 span { border-color: rgb(201,31,176); }

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