#C919BF

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

Shades of Deep Magenta #C919BF

Tints of Deep Magenta #C919BF

Color information

#C919BF (or 0xC919BF) is unknown color: approx Deep Magenta. HEX triplet: C9, 19 and BF. RGB value is (201,25,191). Sum of RGB (Red+Green+Blue) = 201+25+191=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BF is #36E640. Grayscale: #606060. Windows color (decimal): -3597889 or 12523977. OLE color: 12523977.

HSL color Cylindrical-coordinate representation of color #C919BF: hue angle of 303.41º 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 #C919BF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20125191-
CMYK00.880.050.21
HSL303.41º77.88%44.31%-
HSV(B)303.41º87.56%78.82%-
XYZ33.8416.8750.76-
YUV96.55181.31202.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 25 (10.16% from 255) = 6.00%
BLUE value IS 191 (75% from 255) = 45.80%
R=48.20%
G=6.00%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012519100.880.050.21303.4177.8844.31
HexC919BF05851512f4e2c
Octal31131277013052545711654
Binary11001001110011011111101011000101101011001011111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C919BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C919BF; }

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

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

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

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

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

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

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

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