Shades of Deep Magenta #CF28C8
Tints of Deep Magenta #CF28C8
RGB
CMYK
RGB Variations
Color information
#CF28C8 (or 0xCF28C8) is known color: Deep Magenta. HEX triplet: CF, 28 and C8. RGB value is (207,40,200). Sum of RGB (Red+Green+Blue) = 207+40+200=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28C8 is #30D737. Grayscale: #6B6B6B. Windows color (decimal): -3200824 or 13117647. OLE color: 13117647.
HSL color Cylindrical-coordinate representation of color #CF28C8: hue angle of 302.51º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28C8 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 200 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.19 |
| HSL | 302.52º | 0.68% | 0.48% | - |
| HSV(B) | 302.52º | 0.81% | 0.81% | - |
| XYZ | 36.92 | 18.95 | 56.36 | - |
| YUV | 108.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 200 | 0 | 0.81 | 0.03 | 0.19 | 302.52 | 0.68 | 0.48 |
| Hex | CF | 28 | C8 | 0 | 51 | 3 | 13 | 12F | 44 | 30 |
| Octal | 317 | 50 | 310 | 0 | 121 | 3 | 23 | 457 | 104 | 60 |
| Binary | 11001111 | 101000 | 11001000 | 0 | 1010001 | 11 | 10011 | 100101111 | 1000100 | 110000 |
Color Harmonies of #CF28C8
Complementary color
Monochromatic Colors of #CF28C8
Black with #CF28C8
Text Example
Text Example
White with #CF28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28C8; }
p { color: rgb(207,40,200); }
H1.HeaderClassName
{
color: #CF28C8;
}
.AnyTagClassName
{
color: #CF28C8;
}
</style>
background-color css
<style>
a { background-color: #CF28C8; }
a { background-color: rgb(207,40,200); }
div.DivClassName
{
background-color: #CF28C8;
}
.BgClassName
{
background-color: #CF28C8;
}
</style>
border-color css
<style>
span { border-color: #CF28C8; }
span { border-color: rgb(207,40,200); }
td.TdClassName
{
border-color: #CF28C8;
}
.TagClassName
{
border-color: #CF28C8;
}
</style>