Html Css Color HEX #C808DC Deep Magenta

📋 copy color: '#C808DC'

red 200 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #C808DC

Tints of Deep Magenta #C808DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 46.73%
G = 1.87%
B = 51.4%

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

#C808DC (or 0xC808DC) is known color: Deep Magenta. HEX triplet: C8, 08 and DC. RGB value is (200,8,220). Sum of RGB (Red+Green+Blue) = 200+8+220=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C808DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808DC is #37F723. Grayscale: #585858. Windows color (decimal): -3667748 or 14420168. OLE color: 14420168.

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

Color convert

RGB 200 8 220 -
CMYK 0.09 0.96 0 0.14
HSL 294.34º 0.93% 0.45% -
HSV(B) 294.34º 0.96% 0.86% -
XYZ 36.82 17.62 69.17 -
YUV 89.58 201.61 206.76 -
System Red Green Blue C M Y K H S L
Decimal 200 8 220 0.09 0.96 0 0.14 294.34 0.93 0.45
Hex C8 8 DC 9 60 0 E 126 5D 2D
Octal 310 10 334 11 140 0 16 446 135 55
Binary 11001000 1000 11011100 1001 1100000 0 1110 100100110 1011101 101101

Color Harmonies of #C808DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808DC

Black with #C808DC

Text Example


Text Example

White with #C808DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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