Shades of Deep Magenta #C006CF
Tints of Deep Magenta #C006CF
RGB
CMYK
RGB Variations
Color information
#C006CF (or 0xC006CF) is known color: Deep Magenta. HEX triplet: C0, 06 and CF. RGB value is (192,6,207). Sum of RGB (Red+Green+Blue) = 192+6+207=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #C006CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006CF is #3FF930. Grayscale: #535353. Windows color (decimal): -4192561 or 13567680. OLE color: 13567680.
HSL color Cylindrical-coordinate representation of color #C006CF: hue angle of 295.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006CF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 6 | 207 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.19 |
| HSL | 295.52º | 0.94% | 0.42% | - |
| HSV(B) | 295.52º | 0.97% | 0.81% | - |
| XYZ | 33.07 | 15.84 | 60.35 | - |
| YUV | 84.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 207 | 0.07 | 0.97 | 0 | 0.19 | 295.52 | 0.94 | 0.42 |
| Hex | C0 | 6 | CF | 7 | 61 | 0 | 13 | 128 | 5E | 2A |
| Octal | 300 | 6 | 317 | 7 | 141 | 0 | 23 | 450 | 136 | 52 |
| Binary | 11000000 | 110 | 11001111 | 111 | 1100001 | 0 | 10011 | 100101000 | 1011110 | 101010 |
Color Harmonies of #C006CF
Complementary color
Monochromatic Colors of #C006CF
Black with #C006CF
Text Example
Text Example
White with #C006CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006CF; }
p { color: rgb(192,6,207); }
H1.HeaderClassName
{
color: #C006CF;
}
.AnyTagClassName
{
color: #C006CF;
}
</style>
background-color css
<style>
a { background-color: #C006CF; }
a { background-color: rgb(192,6,207); }
div.DivClassName
{
background-color: #C006CF;
}
.BgClassName
{
background-color: #C006CF;
}
</style>
border-color css
<style>
span { border-color: #C006CF; }
span { border-color: rgb(192,6,207); }
td.TdClassName
{
border-color: #C006CF;
}
.TagClassName
{
border-color: #C006CF;
}
</style>