Html Css Color HEX #C806DC Deep Magenta

📋 copy color: '#C806DC'

red 200 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #C806DC

Tints of Deep Magenta #C806DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 46.95%
G = 1.41%
B = 51.64%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C806DC (or 0xC806DC) is known color: Deep Magenta. HEX triplet: C8, 06 and DC. RGB value is (200,6,220). Sum of RGB (Red+Green+Blue) = 200+6+220=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C806DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806DC is #37F923. Grayscale: #575757. Windows color (decimal): -3668260 or 14419656. OLE color: 14419656.

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

Color convert

RGB 200 6 220 -
CMYK 0.09 0.97 0 0.14
HSL 294.39º 0.95% 0.44% -
HSV(B) 294.39º 0.97% 0.86% -
XYZ 36.8 17.58 69.16 -
YUV 88.4 202.27 207.6 -
System Red Green Blue C M Y K H S L
Decimal 200 6 220 0.09 0.97 0 0.14 294.39 0.95 0.44
Hex C8 6 DC 9 61 0 E 126 5F 2C
Octal 310 6 334 11 141 0 16 446 137 54
Binary 11001000 110 11011100 1001 1100001 0 1110 100100110 1011111 101100

Color Harmonies of #C806DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806DC

Black with #C806DC

Text Example


Text Example

White with #C806DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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