Shades of Deep Magenta #CF25C2
Tints of Deep Magenta #CF25C2
RGB
CMYK
RGB Variations
Color information
#CF25C2 (or 0xCF25C2) is known color: Deep Magenta. HEX triplet: CF, 25 and C2. RGB value is (207,37,194). Sum of RGB (Red+Green+Blue) = 207+37+194=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25C2 is #30DA3D. Grayscale: #696969. Windows color (decimal): -3201598 or 12723663. OLE color: 12723663.
HSL color Cylindrical-coordinate representation of color #CF25C2: hue angle of 304.59º 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 #CF25C2 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 194 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.19 |
| HSL | 304.59º | 0.7% | 0.48% | - |
| HSV(B) | 304.59º | 0.82% | 0.81% | - |
| XYZ | 36.13 | 18.48 | 52.7 | - |
| YUV | 105.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 194 | 0 | 0.82 | 0.06 | 0.19 | 304.59 | 0.7 | 0.48 |
| Hex | CF | 25 | C2 | 0 | 52 | 6 | 13 | 131 | 46 | 30 |
| Octal | 317 | 45 | 302 | 0 | 122 | 6 | 23 | 461 | 106 | 60 |
| Binary | 11001111 | 100101 | 11000010 | 0 | 1010010 | 110 | 10011 | 100110001 | 1000110 | 110000 |
Color Harmonies of #CF25C2
Complementary color
Monochromatic Colors of #CF25C2
Black with #CF25C2
Text Example
Text Example
White with #CF25C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25C2; }
p { color: rgb(207,37,194); }
H1.HeaderClassName
{
color: #CF25C2;
}
.AnyTagClassName
{
color: #CF25C2;
}
</style>
background-color css
<style>
a { background-color: #CF25C2; }
a { background-color: rgb(207,37,194); }
div.DivClassName
{
background-color: #CF25C2;
}
.BgClassName
{
background-color: #CF25C2;
}
</style>
border-color css
<style>
span { border-color: #CF25C2; }
span { border-color: rgb(207,37,194); }
td.TdClassName
{
border-color: #CF25C2;
}
.TagClassName
{
border-color: #CF25C2;
}
</style>