Shades of Deep Magenta #CF25DA
Tints of Deep Magenta #CF25DA
RGB
CMYK
RGB Variations
Color information
#CF25DA (or 0xCF25DA) is known color: Deep Magenta. HEX triplet: CF, 25 and DA. RGB value is (207,37,218). Sum of RGB (Red+Green+Blue) = 207+37+218=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25DA is #30DA25. Grayscale: #6B6B6B. Windows color (decimal): -3201574 or 14296527. OLE color: 14296527.
HSL color Cylindrical-coordinate representation of color #CF25DA: hue angle of 296.35º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF25DA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 37 | 218 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.15 |
| HSL | 296.35º | 0.71% | 0.5% | - |
| HSV(B) | 296.35º | 0.83% | 0.85% | - |
| XYZ | 39.05 | 19.65 | 68.06 | - |
| YUV | 108.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 218 | 0.05 | 0.83 | 0 | 0.15 | 296.35 | 0.71 | 0.5 |
| Hex | CF | 25 | DA | 5 | 53 | 0 | F | 128 | 47 | 32 |
| Octal | 317 | 45 | 332 | 5 | 123 | 0 | 17 | 450 | 107 | 62 |
| Binary | 11001111 | 100101 | 11011010 | 101 | 1010011 | 0 | 1111 | 100101000 | 1000111 | 110010 |
Color Harmonies of #CF25DA
Complementary color
Monochromatic Colors of #CF25DA
Black with #CF25DA
Text Example
Text Example
White with #CF25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25DA; }
p { color: rgb(207,37,218); }
H1.HeaderClassName
{
color: #CF25DA;
}
.AnyTagClassName
{
color: #CF25DA;
}
</style>
background-color css
<style>
a { background-color: #CF25DA; }
a { background-color: rgb(207,37,218); }
div.DivClassName
{
background-color: #CF25DA;
}
.BgClassName
{
background-color: #CF25DA;
}
</style>
border-color css
<style>
span { border-color: #CF25DA; }
span { border-color: rgb(207,37,218); }
td.TdClassName
{
border-color: #CF25DA;
}
.TagClassName
{
border-color: #CF25DA;
}
</style>