Html Css Color HEX #C806B2 Deep Magenta

📋 copy color: '#C806B2'

red 200 ◦ green 6 ◦ blue 178

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

Shades of Deep Magenta #C806B2

Tints of Deep Magenta #C806B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 52.08%
G = 1.56%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C806B2 (or 0xC806B2) is known color: Deep Magenta. HEX triplet: C8, 06 and B2. RGB value is (200,6,178). Sum of RGB (Red+Green+Blue) = 200+6+178=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C806B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806B2 is #37F94D. Grayscale: #535353. Windows color (decimal): -3668302 or 11667144. OLE color: 11667144.

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

Color convert

RGB 200 6 178 -
CMYK 0 0.97 0.11 0.22
HSL 306.8º 0.94% 0.4% -
HSV(B) 306.8º 0.97% 0.78% -
XYZ 31.92 15.62 43.45 -
YUV 83.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 200 6 178 0 0.97 0.11 0.22 306.8 0.94 0.4
Hex C8 6 B2 0 61 B 16 133 5E 28
Octal 310 6 262 0 141 13 26 463 136 50
Binary 11001000 110 10110010 0 1100001 1011 10110 100110011 1011110 101000

Color Harmonies of #C806B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806B2

Black with #C806B2

Text Example


Text Example

White with #C806B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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