Html Css Color HEX #C904B7 Deep Magenta

📋 copy color: '#C904B7'

red 201 ◦ green 4 ◦ blue 183

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

Shades of Deep Magenta #C904B7

Tints of Deep Magenta #C904B7

RGB

 RED value IS 201 (78.91% from 255) = 51.8%

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 51.8%
G = 1.03%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C904B7 (or 0xC904B7) is known color: Deep Magenta. HEX triplet: C9, 04 and B7. RGB value is (201,4,183). Sum of RGB (Red+Green+Blue) = 201+4+183=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C904B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904B7 is #36FB48. Grayscale: #525252. Windows color (decimal): -3603273 or 11994313. OLE color: 11994313.

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

Color convert

RGB 201 4 183 -
CMYK 0 0.98 0.09 0.21
HSL 305.48º 0.96% 0.4% -
HSV(B) 305.48º 0.98% 0.79% -
XYZ 32.68 15.92 46.15 -
YUV 83.31 184.27 211.95 -
System Red Green Blue C M Y K H S L
Decimal 201 4 183 0 0.98 0.09 0.21 305.48 0.96 0.4
Hex C9 4 B7 0 62 9 15 131 60 28
Octal 311 4 267 0 142 11 25 461 140 50
Binary 11001001 100 10110111 0 1100010 1001 10101 100110001 1100000 101000

Color Harmonies of #C904B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904B7

Black with #C904B7

Text Example


Text Example

White with #C904B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904B7; }

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

 H1.HeaderClassName
 {
   color: #C904B7;
 }
 .AnyTagClassName
 {
   color: #C904B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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