Shades of Deep Magenta #CF00C7
Tints of Deep Magenta #CF00C7
RGB
CMYK
RGB Variations
Color information
#CF00C7 (or 0xCF00C7) is known color: Deep Magenta. HEX triplet: CF, 00 and C7. RGB value is (207,0,199). Sum of RGB (Red+Green+Blue) = 207+0+199=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00C7 is #30FF38. Grayscale: #535353. Windows color (decimal): -3211065 or 13041871. OLE color: 13041871.
HSL color Cylindrical-coordinate representation of color #CF00C7: hue angle of 302.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00C7 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.04 | 0.19 |
| HSL | 302.32º | 1% | 0.41% | - |
| HSV(B) | 302.32º | 1% | 0.81% | - |
| XYZ | 36.04 | 17.39 | 55.49 | - |
| YUV | 84.58 | 192.58 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 199 | 0 | 1 | 0.04 | 0.19 | 302.32 | 1 | 0.41 |
| Hex | CF | 0 | C7 | 0 | 64 | 4 | 13 | 12E | 64 | 29 |
| Octal | 317 | 0 | 307 | 0 | 144 | 4 | 23 | 456 | 144 | 51 |
| Binary | 11001111 | 0 | 11000111 | 0 | 1100100 | 100 | 10011 | 100101110 | 1100100 | 101001 |
Color Harmonies of #CF00C7
Complementary color
Monochromatic Colors of #CF00C7
Black with #CF00C7
Text Example
Text Example
White with #CF00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00C7; }
p { color: rgb(207,0,199); }
H1.HeaderClassName
{
color: #CF00C7;
}
.AnyTagClassName
{
color: #CF00C7;
}
</style>
background-color css
<style>
a { background-color: #CF00C7; }
a { background-color: rgb(207,0,199); }
div.DivClassName
{
background-color: #CF00C7;
}
.BgClassName
{
background-color: #CF00C7;
}
</style>
border-color css
<style>
span { border-color: #CF00C7; }
span { border-color: rgb(207,0,199); }
td.TdClassName
{
border-color: #CF00C7;
}
.TagClassName
{
border-color: #CF00C7;
}
</style>