Html Css Color HEX #C904B3 Deep Magenta

📋 copy color: '#C904B3'

red 201 ◦ green 4 ◦ blue 179

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

Shades of Deep Magenta #C904B3

Tints of Deep Magenta #C904B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 52.34%
G = 1.04%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C904B3 (or 0xC904B3) is known color: Deep Magenta. HEX triplet: C9, 04 and B3. RGB value is (201,4,179). Sum of RGB (Red+Green+Blue) = 201+4+179=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C904B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904B3 is #36FB4C. Grayscale: #525252. Windows color (decimal): -3603277 or 11732169. OLE color: 11732169.

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

Color convert

RGB 201 4 179 -
CMYK 0 0.98 0.11 0.21
HSL 306.7º 0.96% 0.4% -
HSV(B) 306.7º 0.98% 0.79% -
XYZ 32.27 15.76 43.99 -
YUV 82.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 201 4 179 0 0.98 0.11 0.21 306.7 0.96 0.4
Hex C9 4 B3 0 62 B 15 133 60 28
Octal 311 4 263 0 142 13 25 463 140 50
Binary 11001001 100 10110011 0 1100010 1011 10101 100110011 1100000 101000

Color Harmonies of #C904B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904B3

Black with #C904B3

Text Example


Text Example

White with #C904B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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