Shades of Deep Magenta #C600D9
Tints of Deep Magenta #C600D9
RGB
CMYK
RGB Variations
Color information
#C600D9 (or 0xC600D9) is known color: Deep Magenta. HEX triplet: C6, 00 and D9. RGB value is (198,0,217). Sum of RGB (Red+Green+Blue) = 198+0+217=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #C600D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600D9 is #39FF26. Grayscale: #535353. Windows color (decimal): -3800871 or 14221510. OLE color: 14221510.
HSL color Cylindrical-coordinate representation of color #C600D9: hue angle of 294.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600D9 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 0 | 217 | - |
| CMYK | 0.09 | 1 | 0 | 0.15 |
| HSL | 294.75º | 1% | 0.43% | - |
| HSV(B) | 294.75º | 1% | 0.85% | - |
| XYZ | 35.81 | 17.02 | 67.04 | - |
| YUV | 83.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 217 | 0.09 | 1 | 0 | 0.15 | 294.75 | 1 | 0.43 |
| Hex | C6 | 0 | D9 | 9 | 64 | 0 | F | 127 | 64 | 2B |
| Octal | 306 | 0 | 331 | 11 | 144 | 0 | 17 | 447 | 144 | 53 |
| Binary | 11000110 | 0 | 11011001 | 1001 | 1100100 | 0 | 1111 | 100100111 | 1100100 | 101011 |
Color Harmonies of #C600D9
Complementary color
Monochromatic Colors of #C600D9
Black with #C600D9
Text Example
Text Example
White with #C600D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600D9; }
p { color: rgb(198,0,217); }
H1.HeaderClassName
{
color: #C600D9;
}
.AnyTagClassName
{
color: #C600D9;
}
</style>
background-color css
<style>
a { background-color: #C600D9; }
a { background-color: rgb(198,0,217); }
div.DivClassName
{
background-color: #C600D9;
}
.BgClassName
{
background-color: #C600D9;
}
</style>
border-color css
<style>
span { border-color: #C600D9; }
span { border-color: rgb(198,0,217); }
td.TdClassName
{
border-color: #C600D9;
}
.TagClassName
{
border-color: #C600D9;
}
</style>