Shades of Deep Magenta #CF05B1
Tints of Deep Magenta #CF05B1
RGB
CMYK
RGB Variations
Color information
#CF05B1 (or 0xCF05B1) is known color: Deep Magenta. HEX triplet: CF, 05 and B1. RGB value is (207,5,177). Sum of RGB (Red+Green+Blue) = 207+5+177=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05B1 is #30FA4E. Grayscale: #545454. Windows color (decimal): -3209807 or 11601359. OLE color: 11601359.
HSL color Cylindrical-coordinate representation of color #CF05B1: hue angle of 308.91º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05B1 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 177 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.19 |
| HSL | 308.91º | 0.95% | 0.42% | - |
| HSV(B) | 308.91º | 0.98% | 0.81% | - |
| XYZ | 33.72 | 16.55 | 43.01 | - |
| YUV | 85.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 177 | 0 | 0.98 | 0.14 | 0.19 | 308.91 | 0.95 | 0.42 |
| Hex | CF | 5 | B1 | 0 | 62 | E | 13 | 135 | 5F | 2A |
| Octal | 317 | 5 | 261 | 0 | 142 | 16 | 23 | 465 | 137 | 52 |
| Binary | 11001111 | 101 | 10110001 | 0 | 1100010 | 1110 | 10011 | 100110101 | 1011111 | 101010 |
Color Harmonies of #CF05B1
Complementary color
Monochromatic Colors of #CF05B1
Black with #CF05B1
Text Example
Text Example
White with #CF05B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05B1; }
p { color: rgb(207,5,177); }
H1.HeaderClassName
{
color: #CF05B1;
}
.AnyTagClassName
{
color: #CF05B1;
}
</style>
background-color css
<style>
a { background-color: #CF05B1; }
a { background-color: rgb(207,5,177); }
div.DivClassName
{
background-color: #CF05B1;
}
.BgClassName
{
background-color: #CF05B1;
}
</style>
border-color css
<style>
span { border-color: #CF05B1; }
span { border-color: rgb(207,5,177); }
td.TdClassName
{
border-color: #CF05B1;
}
.TagClassName
{
border-color: #CF05B1;
}
</style>