Shades of Deep Magenta #CF05B3
Tints of Deep Magenta #CF05B3
RGB
CMYK
RGB Variations
Color information
#CF05B3 (or 0xCF05B3) is known color: Deep Magenta. HEX triplet: CF, 05 and B3. RGB value is (207,5,179). Sum of RGB (Red+Green+Blue) = 207+5+179=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05B3 is #30FA4C. Grayscale: #545454. Windows color (decimal): -3209805 or 11732431. OLE color: 11732431.
HSL color Cylindrical-coordinate representation of color #CF05B3: hue angle of 308.32º 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 #CF05B3 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.19 |
| HSL | 308.32º | 0.95% | 0.42% | - |
| HSV(B) | 308.32º | 0.98% | 0.81% | - |
| XYZ | 33.92 | 16.63 | 44.07 | - |
| YUV | 85.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 179 | 0 | 0.98 | 0.14 | 0.19 | 308.32 | 0.95 | 0.42 |
| Hex | CF | 5 | B3 | 0 | 62 | E | 13 | 134 | 5F | 2A |
| Octal | 317 | 5 | 263 | 0 | 142 | 16 | 23 | 464 | 137 | 52 |
| Binary | 11001111 | 101 | 10110011 | 0 | 1100010 | 1110 | 10011 | 100110100 | 1011111 | 101010 |
Color Harmonies of #CF05B3
Complementary color
Monochromatic Colors of #CF05B3
Black with #CF05B3
Text Example
Text Example
White with #CF05B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05B3; }
p { color: rgb(207,5,179); }
H1.HeaderClassName
{
color: #CF05B3;
}
.AnyTagClassName
{
color: #CF05B3;
}
</style>
background-color css
<style>
a { background-color: #CF05B3; }
a { background-color: rgb(207,5,179); }
div.DivClassName
{
background-color: #CF05B3;
}
.BgClassName
{
background-color: #CF05B3;
}
</style>
border-color css
<style>
span { border-color: #CF05B3; }
span { border-color: rgb(207,5,179); }
td.TdClassName
{
border-color: #CF05B3;
}
.TagClassName
{
border-color: #CF05B3;
}
</style>