Html Css Color HEX #C808DB Deep Magenta

📋 copy color: '#C808DB'

red 200 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #C808DB

Tints of Deep Magenta #C808DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 46.84%
G = 1.87%
B = 51.29%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C808DB (or 0xC808DB) is known color: Deep Magenta. HEX triplet: C8, 08 and DB. RGB value is (200,8,219). Sum of RGB (Red+Green+Blue) = 200+8+219=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C808DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808DB is #37F724. Grayscale: #585858. Windows color (decimal): -3667749 or 14354632. OLE color: 14354632.

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

Color convert

RGB 200 8 219 -
CMYK 0.09 0.96 0 0.14
HSL 294.6º 0.93% 0.45% -
HSV(B) 294.6º 0.96% 0.86% -
XYZ 36.69 17.57 68.47 -
YUV 89.46 201.11 206.84 -
System Red Green Blue C M Y K H S L
Decimal 200 8 219 0.09 0.96 0 0.14 294.6 0.93 0.45
Hex C8 8 DB 9 60 0 E 127 5D 2D
Octal 310 10 333 11 140 0 16 447 135 55
Binary 11001000 1000 11011011 1001 1100000 0 1110 100100111 1011101 101101

Color Harmonies of #C808DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808DB

Black with #C808DB

Text Example


Text Example

White with #C808DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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