Shades of Deep Magenta #CF1FCD
Tints of Deep Magenta #CF1FCD
RGB
CMYK
RGB Variations
Color information
#CF1FCD (or 0xCF1FCD) is known color: Deep Magenta. HEX triplet: CF, 1F and CD. RGB value is (207,31,205). Sum of RGB (Red+Green+Blue) = 207+31+205=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FCD is #30E032. Grayscale: #666666. Windows color (decimal): -3203123 or 13443023. OLE color: 13443023.
HSL color Cylindrical-coordinate representation of color #CF1FCD: hue angle of 300.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1FCD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 205 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.19 |
| HSL | 300.68º | 0.74% | 0.47% | - |
| HSV(B) | 300.68º | 0.85% | 0.81% | - |
| XYZ | 37.24 | 18.65 | 59.4 | - |
| YUV | 103.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 205 | 0 | 0.85 | 0.01 | 0.19 | 300.68 | 0.74 | 0.47 |
| Hex | CF | 1F | CD | 0 | 55 | 1 | 13 | 12D | 4A | 2F |
| Octal | 317 | 37 | 315 | 0 | 125 | 1 | 23 | 455 | 112 | 57 |
| Binary | 11001111 | 11111 | 11001101 | 0 | 1010101 | 1 | 10011 | 100101101 | 1001010 | 101111 |
Color Harmonies of #CF1FCD
Complementary color
Monochromatic Colors of #CF1FCD
Black with #CF1FCD
Text Example
Text Example
White with #CF1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FCD; }
p { color: rgb(207,31,205); }
H1.HeaderClassName
{
color: #CF1FCD;
}
.AnyTagClassName
{
color: #CF1FCD;
}
</style>
background-color css
<style>
a { background-color: #CF1FCD; }
a { background-color: rgb(207,31,205); }
div.DivClassName
{
background-color: #CF1FCD;
}
.BgClassName
{
background-color: #CF1FCD;
}
</style>
border-color css
<style>
span { border-color: #CF1FCD; }
span { border-color: rgb(207,31,205); }
td.TdClassName
{
border-color: #CF1FCD;
}
.TagClassName
{
border-color: #CF1FCD;
}
</style>