Shades of Deep Magenta #CB05BF
Tints of Deep Magenta #CB05BF
RGB
CMYK
RGB Variations
Color information
#CB05BF (or 0xCB05BF) is known color: Deep Magenta. HEX triplet: CB, 05 and BF. RGB value is (203,5,191). Sum of RGB (Red+Green+Blue) = 203+5+191=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05BF is #34FA40. Grayscale: #545454. Windows color (decimal): -3471937 or 12518859. OLE color: 12518859.
HSL color Cylindrical-coordinate representation of color #CB05BF: hue angle of 303.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05BF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.20 |
| HSL | 303.64º | 0.95% | 0.41% | - |
| HSV(B) | 303.64º | 0.98% | 0.8% | - |
| XYZ | 34.09 | 16.57 | 50.69 | - |
| YUV | 85.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 191 | 0 | 0.98 | 0.06 | 0.20 | 303.64 | 0.95 | 0.41 |
| Hex | CB | 5 | BF | 0 | 62 | 6 | 14 | 130 | 5F | 29 |
| Octal | 313 | 5 | 277 | 0 | 142 | 6 | 24 | 460 | 137 | 51 |
| Binary | 11001011 | 101 | 10111111 | 0 | 1100010 | 110 | 10100 | 100110000 | 1011111 | 101001 |
Color Harmonies of #CB05BF
Complementary color
Monochromatic Colors of #CB05BF
Black with #CB05BF
Text Example
Text Example
White with #CB05BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05BF; }
p { color: rgb(203,5,191); }
H1.HeaderClassName
{
color: #CB05BF;
}
.AnyTagClassName
{
color: #CB05BF;
}
</style>
background-color css
<style>
a { background-color: #CB05BF; }
a { background-color: rgb(203,5,191); }
div.DivClassName
{
background-color: #CB05BF;
}
.BgClassName
{
background-color: #CB05BF;
}
</style>
border-color css
<style>
span { border-color: #CB05BF; }
span { border-color: rgb(203,5,191); }
td.TdClassName
{
border-color: #CB05BF;
}
.TagClassName
{
border-color: #CB05BF;
}
</style>