Shades of Deep Magenta #CF28BC
Tints of Deep Magenta #CF28BC
RGB
CMYK
RGB Variations
Color information
#CF28BC (or 0xCF28BC) is known color: Deep Magenta. HEX triplet: CF, 28 and BC. RGB value is (207,40,188). Sum of RGB (Red+Green+Blue) = 207+40+188=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28BC is #30D743. Grayscale: #6A6A6A. Windows color (decimal): -3200836 or 12331215. OLE color: 12331215.
HSL color Cylindrical-coordinate representation of color #CF28BC: hue angle of 306.83º 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 #CF28BC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 188 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.19 |
| HSL | 306.83º | 0.68% | 0.48% | - |
| HSV(B) | 306.83º | 0.81% | 0.81% | - |
| XYZ | 35.57 | 18.41 | 49.26 | - |
| YUV | 106.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 188 | 0 | 0.81 | 0.09 | 0.19 | 306.83 | 0.68 | 0.48 |
| Hex | CF | 28 | BC | 0 | 51 | 9 | 13 | 133 | 44 | 30 |
| Octal | 317 | 50 | 274 | 0 | 121 | 11 | 23 | 463 | 104 | 60 |
| Binary | 11001111 | 101000 | 10111100 | 0 | 1010001 | 1001 | 10011 | 100110011 | 1000100 | 110000 |
Color Harmonies of #CF28BC
Complementary color
Monochromatic Colors of #CF28BC
Black with #CF28BC
Text Example
Text Example
White with #CF28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28BC; }
p { color: rgb(207,40,188); }
H1.HeaderClassName
{
color: #CF28BC;
}
.AnyTagClassName
{
color: #CF28BC;
}
</style>
background-color css
<style>
a { background-color: #CF28BC; }
a { background-color: rgb(207,40,188); }
div.DivClassName
{
background-color: #CF28BC;
}
.BgClassName
{
background-color: #CF28BC;
}
</style>
border-color css
<style>
span { border-color: #CF28BC; }
span { border-color: rgb(207,40,188); }
td.TdClassName
{
border-color: #CF28BC;
}
.TagClassName
{
border-color: #CF28BC;
}
</style>