Shades of Deep Magenta #CB17BC
Tints of Deep Magenta #CB17BC
RGB
CMYK
RGB Variations
Color information
#CB17BC (or 0xCB17BC) is known color: Deep Magenta. HEX triplet: CB, 17 and BC. RGB value is (203,23,188). Sum of RGB (Red+Green+Blue) = 203+23+188=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BC is #34E843. Grayscale: #5F5F5F. Windows color (decimal): -3467332 or 12326859. OLE color: 12326859.
HSL color Cylindrical-coordinate representation of color #CB17BC: hue angle of 305º 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 #CB17BC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.20 |
| HSL | 305º | 0.8% | 0.44% | - |
| HSV(B) | 305º | 0.89% | 0.8% | - |
| XYZ | 34.01 | 16.94 | 49.05 | - |
| YUV | 95.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 188 | 0 | 0.89 | 0.07 | 0.20 | 305 | 0.8 | 0.44 |
| Hex | CB | 17 | BC | 0 | 59 | 7 | 14 | 131 | 50 | 2C |
| Octal | 313 | 27 | 274 | 0 | 131 | 7 | 24 | 461 | 120 | 54 |
| Binary | 11001011 | 10111 | 10111100 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010000 | 101100 |
Color Harmonies of #CB17BC
Complementary color
Monochromatic Colors of #CB17BC
Black with #CB17BC
Text Example
Text Example
White with #CB17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17BC; }
p { color: rgb(203,23,188); }
H1.HeaderClassName
{
color: #CB17BC;
}
.AnyTagClassName
{
color: #CB17BC;
}
</style>
background-color css
<style>
a { background-color: #CB17BC; }
a { background-color: rgb(203,23,188); }
div.DivClassName
{
background-color: #CB17BC;
}
.BgClassName
{
background-color: #CB17BC;
}
</style>
border-color css
<style>
span { border-color: #CB17BC; }
span { border-color: rgb(203,23,188); }
td.TdClassName
{
border-color: #CB17BC;
}
.TagClassName
{
border-color: #CB17BC;
}
</style>