Html Css Color HEX #C804DB Deep Magenta

📋 copy color: '#C804DB'

red 200 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #C804DB

Tints of Deep Magenta #C804DB

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

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

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

R = 47.28%
G = 0.95%
B = 51.77%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C804DB (or 0xC804DB) is known color: Deep Magenta. HEX triplet: C8, 04 and DB. RGB value is (200,4,219). Sum of RGB (Red+Green+Blue) = 200+4+219=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C804DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804DB is #37FB24. Grayscale: #565656. Windows color (decimal): -3668773 or 14353608. OLE color: 14353608.

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

Color convert

RGB 200 4 219 -
CMYK 0.09 0.98 0 0.14
HSL 294.7º 0.96% 0.44% -
HSV(B) 294.7º 0.98% 0.86% -
XYZ 36.65 17.48 68.46 -
YUV 87.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 200 4 219 0.09 0.98 0 0.14 294.7 0.96 0.44
Hex C8 4 DB 9 62 0 E 127 60 2C
Octal 310 4 333 11 142 0 16 447 140 54
Binary 11001000 100 11011011 1001 1100010 0 1110 100100111 1100000 101100

Color Harmonies of #C804DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804DB

Black with #C804DB

Text Example


Text Example

White with #C804DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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