Shades of Deep Magenta #CF25CF
Tints of Deep Magenta #CF25CF
RGB
CMYK
RGB Variations
Color information
#CF25CF (or 0xCF25CF) is known color: Deep Magenta. HEX triplet: CF, 25 and CF. RGB value is (207,37,207). Sum of RGB (Red+Green+Blue) = 207+37+207=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25CF is #30DA30. Grayscale: #6A6A6A. Windows color (decimal): -3201585 or 13575631. OLE color: 13575631.
HSL color Cylindrical-coordinate representation of color #CF25CF: hue angle of 300º 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 #CF25CF is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 207 | - |
| CMYK | 0 | 0.82 | 0 | 0.19 |
| HSL | 300º | 0.7% | 0.48% | - |
| HSV(B) | 300º | 0.82% | 0.81% | - |
| XYZ | 37.66 | 19.09 | 60.73 | - |
| YUV | 107.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 207 | 0 | 0.82 | 0 | 0.19 | 300 | 0.7 | 0.48 |
| Hex | CF | 25 | CF | 0 | 52 | 0 | 13 | 12C | 46 | 30 |
| Octal | 317 | 45 | 317 | 0 | 122 | 0 | 23 | 454 | 106 | 60 |
| Binary | 11001111 | 100101 | 11001111 | 0 | 1010010 | 0 | 10011 | 100101100 | 1000110 | 110000 |
Color Harmonies of #CF25CF
Complementary color
Monochromatic Colors of #CF25CF
Black with #CF25CF
Text Example
Text Example
White with #CF25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25CF; }
p { color: rgb(207,37,207); }
H1.HeaderClassName
{
color: #CF25CF;
}
.AnyTagClassName
{
color: #CF25CF;
}
</style>
background-color css
<style>
a { background-color: #CF25CF; }
a { background-color: rgb(207,37,207); }
div.DivClassName
{
background-color: #CF25CF;
}
.BgClassName
{
background-color: #CF25CF;
}
</style>
border-color css
<style>
span { border-color: #CF25CF; }
span { border-color: rgb(207,37,207); }
td.TdClassName
{
border-color: #CF25CF;
}
.TagClassName
{
border-color: #CF25CF;
}
</style>