Shades of Deep Magenta #CF1ADF
Tints of Deep Magenta #CF1ADF
RGB
CMYK
RGB Variations
Color information
#CF1ADF (or 0xCF1ADF) is known color: Deep Magenta. HEX triplet: CF, 1A and DF. RGB value is (207,26,223). Sum of RGB (Red+Green+Blue) = 207+26+223=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ADF is #30E520. Grayscale: #656565. Windows color (decimal): -3204385 or 14621391. OLE color: 14621391.
HSL color Cylindrical-coordinate representation of color #CF1ADF: hue angle of 295.13º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1ADF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 26 | 223 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.13 |
| HSL | 295.13º | 0.79% | 0.49% | - |
| HSV(B) | 295.13º | 0.88% | 0.87% | - |
| XYZ | 39.42 | 19.33 | 71.47 | - |
| YUV | 102.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 223 | 0.07 | 0.88 | 0 | 0.13 | 295.13 | 0.79 | 0.49 |
| Hex | CF | 1A | DF | 7 | 58 | 0 | D | 127 | 4F | 31 |
| Octal | 317 | 32 | 337 | 7 | 130 | 0 | 15 | 447 | 117 | 61 |
| Binary | 11001111 | 11010 | 11011111 | 111 | 1011000 | 0 | 1101 | 100100111 | 1001111 | 110001 |
Color Harmonies of #CF1ADF
Complementary color
Monochromatic Colors of #CF1ADF
Black with #CF1ADF
Text Example
Text Example
White with #CF1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ADF; }
p { color: rgb(207,26,223); }
H1.HeaderClassName
{
color: #CF1ADF;
}
.AnyTagClassName
{
color: #CF1ADF;
}
</style>
background-color css
<style>
a { background-color: #CF1ADF; }
a { background-color: rgb(207,26,223); }
div.DivClassName
{
background-color: #CF1ADF;
}
.BgClassName
{
background-color: #CF1ADF;
}
</style>
border-color css
<style>
span { border-color: #CF1ADF; }
span { border-color: rgb(207,26,223); }
td.TdClassName
{
border-color: #CF1ADF;
}
.TagClassName
{
border-color: #CF1ADF;
}
</style>