Shades of Deep Magenta #CF15C5
Tints of Deep Magenta #CF15C5
RGB
CMYK
RGB Variations
Color information
#CF15C5 (or 0xCF15C5) is known color: Deep Magenta. HEX triplet: CF, 15 and C5. RGB value is (207,21,197). Sum of RGB (Red+Green+Blue) = 207+21+197=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15C5 is #30EA3A. Grayscale: #606060. Windows color (decimal): -3205691 or 12916175. OLE color: 12916175.
HSL color Cylindrical-coordinate representation of color #CF15C5: hue angle of 303.23º 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 #CF15C5 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 197 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.19 |
| HSL | 303.23º | 0.82% | 0.45% | - |
| HSV(B) | 303.23º | 0.9% | 0.81% | - |
| XYZ | 36.08 | 17.83 | 54.36 | - |
| YUV | 96.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 197 | 0 | 0.90 | 0.05 | 0.19 | 303.23 | 0.82 | 0.45 |
| Hex | CF | 15 | C5 | 0 | 5A | 5 | 13 | 12F | 52 | 2D |
| Octal | 317 | 25 | 305 | 0 | 132 | 5 | 23 | 457 | 122 | 55 |
| Binary | 11001111 | 10101 | 11000101 | 0 | 1011010 | 101 | 10011 | 100101111 | 1010010 | 101101 |
Color Harmonies of #CF15C5
Complementary color
Monochromatic Colors of #CF15C5
Black with #CF15C5
Text Example
Text Example
White with #CF15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15C5; }
p { color: rgb(207,21,197); }
H1.HeaderClassName
{
color: #CF15C5;
}
.AnyTagClassName
{
color: #CF15C5;
}
</style>
background-color css
<style>
a { background-color: #CF15C5; }
a { background-color: rgb(207,21,197); }
div.DivClassName
{
background-color: #CF15C5;
}
.BgClassName
{
background-color: #CF15C5;
}
</style>
border-color css
<style>
span { border-color: #CF15C5; }
span { border-color: rgb(207,21,197); }
td.TdClassName
{
border-color: #CF15C5;
}
.TagClassName
{
border-color: #CF15C5;
}
</style>