Shades of Deep Magenta #CF25CD
Tints of Deep Magenta #CF25CD
RGB
CMYK
RGB Variations
Color information
#CF25CD (or 0xCF25CD) is known color: Deep Magenta. HEX triplet: CF, 25 and CD. RGB value is (207,37,205). Sum of RGB (Red+Green+Blue) = 207+37+205=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25CD is #30DA32. Grayscale: #6A6A6A. Windows color (decimal): -3201587 or 13444559. OLE color: 13444559.
HSL color Cylindrical-coordinate representation of color #CF25CD: hue angle of 300.71º 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 #CF25CD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 205 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.19 |
| HSL | 300.71º | 0.7% | 0.48% | - |
| HSV(B) | 300.71º | 0.82% | 0.81% | - |
| XYZ | 37.41 | 19 | 59.45 | - |
| YUV | 106.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 205 | 0 | 0.82 | 0.01 | 0.19 | 300.71 | 0.7 | 0.48 |
| Hex | CF | 25 | CD | 0 | 52 | 1 | 13 | 12D | 46 | 30 |
| Octal | 317 | 45 | 315 | 0 | 122 | 1 | 23 | 455 | 106 | 60 |
| Binary | 11001111 | 100101 | 11001101 | 0 | 1010010 | 1 | 10011 | 100101101 | 1000110 | 110000 |
Color Harmonies of #CF25CD
Complementary color
Monochromatic Colors of #CF25CD
Black with #CF25CD
Text Example
Text Example
White with #CF25CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25CD; }
p { color: rgb(207,37,205); }
H1.HeaderClassName
{
color: #CF25CD;
}
.AnyTagClassName
{
color: #CF25CD;
}
</style>
background-color css
<style>
a { background-color: #CF25CD; }
a { background-color: rgb(207,37,205); }
div.DivClassName
{
background-color: #CF25CD;
}
.BgClassName
{
background-color: #CF25CD;
}
</style>
border-color css
<style>
span { border-color: #CF25CD; }
span { border-color: rgb(207,37,205); }
td.TdClassName
{
border-color: #CF25CD;
}
.TagClassName
{
border-color: #CF25CD;
}
</style>