Html Css Color HEX #C806DF Deep Magenta

📋 copy color: '#C806DF'

red 200 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #C806DF

Tints of Deep Magenta #C806DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 46.62%
G = 1.4%
B = 51.98%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C806DF (or 0xC806DF) is known color: Deep Magenta. HEX triplet: C8, 06 and DF. RGB value is (200,6,223). Sum of RGB (Red+Green+Blue) = 200+6+223=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #C806DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806DF is #37F920. Grayscale: #585858. Windows color (decimal): -3668257 or 14616264. OLE color: 14616264.

HSL color Cylindrical-coordinate representation of color #C806DF: hue angle of 293.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806DF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 6 223 -
CMYK 0.10 0.97 0 0.13
HSL 293.64º 0.95% 0.45% -
HSV(B) 293.64º 0.97% 0.87% -
XYZ 37.2 17.74 71.27 -
YUV 88.74 203.77 207.36 -
System Red Green Blue C M Y K H S L
Decimal 200 6 223 0.10 0.97 0 0.13 293.64 0.95 0.45
Hex C8 6 DF A 61 0 D 126 5F 2D
Octal 310 6 337 12 141 0 15 446 137 55
Binary 11001000 110 11011111 1010 1100001 0 1101 100100110 1011111 101101

Color Harmonies of #C806DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806DF

Black with #C806DF

Text Example


Text Example

White with #C806DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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