Shades of Deep Magenta #CF1DC7
Tints of Deep Magenta #CF1DC7
RGB
CMYK
RGB Variations
Color information
#CF1DC7 (or 0xCF1DC7) is known color: Deep Magenta. HEX triplet: CF, 1D and C7. RGB value is (207,29,199). Sum of RGB (Red+Green+Blue) = 207+29+199=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DC7 is #30E238. Grayscale: #656565. Windows color (decimal): -3203641 or 13049295. OLE color: 13049295.
HSL color Cylindrical-coordinate representation of color #CF1DC7: hue angle of 302.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1DC7 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 199 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.19 |
| HSL | 302.7º | 0.75% | 0.46% | - |
| HSV(B) | 302.7º | 0.86% | 0.81% | - |
| XYZ | 36.48 | 18.27 | 55.64 | - |
| YUV | 101.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 199 | 0 | 0.86 | 0.04 | 0.19 | 302.7 | 0.75 | 0.46 |
| Hex | CF | 1D | C7 | 0 | 56 | 4 | 13 | 12F | 4B | 2E |
| Octal | 317 | 35 | 307 | 0 | 126 | 4 | 23 | 457 | 113 | 56 |
| Binary | 11001111 | 11101 | 11000111 | 0 | 1010110 | 100 | 10011 | 100101111 | 1001011 | 101110 |
Color Harmonies of #CF1DC7
Complementary color
Monochromatic Colors of #CF1DC7
Black with #CF1DC7
Text Example
Text Example
White with #CF1DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DC7; }
p { color: rgb(207,29,199); }
H1.HeaderClassName
{
color: #CF1DC7;
}
.AnyTagClassName
{
color: #CF1DC7;
}
</style>
background-color css
<style>
a { background-color: #CF1DC7; }
a { background-color: rgb(207,29,199); }
div.DivClassName
{
background-color: #CF1DC7;
}
.BgClassName
{
background-color: #CF1DC7;
}
</style>
border-color css
<style>
span { border-color: #CF1DC7; }
span { border-color: rgb(207,29,199); }
td.TdClassName
{
border-color: #CF1DC7;
}
.TagClassName
{
border-color: #CF1DC7;
}
</style>