Shades of Deep Magenta #CF05B0
Tints of Deep Magenta #CF05B0
RGB
CMYK
RGB Variations
Color information
#CF05B0 (or 0xCF05B0) is known color: Deep Magenta. HEX triplet: CF, 05 and B0. RGB value is (207,5,176). Sum of RGB (Red+Green+Blue) = 207+5+176=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05B0 is #30FA4F. Grayscale: #545454. Windows color (decimal): -3209808 or 11535823. OLE color: 11535823.
HSL color Cylindrical-coordinate representation of color #CF05B0: hue angle of 309.21º 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 #CF05B0 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.19 |
| HSL | 309.21º | 0.95% | 0.42% | - |
| HSV(B) | 309.21º | 0.98% | 0.81% | - |
| XYZ | 33.62 | 16.51 | 42.49 | - |
| YUV | 84.89 | 179.42 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 176 | 0 | 0.98 | 0.15 | 0.19 | 309.21 | 0.95 | 0.42 |
| Hex | CF | 5 | B0 | 0 | 62 | F | 13 | 135 | 5F | 2A |
| Octal | 317 | 5 | 260 | 0 | 142 | 17 | 23 | 465 | 137 | 52 |
| Binary | 11001111 | 101 | 10110000 | 0 | 1100010 | 1111 | 10011 | 100110101 | 1011111 | 101010 |
Color Harmonies of #CF05B0
Complementary color
Monochromatic Colors of #CF05B0
Black with #CF05B0
Text Example
Text Example
White with #CF05B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05B0; }
p { color: rgb(207,5,176); }
H1.HeaderClassName
{
color: #CF05B0;
}
.AnyTagClassName
{
color: #CF05B0;
}
</style>
background-color css
<style>
a { background-color: #CF05B0; }
a { background-color: rgb(207,5,176); }
div.DivClassName
{
background-color: #CF05B0;
}
.BgClassName
{
background-color: #CF05B0;
}
</style>
border-color css
<style>
span { border-color: #CF05B0; }
span { border-color: rgb(207,5,176); }
td.TdClassName
{
border-color: #CF05B0;
}
.TagClassName
{
border-color: #CF05B0;
}
</style>