Shades of Deep Magenta #CF1ADE
Tints of Deep Magenta #CF1ADE
RGB
CMYK
RGB Variations
Color information
#CF1ADE (or 0xCF1ADE) is known color: Deep Magenta. HEX triplet: CF, 1A and DE. RGB value is (207,26,222). Sum of RGB (Red+Green+Blue) = 207+26+222=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ADE is #30E521. Grayscale: #656565. Windows color (decimal): -3204386 or 14555855. OLE color: 14555855.
HSL color Cylindrical-coordinate representation of color #CF1ADE: hue angle of 295.41º 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 #CF1ADE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 26 | 222 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.13 |
| HSL | 295.41º | 0.79% | 0.49% | - |
| HSV(B) | 295.41º | 0.88% | 0.87% | - |
| XYZ | 39.29 | 19.28 | 70.76 | - |
| YUV | 102.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 222 | 0.07 | 0.88 | 0 | 0.13 | 295.41 | 0.79 | 0.49 |
| Hex | CF | 1A | DE | 7 | 58 | 0 | D | 127 | 4F | 31 |
| Octal | 317 | 32 | 336 | 7 | 130 | 0 | 15 | 447 | 117 | 61 |
| Binary | 11001111 | 11010 | 11011110 | 111 | 1011000 | 0 | 1101 | 100100111 | 1001111 | 110001 |
Color Harmonies of #CF1ADE
Complementary color
Monochromatic Colors of #CF1ADE
Black with #CF1ADE
Text Example
Text Example
White with #CF1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ADE; }
p { color: rgb(207,26,222); }
H1.HeaderClassName
{
color: #CF1ADE;
}
.AnyTagClassName
{
color: #CF1ADE;
}
</style>
background-color css
<style>
a { background-color: #CF1ADE; }
a { background-color: rgb(207,26,222); }
div.DivClassName
{
background-color: #CF1ADE;
}
.BgClassName
{
background-color: #CF1ADE;
}
</style>
border-color css
<style>
span { border-color: #CF1ADE; }
span { border-color: rgb(207,26,222); }
td.TdClassName
{
border-color: #CF1ADE;
}
.TagClassName
{
border-color: #CF1ADE;
}
</style>