Html Css Color HEX #C806AC Deep Magenta

📋 copy color: '#C806AC'

red 200 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #C806AC

Tints of Deep Magenta #C806AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 52.91%
G = 1.59%
B = 45.5%

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

#C806AC (or 0xC806AC) is known color: Deep Magenta. HEX triplet: C8, 06 and AC. RGB value is (200,6,172). Sum of RGB (Red+Green+Blue) = 200+6+172=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C806AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806AC is #37F953. Grayscale: #525252. Windows color (decimal): -3668308 or 11273928. OLE color: 11273928.

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

Color convert

RGB 200 6 172 -
CMYK 0 0.97 0.14 0.22
HSL 308.66º 0.94% 0.4% -
HSV(B) 308.66º 0.97% 0.78% -
XYZ 31.33 15.39 40.35 -
YUV 82.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 200 6 172 0 0.97 0.14 0.22 308.66 0.94 0.4
Hex C8 6 AC 0 61 E 16 135 5E 28
Octal 310 6 254 0 141 16 26 465 136 50
Binary 11001000 110 10101100 0 1100001 1110 10110 100110101 1011110 101000

Color Harmonies of #C806AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806AC

Black with #C806AC

Text Example


Text Example

White with #C806AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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