Shades of Deep Magenta #CB17B2
Tints of Deep Magenta #CB17B2
RGB
CMYK
RGB Variations
Color information
#CB17B2 (or 0xCB17B2) is known color: Deep Magenta. HEX triplet: CB, 17 and B2. RGB value is (203,23,178). Sum of RGB (Red+Green+Blue) = 203+23+178=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB17B2 is #34E84D. Grayscale: #5E5E5E. Windows color (decimal): -3467342 or 11671499. OLE color: 11671499.
HSL color Cylindrical-coordinate representation of color #CB17B2: hue angle of 308.33º 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 #CB17B2 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 178 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.20 |
| HSL | 308.33º | 0.8% | 0.44% | - |
| HSV(B) | 308.33º | 0.89% | 0.8% | - |
| XYZ | 32.97 | 16.52 | 43.57 | - |
| YUV | 94.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 178 | 0 | 0.89 | 0.12 | 0.20 | 308.33 | 0.8 | 0.44 |
| Hex | CB | 17 | B2 | 0 | 59 | C | 14 | 134 | 50 | 2C |
| Octal | 313 | 27 | 262 | 0 | 131 | 14 | 24 | 464 | 120 | 54 |
| Binary | 11001011 | 10111 | 10110010 | 0 | 1011001 | 1100 | 10100 | 100110100 | 1010000 | 101100 |
Color Harmonies of #CB17B2
Complementary color
Monochromatic Colors of #CB17B2
Black with #CB17B2
Text Example
Text Example
White with #CB17B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17B2; }
p { color: rgb(203,23,178); }
H1.HeaderClassName
{
color: #CB17B2;
}
.AnyTagClassName
{
color: #CB17B2;
}
</style>
background-color css
<style>
a { background-color: #CB17B2; }
a { background-color: rgb(203,23,178); }
div.DivClassName
{
background-color: #CB17B2;
}
.BgClassName
{
background-color: #CB17B2;
}
</style>
border-color css
<style>
span { border-color: #CB17B2; }
span { border-color: rgb(203,23,178); }
td.TdClassName
{
border-color: #CB17B2;
}
.TagClassName
{
border-color: #CB17B2;
}
</style>