#C919BB

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

Shades of Deep Magenta #C919BB

Tints of Deep Magenta #C919BB

Color information

#C919BB (or 0xC919BB) is unknown color: approx Deep Magenta. HEX triplet: C9, 19 and BB. RGB value is (201,25,187). Sum of RGB (Red+Green+Blue) = 201+25+187=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BB is #36E644. Grayscale: #5F5F5F. Windows color (decimal): -3597893 or 12261833. OLE color: 12261833.

HSL color Cylindrical-coordinate representation of color #C919BB: hue angle of 304.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919BB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20125187-
CMYK00.880.070.21
HSL304.77º77.88%44.31%-
HSV(B)304.77º87.56%78.82%-
XYZ33.416.748.48-
YUV96.09179.31202.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 25 (10.16% from 255) = 6.05%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=48.67%
G=6.05%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012518700.880.070.21304.7777.8844.31
HexC919BB0587151314e2c
Octal31131273013072546111654
Binary11001001110011011101101011000111101011001100011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C919BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C919BB; }

 p { color: rgb(201,25,187); }

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

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

 a { background-color: rgb(201,25,187); }

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

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

 span { border-color: rgb(201,25,187); }

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