Shades of Deep Magenta #CF1AAD
Tints of Deep Magenta #CF1AAD
RGB
CMYK
RGB Variations
Color information
#CF1AAD (or 0xCF1AAD) is known color: Deep Magenta. HEX triplet: CF, 1A and AD. RGB value is (207,26,173). Sum of RGB (Red+Green+Blue) = 207+26+173=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1AAD is #30E552. Grayscale: #606060. Windows color (decimal): -3204435 or 11344591. OLE color: 11344591.
HSL color Cylindrical-coordinate representation of color #CF1AAD: hue angle of 311.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1AAD is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.19 |
| HSL | 311.27º | 0.78% | 0.46% | - |
| HSV(B) | 311.27º | 0.87% | 0.81% | - |
| XYZ | 33.64 | 17.02 | 41.05 | - |
| YUV | 96.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 173 | 0 | 0.87 | 0.16 | 0.19 | 311.27 | 0.78 | 0.46 |
| Hex | CF | 1A | AD | 0 | 57 | 10 | 13 | 137 | 4E | 2E |
| Octal | 317 | 32 | 255 | 0 | 127 | 20 | 23 | 467 | 116 | 56 |
| Binary | 11001111 | 11010 | 10101101 | 0 | 1010111 | 10000 | 10011 | 100110111 | 1001110 | 101110 |
Color Harmonies of #CF1AAD
Complementary color
Monochromatic Colors of #CF1AAD
Black with #CF1AAD
Text Example
Text Example
White with #CF1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1AAD; }
p { color: rgb(207,26,173); }
H1.HeaderClassName
{
color: #CF1AAD;
}
.AnyTagClassName
{
color: #CF1AAD;
}
</style>
background-color css
<style>
a { background-color: #CF1AAD; }
a { background-color: rgb(207,26,173); }
div.DivClassName
{
background-color: #CF1AAD;
}
.BgClassName
{
background-color: #CF1AAD;
}
</style>
border-color css
<style>
span { border-color: #CF1AAD; }
span { border-color: rgb(207,26,173); }
td.TdClassName
{
border-color: #CF1AAD;
}
.TagClassName
{
border-color: #CF1AAD;
}
</style>