Html Css Color HEX #C806AB Deep Magenta

📋 copy color: '#C806AB'

red 200 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #C806AB

Tints of Deep Magenta #C806AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 53.05%
G = 1.59%
B = 45.36%

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

#C806AB (or 0xC806AB) is known color: Deep Magenta. HEX triplet: C8, 06 and AB. RGB value is (200,6,171). Sum of RGB (Red+Green+Blue) = 200+6+171=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C806AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806AB is #37F954. Grayscale: #525252. Windows color (decimal): -3668309 or 11208392. OLE color: 11208392.

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

Color convert

RGB 200 6 171 -
CMYK 0 0.97 0.14 0.22
HSL 308.97º 0.94% 0.4% -
HSV(B) 308.97º 0.97% 0.78% -
XYZ 31.24 15.35 39.84 -
YUV 82.82 177.77 211.58 -
System Red Green Blue C M Y K H S L
Decimal 200 6 171 0 0.97 0.14 0.22 308.97 0.94 0.4
Hex C8 6 AB 0 61 E 16 135 5E 28
Octal 310 6 253 0 141 16 26 465 136 50
Binary 11001000 110 10101011 0 1100001 1110 10110 100110101 1011110 101000

Color Harmonies of #C806AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806AB

Black with #C806AB

Text Example


Text Example

White with #C806AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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