Shades of Deep Magenta #CF15CD
Tints of Deep Magenta #CF15CD
RGB
CMYK
RGB Variations
Color information
#CF15CD (or 0xCF15CD) is known color: Deep Magenta. HEX triplet: CF, 15 and CD. RGB value is (207,21,205). Sum of RGB (Red+Green+Blue) = 207+21+205=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15CD is #30EA32. Grayscale: #616161. Windows color (decimal): -3205683 or 13440463. OLE color: 13440463.
HSL color Cylindrical-coordinate representation of color #CF15CD: hue angle of 300.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15CD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 205 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.19 |
| HSL | 300.65º | 0.82% | 0.45% | - |
| HSV(B) | 300.65º | 0.9% | 0.81% | - |
| XYZ | 37.02 | 18.21 | 59.32 | - |
| YUV | 97.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 205 | 0 | 0.90 | 0.01 | 0.19 | 300.65 | 0.82 | 0.45 |
| Hex | CF | 15 | CD | 0 | 5A | 1 | 13 | 12D | 52 | 2D |
| Octal | 317 | 25 | 315 | 0 | 132 | 1 | 23 | 455 | 122 | 55 |
| Binary | 11001111 | 10101 | 11001101 | 0 | 1011010 | 1 | 10011 | 100101101 | 1010010 | 101101 |
Color Harmonies of #CF15CD
Complementary color
Monochromatic Colors of #CF15CD
Black with #CF15CD
Text Example
Text Example
White with #CF15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15CD; }
p { color: rgb(207,21,205); }
H1.HeaderClassName
{
color: #CF15CD;
}
.AnyTagClassName
{
color: #CF15CD;
}
</style>
background-color css
<style>
a { background-color: #CF15CD; }
a { background-color: rgb(207,21,205); }
div.DivClassName
{
background-color: #CF15CD;
}
.BgClassName
{
background-color: #CF15CD;
}
</style>
border-color css
<style>
span { border-color: #CF15CD; }
span { border-color: rgb(207,21,205); }
td.TdClassName
{
border-color: #CF15CD;
}
.TagClassName
{
border-color: #CF15CD;
}
</style>