Shades of Deep Magenta #CB17BA
Tints of Deep Magenta #CB17BA
RGB
CMYK
RGB Variations
Color information
#CB17BA (or 0xCB17BA) is known color: Deep Magenta. HEX triplet: CB, 17 and BA. RGB value is (203,23,186). Sum of RGB (Red+Green+Blue) = 203+23+186=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BA is #34E845. Grayscale: #5E5E5E. Windows color (decimal): -3467334 or 12195787. OLE color: 12195787.
HSL color Cylindrical-coordinate representation of color #CB17BA: hue angle of 305.67º 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 #CB17BA is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.20 |
| HSL | 305.67º | 0.8% | 0.44% | - |
| HSV(B) | 305.67º | 0.89% | 0.8% | - |
| XYZ | 33.8 | 16.85 | 47.93 | - |
| YUV | 95.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 186 | 0 | 0.89 | 0.08 | 0.20 | 305.67 | 0.8 | 0.44 |
| Hex | CB | 17 | BA | 0 | 59 | 8 | 14 | 132 | 50 | 2C |
| Octal | 313 | 27 | 272 | 0 | 131 | 10 | 24 | 462 | 120 | 54 |
| Binary | 11001011 | 10111 | 10111010 | 0 | 1011001 | 1000 | 10100 | 100110010 | 1010000 | 101100 |
Color Harmonies of #CB17BA
Complementary color
Monochromatic Colors of #CB17BA
Black with #CB17BA
Text Example
Text Example
White with #CB17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17BA; }
p { color: rgb(203,23,186); }
H1.HeaderClassName
{
color: #CB17BA;
}
.AnyTagClassName
{
color: #CB17BA;
}
</style>
background-color css
<style>
a { background-color: #CB17BA; }
a { background-color: rgb(203,23,186); }
div.DivClassName
{
background-color: #CB17BA;
}
.BgClassName
{
background-color: #CB17BA;
}
</style>
border-color css
<style>
span { border-color: #CB17BA; }
span { border-color: rgb(203,23,186); }
td.TdClassName
{
border-color: #CB17BA;
}
.TagClassName
{
border-color: #CB17BA;
}
</style>