Shades of Deep Magenta #CF1DAE
Tints of Deep Magenta #CF1DAE
RGB
CMYK
RGB Variations
Color information
#CF1DAE (or 0xCF1DAE) is known color: Deep Magenta. HEX triplet: CF, 1D and AE. RGB value is (207,29,174). Sum of RGB (Red+Green+Blue) = 207+29+174=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DAE is #30E251. Grayscale: #626262. Windows color (decimal): -3203666 or 11410895. OLE color: 11410895.
HSL color Cylindrical-coordinate representation of color #CF1DAE: hue angle of 311.12º 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 #CF1DAE is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 174 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.19 |
| HSL | 311.12º | 0.75% | 0.46% | - |
| HSV(B) | 311.12º | 0.86% | 0.81% | - |
| XYZ | 33.81 | 17.2 | 41.58 | - |
| YUV | 98.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 174 | 0 | 0.86 | 0.16 | 0.19 | 311.12 | 0.75 | 0.46 |
| Hex | CF | 1D | AE | 0 | 56 | 10 | 13 | 137 | 4B | 2E |
| Octal | 317 | 35 | 256 | 0 | 126 | 20 | 23 | 467 | 113 | 56 |
| Binary | 11001111 | 11101 | 10101110 | 0 | 1010110 | 10000 | 10011 | 100110111 | 1001011 | 101110 |
Color Harmonies of #CF1DAE
Complementary color
Monochromatic Colors of #CF1DAE
Black with #CF1DAE
Text Example
Text Example
White with #CF1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DAE; }
p { color: rgb(207,29,174); }
H1.HeaderClassName
{
color: #CF1DAE;
}
.AnyTagClassName
{
color: #CF1DAE;
}
</style>
background-color css
<style>
a { background-color: #CF1DAE; }
a { background-color: rgb(207,29,174); }
div.DivClassName
{
background-color: #CF1DAE;
}
.BgClassName
{
background-color: #CF1DAE;
}
</style>
border-color css
<style>
span { border-color: #CF1DAE; }
span { border-color: rgb(207,29,174); }
td.TdClassName
{
border-color: #CF1DAE;
}
.TagClassName
{
border-color: #CF1DAE;
}
</style>