Shades of Deep Magenta #CF25DD
Tints of Deep Magenta #CF25DD
RGB
CMYK
RGB Variations
Color information
#CF25DD (or 0xCF25DD) is known color: Deep Magenta. HEX triplet: CF, 25 and DD. RGB value is (207,37,221). Sum of RGB (Red+Green+Blue) = 207+37+221=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25DD is #30DA22. Grayscale: #6C6C6C. Windows color (decimal): -3201571 or 14493135. OLE color: 14493135.
HSL color Cylindrical-coordinate representation of color #CF25DD: hue angle of 295.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF25DD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 37 | 221 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.13 |
| HSL | 295.43º | 0.73% | 0.51% | - |
| HSV(B) | 295.43º | 0.83% | 0.87% | - |
| XYZ | 39.44 | 19.81 | 70.15 | - |
| YUV | 108.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 221 | 0.06 | 0.83 | 0 | 0.13 | 295.43 | 0.73 | 0.51 |
| Hex | CF | 25 | DD | 6 | 53 | 0 | D | 127 | 49 | 33 |
| Octal | 317 | 45 | 335 | 6 | 123 | 0 | 15 | 447 | 111 | 63 |
| Binary | 11001111 | 100101 | 11011101 | 110 | 1010011 | 0 | 1101 | 100100111 | 1001001 | 110011 |
Color Harmonies of #CF25DD
Complementary color
Monochromatic Colors of #CF25DD
Black with #CF25DD
Text Example
Text Example
White with #CF25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25DD; }
p { color: rgb(207,37,221); }
H1.HeaderClassName
{
color: #CF25DD;
}
.AnyTagClassName
{
color: #CF25DD;
}
</style>
background-color css
<style>
a { background-color: #CF25DD; }
a { background-color: rgb(207,37,221); }
div.DivClassName
{
background-color: #CF25DD;
}
.BgClassName
{
background-color: #CF25DD;
}
</style>
border-color css
<style>
span { border-color: #CF25DD; }
span { border-color: rgb(207,37,221); }
td.TdClassName
{
border-color: #CF25DD;
}
.TagClassName
{
border-color: #CF25DD;
}
</style>