Shades of Deep Magenta #CF1ADD
Tints of Deep Magenta #CF1ADD
RGB
CMYK
RGB Variations
Color information
#CF1ADD (or 0xCF1ADD) is known color: Deep Magenta. HEX triplet: CF, 1A and DD. RGB value is (207,26,221). Sum of RGB (Red+Green+Blue) = 207+26+221=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ADD is #30E522. Grayscale: #656565. Windows color (decimal): -3204387 or 14490319. OLE color: 14490319.
HSL color Cylindrical-coordinate representation of color #CF1ADD: hue angle of 295.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1ADD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 26 | 221 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.13 |
| HSL | 295.69º | 0.79% | 0.48% | - |
| HSV(B) | 295.69º | 0.88% | 0.87% | - |
| XYZ | 39.15 | 19.22 | 70.05 | - |
| YUV | 102.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 221 | 0.06 | 0.88 | 0 | 0.13 | 295.69 | 0.79 | 0.48 |
| Hex | CF | 1A | DD | 6 | 58 | 0 | D | 128 | 4F | 30 |
| Octal | 317 | 32 | 335 | 6 | 130 | 0 | 15 | 450 | 117 | 60 |
| Binary | 11001111 | 11010 | 11011101 | 110 | 1011000 | 0 | 1101 | 100101000 | 1001111 | 110000 |
Color Harmonies of #CF1ADD
Complementary color
Monochromatic Colors of #CF1ADD
Black with #CF1ADD
Text Example
Text Example
White with #CF1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ADD; }
p { color: rgb(207,26,221); }
H1.HeaderClassName
{
color: #CF1ADD;
}
.AnyTagClassName
{
color: #CF1ADD;
}
</style>
background-color css
<style>
a { background-color: #CF1ADD; }
a { background-color: rgb(207,26,221); }
div.DivClassName
{
background-color: #CF1ADD;
}
.BgClassName
{
background-color: #CF1ADD;
}
</style>
border-color css
<style>
span { border-color: #CF1ADD; }
span { border-color: rgb(207,26,221); }
td.TdClassName
{
border-color: #CF1ADD;
}
.TagClassName
{
border-color: #CF1ADD;
}
</style>