Shades of Deep Magenta #C806CB
Tints of Deep Magenta #C806CB
RGB
CMYK
RGB Variations
Color information
#C806CB (or 0xC806CB) is known color: Deep Magenta. HEX triplet: C8, 06 and CB. RGB value is (200,6,203). Sum of RGB (Red+Green+Blue) = 200+6+203=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C806CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806CB is #37F934. Grayscale: #555555. Windows color (decimal): -3668277 or 13305544. OLE color: 13305544.
HSL color Cylindrical-coordinate representation of color #C806CB: hue angle of 299.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806CB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 6 | 203 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.20 |
| HSL | 299.09º | 0.94% | 0.41% | - |
| HSV(B) | 299.09º | 0.97% | 0.8% | - |
| XYZ | 34.66 | 16.72 | 57.9 | - |
| YUV | 86.46 | 193.77 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 203 | 0.01 | 0.97 | 0 | 0.20 | 299.09 | 0.94 | 0.41 |
| Hex | C8 | 6 | CB | 1 | 61 | 0 | 14 | 12B | 5E | 29 |
| Octal | 310 | 6 | 313 | 1 | 141 | 0 | 24 | 453 | 136 | 51 |
| Binary | 11001000 | 110 | 11001011 | 1 | 1100001 | 0 | 10100 | 100101011 | 1011110 | 101001 |
Color Harmonies of #C806CB
Complementary color
Monochromatic Colors of #C806CB
Black with #C806CB
Text Example
Text Example
White with #C806CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806CB; }
p { color: rgb(200,6,203); }
H1.HeaderClassName
{
color: #C806CB;
}
.AnyTagClassName
{
color: #C806CB;
}
</style>
background-color css
<style>
a { background-color: #C806CB; }
a { background-color: rgb(200,6,203); }
div.DivClassName
{
background-color: #C806CB;
}
.BgClassName
{
background-color: #C806CB;
}
</style>
border-color css
<style>
span { border-color: #C806CB; }
span { border-color: rgb(200,6,203); }
td.TdClassName
{
border-color: #C806CB;
}
.TagClassName
{
border-color: #C806CB;
}
</style>