Shades of Deep Magenta #CF15D4
Tints of Deep Magenta #CF15D4
RGB
CMYK
RGB Variations
Color information
#CF15D4 (or 0xCF15D4) is known color: Deep Magenta. HEX triplet: CF, 15 and D4. RGB value is (207,21,212). Sum of RGB (Red+Green+Blue) = 207+21+212=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF15D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15D4 is #30EA2B. Grayscale: #616161. Windows color (decimal): -3205676 or 13899215. OLE color: 13899215.
HSL color Cylindrical-coordinate representation of color #CF15D4: hue angle of 298.43º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15D4 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 21 | 212 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.17 |
| HSL | 298.43º | 0.82% | 0.46% | - |
| HSV(B) | 298.43º | 0.9% | 0.83% | - |
| XYZ | 37.88 | 18.56 | 63.87 | - |
| YUV | 98.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 212 | 0.02 | 0.90 | 0 | 0.17 | 298.43 | 0.82 | 0.46 |
| Hex | CF | 15 | D4 | 2 | 5A | 0 | 11 | 12A | 52 | 2E |
| Octal | 317 | 25 | 324 | 2 | 132 | 0 | 21 | 452 | 122 | 56 |
| Binary | 11001111 | 10101 | 11010100 | 10 | 1011010 | 0 | 10001 | 100101010 | 1010010 | 101110 |
Color Harmonies of #CF15D4
Complementary color
Monochromatic Colors of #CF15D4
Black with #CF15D4
Text Example
Text Example
White with #CF15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15D4; }
p { color: rgb(207,21,212); }
H1.HeaderClassName
{
color: #CF15D4;
}
.AnyTagClassName
{
color: #CF15D4;
}
</style>
background-color css
<style>
a { background-color: #CF15D4; }
a { background-color: rgb(207,21,212); }
div.DivClassName
{
background-color: #CF15D4;
}
.BgClassName
{
background-color: #CF15D4;
}
</style>
border-color css
<style>
span { border-color: #CF15D4; }
span { border-color: rgb(207,21,212); }
td.TdClassName
{
border-color: #CF15D4;
}
.TagClassName
{
border-color: #CF15D4;
}
</style>