Shades of Deep Magenta #CF16E4
Tints of Deep Magenta #CF16E4
RGB
CMYK
RGB Variations
Color information
#CF16E4 (or 0xCF16E4) is known color: Deep Magenta. HEX triplet: CF, 16 and E4. RGB value is (207,22,228). Sum of RGB (Red+Green+Blue) = 207+22+228=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF16E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16E4 is #30E91B. Grayscale: #646464. Windows color (decimal): -3205404 or 14948047. OLE color: 14948047.
HSL color Cylindrical-coordinate representation of color #CF16E4: hue angle of 293.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF16E4 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 22 | 228 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.11 |
| HSL | 293.88º | 0.82% | 0.49% | - |
| HSV(B) | 293.88º | 0.9% | 0.89% | - |
| XYZ | 40.02 | 19.44 | 75.04 | - |
| YUV | 100.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 228 | 0.09 | 0.90 | 0 | 0.11 | 293.88 | 0.82 | 0.49 |
| Hex | CF | 16 | E4 | 9 | 5A | 0 | B | 126 | 52 | 31 |
| Octal | 317 | 26 | 344 | 11 | 132 | 0 | 13 | 446 | 122 | 61 |
| Binary | 11001111 | 10110 | 11100100 | 1001 | 1011010 | 0 | 1011 | 100100110 | 1010010 | 110001 |
Color Harmonies of #CF16E4
Complementary color
Monochromatic Colors of #CF16E4
Black with #CF16E4
Text Example
Text Example
White with #CF16E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16E4; }
p { color: rgb(207,22,228); }
H1.HeaderClassName
{
color: #CF16E4;
}
.AnyTagClassName
{
color: #CF16E4;
}
</style>
background-color css
<style>
a { background-color: #CF16E4; }
a { background-color: rgb(207,22,228); }
div.DivClassName
{
background-color: #CF16E4;
}
.BgClassName
{
background-color: #CF16E4;
}
</style>
border-color css
<style>
span { border-color: #CF16E4; }
span { border-color: rgb(207,22,228); }
td.TdClassName
{
border-color: #CF16E4;
}
.TagClassName
{
border-color: #CF16E4;
}
</style>