Html Css Color HEX #C806AD Deep Magenta

📋 copy color: '#C806AD'

red 200 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #C806AD

Tints of Deep Magenta #C806AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 52.77%
G = 1.58%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C806AD (or 0xC806AD) is known color: Deep Magenta. HEX triplet: C8, 06 and AD. RGB value is (200,6,173). Sum of RGB (Red+Green+Blue) = 200+6+173=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C806AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806AD is #37F952. Grayscale: #525252. Windows color (decimal): -3668307 or 11339464. OLE color: 11339464.

HSL color Cylindrical-coordinate representation of color #C806AD: hue angle of 308.35º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806AD is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 173 -
CMYK 0 0.97 0.14 0.22
HSL 308.35º 0.94% 0.4% -
HSV(B) 308.35º 0.97% 0.78% -
XYZ 31.43 15.43 40.86 -
YUV 83.04 178.77 211.42 -
System Red Green Blue C M Y K H S L
Decimal 200 6 173 0 0.97 0.14 0.22 308.35 0.94 0.4
Hex C8 6 AD 0 61 E 16 134 5E 28
Octal 310 6 255 0 141 16 26 464 136 50
Binary 11001000 110 10101101 0 1100001 1110 10110 100110100 1011110 101000

Color Harmonies of #C806AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806AD

Black with #C806AD

Text Example


Text Example

White with #C806AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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