Shades of Deep Magenta #CF0ADF
Tints of Deep Magenta #CF0ADF
RGB
CMYK
RGB Variations
Color information
#CF0ADF (or 0xCF0ADF) is known color: Deep Magenta. HEX triplet: CF, 0A and DF. RGB value is (207,10,223). Sum of RGB (Red+Green+Blue) = 207+10+223=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ADF is #30F520. Grayscale: #5C5C5C. Windows color (decimal): -3208481 or 14617295. OLE color: 14617295.
HSL color Cylindrical-coordinate representation of color #CF0ADF: hue angle of 295.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0ADF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 10 | 223 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.13 |
| HSL | 295.49º | 0.91% | 0.46% | - |
| HSV(B) | 295.49º | 0.96% | 0.87% | - |
| XYZ | 39.16 | 18.81 | 71.38 | - |
| YUV | 93.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 223 | 0.07 | 0.96 | 0 | 0.13 | 295.49 | 0.91 | 0.46 |
| Hex | CF | A | DF | 7 | 60 | 0 | D | 127 | 5B | 2E |
| Octal | 317 | 12 | 337 | 7 | 140 | 0 | 15 | 447 | 133 | 56 |
| Binary | 11001111 | 1010 | 11011111 | 111 | 1100000 | 0 | 1101 | 100100111 | 1011011 | 101110 |
Color Harmonies of #CF0ADF
Complementary color
Monochromatic Colors of #CF0ADF
Black with #CF0ADF
Text Example
Text Example
White with #CF0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ADF; }
p { color: rgb(207,10,223); }
H1.HeaderClassName
{
color: #CF0ADF;
}
.AnyTagClassName
{
color: #CF0ADF;
}
</style>
background-color css
<style>
a { background-color: #CF0ADF; }
a { background-color: rgb(207,10,223); }
div.DivClassName
{
background-color: #CF0ADF;
}
.BgClassName
{
background-color: #CF0ADF;
}
</style>
border-color css
<style>
span { border-color: #CF0ADF; }
span { border-color: rgb(207,10,223); }
td.TdClassName
{
border-color: #CF0ADF;
}
.TagClassName
{
border-color: #CF0ADF;
}
</style>