Html Css Color HEX #C904BA Deep Magenta

📋 copy color: '#C904BA'

red 201 ◦ green 4 ◦ blue 186

#C904BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C904BA

Tints of Deep Magenta #C904BA

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 value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C904BA (or 0xC904BA) is known color: 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

RGB 201 4 186 -
CMYK 0 0.98 0.07 0.21
HSL 304.57º 0.96% 0.4% -
HSV(B) 304.57º 0.98% 0.79% -
XYZ 32.99 16.05 47.81 -
YUV 83.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 201 4 186 0 0.98 0.07 0.21 304.57 0.96 0.4
Hex C9 4 BA 0 62 7 15 131 60 28
Octal 311 4 272 0 142 7 25 461 140 50
Binary 11001001 100 10111010 0 1100010 111 10101 100110001 1100000 101000

Color Harmonies of #C904BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904BA

Black with #C904BA

Text Example


Text Example

White with #C904BA

Text Example


Text Example

HTML Codes & Css Web 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>