Shades of Deep Magenta #CF0DCF
Tints of Deep Magenta #CF0DCF
RGB
CMYK
RGB Variations
Color information
#CF0DCF (or 0xCF0DCF) is known color: Deep Magenta. HEX triplet: CF, 0D and CF. RGB value is (207,13,207). Sum of RGB (Red+Green+Blue) = 207+13+207=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DCF is #30F230. Grayscale: #5C5C5C. Windows color (decimal): -3207729 or 13569487. OLE color: 13569487.
HSL color Cylindrical-coordinate representation of color #CF0DCF: hue angle of 300º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DCF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0 | 0.19 |
| HSL | 300º | 0.88% | 0.43% | - |
| HSV(B) | 300º | 0.94% | 0.81% | - |
| XYZ | 37.14 | 18.06 | 60.56 | - |
| YUV | 93.12 | 192.27 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 207 | 0 | 0.94 | 0 | 0.19 | 300 | 0.88 | 0.43 |
| Hex | CF | D | CF | 0 | 5E | 0 | 13 | 12C | 58 | 2B |
| Octal | 317 | 15 | 317 | 0 | 136 | 0 | 23 | 454 | 130 | 53 |
| Binary | 11001111 | 1101 | 11001111 | 0 | 1011110 | 0 | 10011 | 100101100 | 1011000 | 101011 |
Color Harmonies of #CF0DCF
Complementary color
Monochromatic Colors of #CF0DCF
Black with #CF0DCF
Text Example
Text Example
White with #CF0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DCF; }
p { color: rgb(207,13,207); }
H1.HeaderClassName
{
color: #CF0DCF;
}
.AnyTagClassName
{
color: #CF0DCF;
}
</style>
background-color css
<style>
a { background-color: #CF0DCF; }
a { background-color: rgb(207,13,207); }
div.DivClassName
{
background-color: #CF0DCF;
}
.BgClassName
{
background-color: #CF0DCF;
}
</style>
border-color css
<style>
span { border-color: #CF0DCF; }
span { border-color: rgb(207,13,207); }
td.TdClassName
{
border-color: #CF0DCF;
}
.TagClassName
{
border-color: #CF0DCF;
}
</style>