Shades of Deep Magenta #CF0FC5
Tints of Deep Magenta #CF0FC5
RGB
CMYK
RGB Variations
Color information
#CF0FC5 (or 0xCF0FC5) is known color: Deep Magenta. HEX triplet: CF, 0F and C5. RGB value is (207,15,197). Sum of RGB (Red+Green+Blue) = 207+15+197=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FC5 is #30F03A. Grayscale: #5C5C5C. Windows color (decimal): -3207227 or 12914639. OLE color: 12914639.
HSL color Cylindrical-coordinate representation of color #CF0FC5: hue angle of 303.12º 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 #CF0FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 197 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.19 |
| HSL | 303.13º | 0.86% | 0.44% | - |
| HSV(B) | 303.13º | 0.93% | 0.81% | - |
| XYZ | 35.98 | 17.64 | 54.33 | - |
| YUV | 93.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 197 | 0 | 0.93 | 0.05 | 0.19 | 303.13 | 0.86 | 0.44 |
| Hex | CF | F | C5 | 0 | 5D | 5 | 13 | 12F | 56 | 2C |
| Octal | 317 | 17 | 305 | 0 | 135 | 5 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 1111 | 11000101 | 0 | 1011101 | 101 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF0FC5
Complementary color
Monochromatic Colors of #CF0FC5
Black with #CF0FC5
Text Example
Text Example
White with #CF0FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FC5; }
p { color: rgb(207,15,197); }
H1.HeaderClassName
{
color: #CF0FC5;
}
.AnyTagClassName
{
color: #CF0FC5;
}
</style>
background-color css
<style>
a { background-color: #CF0FC5; }
a { background-color: rgb(207,15,197); }
div.DivClassName
{
background-color: #CF0FC5;
}
.BgClassName
{
background-color: #CF0FC5;
}
</style>
border-color css
<style>
span { border-color: #CF0FC5; }
span { border-color: rgb(207,15,197); }
td.TdClassName
{
border-color: #CF0FC5;
}
.TagClassName
{
border-color: #CF0FC5;
}
</style>