Shades of Deep Magenta #CF25B7
Tints of Deep Magenta #CF25B7
RGB
CMYK
RGB Variations
Color information
#CF25B7 (or 0xCF25B7) is known color: Deep Magenta. HEX triplet: CF, 25 and B7. RGB value is (207,37,183). Sum of RGB (Red+Green+Blue) = 207+37+183=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25B7 is #30DA48. Grayscale: #686868. Windows color (decimal): -3201609 or 12002767. OLE color: 12002767.
HSL color Cylindrical-coordinate representation of color #CF25B7: hue angle of 308.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF25B7 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 183 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.19 |
| HSL | 308.47º | 0.7% | 0.48% | - |
| HSV(B) | 308.47º | 0.82% | 0.81% | - |
| XYZ | 34.94 | 18.01 | 46.43 | - |
| YUV | 104.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 183 | 0 | 0.82 | 0.12 | 0.19 | 308.47 | 0.7 | 0.48 |
| Hex | CF | 25 | B7 | 0 | 52 | C | 13 | 134 | 46 | 30 |
| Octal | 317 | 45 | 267 | 0 | 122 | 14 | 23 | 464 | 106 | 60 |
| Binary | 11001111 | 100101 | 10110111 | 0 | 1010010 | 1100 | 10011 | 100110100 | 1000110 | 110000 |
Color Harmonies of #CF25B7
Complementary color
Monochromatic Colors of #CF25B7
Black with #CF25B7
Text Example
Text Example
White with #CF25B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25B7; }
p { color: rgb(207,37,183); }
H1.HeaderClassName
{
color: #CF25B7;
}
.AnyTagClassName
{
color: #CF25B7;
}
</style>
background-color css
<style>
a { background-color: #CF25B7; }
a { background-color: rgb(207,37,183); }
div.DivClassName
{
background-color: #CF25B7;
}
.BgClassName
{
background-color: #CF25B7;
}
</style>
border-color css
<style>
span { border-color: #CF25B7; }
span { border-color: rgb(207,37,183); }
td.TdClassName
{
border-color: #CF25B7;
}
.TagClassName
{
border-color: #CF25B7;
}
</style>