Shades of Deep Magenta #CF0FCF
Tints of Deep Magenta #CF0FCF
RGB
CMYK
RGB Variations
Color information
#CF0FCF (or 0xCF0FCF) is known color: Deep Magenta. HEX triplet: CF, 0F and CF. RGB value is (207,15,207). Sum of RGB (Red+Green+Blue) = 207+15+207=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FCF is #30F030. Grayscale: #5D5D5D. Windows color (decimal): -3207217 or 13569999. OLE color: 13569999.
HSL color Cylindrical-coordinate representation of color #CF0FCF: hue angle of 300º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FCF is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0 | 0.19 |
| HSL | 300º | 0.86% | 0.44% | - |
| HSV(B) | 300º | 0.93% | 0.81% | - |
| XYZ | 37.17 | 18.11 | 60.57 | - |
| YUV | 94.3 | 191.61 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 207 | 0 | 0.93 | 0 | 0.19 | 300 | 0.86 | 0.44 |
| Hex | CF | F | CF | 0 | 5D | 0 | 13 | 12C | 56 | 2C |
| Octal | 317 | 17 | 317 | 0 | 135 | 0 | 23 | 454 | 126 | 54 |
| Binary | 11001111 | 1111 | 11001111 | 0 | 1011101 | 0 | 10011 | 100101100 | 1010110 | 101100 |
Color Harmonies of #CF0FCF
Complementary color
Monochromatic Colors of #CF0FCF
Black with #CF0FCF
Text Example
Text Example
White with #CF0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FCF; }
p { color: rgb(207,15,207); }
H1.HeaderClassName
{
color: #CF0FCF;
}
.AnyTagClassName
{
color: #CF0FCF;
}
</style>
background-color css
<style>
a { background-color: #CF0FCF; }
a { background-color: rgb(207,15,207); }
div.DivClassName
{
background-color: #CF0FCF;
}
.BgClassName
{
background-color: #CF0FCF;
}
</style>
border-color css
<style>
span { border-color: #CF0FCF; }
span { border-color: rgb(207,15,207); }
td.TdClassName
{
border-color: #CF0FCF;
}
.TagClassName
{
border-color: #CF0FCF;
}
</style>