Shades of Deep Magenta #CB17BF
Tints of Deep Magenta #CB17BF
RGB
CMYK
RGB Variations
Color information
#CB17BF (or 0xCB17BF) is known color: Deep Magenta. HEX triplet: CB, 17 and BF. RGB value is (203,23,191). Sum of RGB (Red+Green+Blue) = 203+23+191=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BF is #34E840. Grayscale: #5F5F5F. Windows color (decimal): -3467329 or 12523467. OLE color: 12523467.
HSL color Cylindrical-coordinate representation of color #CB17BF: hue angle of 304º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17BF is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 191 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.20 |
| HSL | 304º | 0.8% | 0.44% | - |
| HSV(B) | 304º | 0.89% | 0.8% | - |
| XYZ | 34.34 | 17.07 | 50.78 | - |
| YUV | 95.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 191 | 0 | 0.89 | 0.06 | 0.20 | 304 | 0.8 | 0.44 |
| Hex | CB | 17 | BF | 0 | 59 | 6 | 14 | 130 | 50 | 2C |
| Octal | 313 | 27 | 277 | 0 | 131 | 6 | 24 | 460 | 120 | 54 |
| Binary | 11001011 | 10111 | 10111111 | 0 | 1011001 | 110 | 10100 | 100110000 | 1010000 | 101100 |
Color Harmonies of #CB17BF
Complementary color
Monochromatic Colors of #CB17BF
Black with #CB17BF
Text Example
Text Example
White with #CB17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17BF; }
p { color: rgb(203,23,191); }
H1.HeaderClassName
{
color: #CB17BF;
}
.AnyTagClassName
{
color: #CB17BF;
}
</style>
background-color css
<style>
a { background-color: #CB17BF; }
a { background-color: rgb(203,23,191); }
div.DivClassName
{
background-color: #CB17BF;
}
.BgClassName
{
background-color: #CB17BF;
}
</style>
border-color css
<style>
span { border-color: #CB17BF; }
span { border-color: rgb(203,23,191); }
td.TdClassName
{
border-color: #CB17BF;
}
.TagClassName
{
border-color: #CB17BF;
}
</style>