#C904BA

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

Shades of Deep Magenta #C904BA

Tints of Deep Magenta #C904BA

Color information

#C904BA (or 0xC904BA) is unknown color: approx Deep Magenta. HEX triplet: C9, 04 and BA. RGB value is (201,4,186). Sum of RGB (Red+Green+Blue) = 201+4+186=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C904BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904BA is #36FB45. Grayscale: #535353. Windows color (decimal): -3603270 or 12190921. OLE color: 12190921.

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

Color convert

RGB2014186-
CMYK00.980.070.21
HSL304.57º96.1%40.2%-
HSV(B)304.57º98.01%78.82%-
XYZ32.9916.0547.81-
YUV83.65185.77211.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=51.41%
G=1.02%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201418600.980.070.21304.5796.140.2
HexC94BA0627151316028
Octal3114272014272546114050
Binary110010011001011101001100010111101011001100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C904BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C904BA; }

 p { color: rgb(201,4,186); }

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

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

 a { background-color: rgb(201,4,186); }

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

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

 span { border-color: rgb(201,4,186); }

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