Html Css Color HEX #C904DB Deep Magenta

📋 copy color: '#C904DB'

red 201 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #C904DB

Tints of Deep Magenta #C904DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 47.41%
G = 0.94%
B = 51.65%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C904DB (or 0xC904DB) is known color: Deep Magenta. HEX triplet: C9, 04 and DB. RGB value is (201,4,219). Sum of RGB (Red+Green+Blue) = 201+4+219=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #C904DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904DB is #36FB24. Grayscale: #565656. Windows color (decimal): -3603237 or 14353609. OLE color: 14353609.

HSL color Cylindrical-coordinate representation of color #C904DB: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904DB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 4 219 -
CMYK 0.08 0.98 0 0.14
HSL 294.98º 0.96% 0.44% -
HSV(B) 294.98º 0.98% 0.86% -
XYZ 36.92 17.62 68.47 -
YUV 87.41 202.27 209.02 -
System Red Green Blue C M Y K H S L
Decimal 201 4 219 0.08 0.98 0 0.14 294.98 0.96 0.44
Hex C9 4 DB 8 62 0 E 127 60 2C
Octal 311 4 333 10 142 0 16 447 140 54
Binary 11001001 100 11011011 1000 1100010 0 1110 100100111 1100000 101100

Color Harmonies of #C904DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904DB

Black with #C904DB

Text Example


Text Example

White with #C904DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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