Shades of Deep Magenta #CF25C5
Tints of Deep Magenta #CF25C5
RGB
CMYK
RGB Variations
Color information
#CF25C5 (or 0xCF25C5) is known color: Deep Magenta. HEX triplet: CF, 25 and C5. RGB value is (207,37,197). Sum of RGB (Red+Green+Blue) = 207+37+197=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25C5 is #30DA3A. Grayscale: #696969. Windows color (decimal): -3201595 or 12920271. OLE color: 12920271.
HSL color Cylindrical-coordinate representation of color #CF25C5: hue angle of 303.53º 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 #CF25C5 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 197 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.19 |
| HSL | 303.53º | 0.7% | 0.48% | - |
| HSV(B) | 303.53º | 0.82% | 0.81% | - |
| XYZ | 36.47 | 18.62 | 54.5 | - |
| YUV | 106.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 197 | 0 | 0.82 | 0.05 | 0.19 | 303.53 | 0.7 | 0.48 |
| Hex | CF | 25 | C5 | 0 | 52 | 5 | 13 | 130 | 46 | 30 |
| Octal | 317 | 45 | 305 | 0 | 122 | 5 | 23 | 460 | 106 | 60 |
| Binary | 11001111 | 100101 | 11000101 | 0 | 1010010 | 101 | 10011 | 100110000 | 1000110 | 110000 |
Color Harmonies of #CF25C5
Complementary color
Monochromatic Colors of #CF25C5
Black with #CF25C5
Text Example
Text Example
White with #CF25C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25C5; }
p { color: rgb(207,37,197); }
H1.HeaderClassName
{
color: #CF25C5;
}
.AnyTagClassName
{
color: #CF25C5;
}
</style>
background-color css
<style>
a { background-color: #CF25C5; }
a { background-color: rgb(207,37,197); }
div.DivClassName
{
background-color: #CF25C5;
}
.BgClassName
{
background-color: #CF25C5;
}
</style>
border-color css
<style>
span { border-color: #CF25C5; }
span { border-color: rgb(207,37,197); }
td.TdClassName
{
border-color: #CF25C5;
}
.TagClassName
{
border-color: #CF25C5;
}
</style>