Shades of Deep Magenta #CF0AE6
Tints of Deep Magenta #CF0AE6
RGB
CMYK
RGB Variations
Color information
#CF0AE6 (or 0xCF0AE6) is known color: Deep Magenta. HEX triplet: CF, 0A and E6. RGB value is (207,10,230). Sum of RGB (Red+Green+Blue) = 207+10+230=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF0AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AE6 is #30F519. Grayscale: #5D5D5D. Windows color (decimal): -3208474 or 15076047. OLE color: 15076047.
HSL color Cylindrical-coordinate representation of color #CF0AE6: hue angle of 293.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0AE6 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 10 | 230 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.10 |
| HSL | 293.73º | 0.92% | 0.47% | - |
| HSV(B) | 293.73º | 0.96% | 0.9% | - |
| XYZ | 40.12 | 19.2 | 76.45 | - |
| YUV | 93.98 | 204.77 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 230 | 0.10 | 0.96 | 0 | 0.10 | 293.73 | 0.92 | 0.47 |
| Hex | CF | A | E6 | A | 60 | 0 | A | 126 | 5C | 2F |
| Octal | 317 | 12 | 346 | 12 | 140 | 0 | 12 | 446 | 134 | 57 |
| Binary | 11001111 | 1010 | 11100110 | 1010 | 1100000 | 0 | 1010 | 100100110 | 1011100 | 101111 |
Color Harmonies of #CF0AE6
Complementary color
Monochromatic Colors of #CF0AE6
Black with #CF0AE6
Text Example
Text Example
White with #CF0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AE6; }
p { color: rgb(207,10,230); }
H1.HeaderClassName
{
color: #CF0AE6;
}
.AnyTagClassName
{
color: #CF0AE6;
}
</style>
background-color css
<style>
a { background-color: #CF0AE6; }
a { background-color: rgb(207,10,230); }
div.DivClassName
{
background-color: #CF0AE6;
}
.BgClassName
{
background-color: #CF0AE6;
}
</style>
border-color css
<style>
span { border-color: #CF0AE6; }
span { border-color: rgb(207,10,230); }
td.TdClassName
{
border-color: #CF0AE6;
}
.TagClassName
{
border-color: #CF0AE6;
}
</style>