Shades of Deep Magenta #CB18AF
Tints of Deep Magenta #CB18AF
RGB
CMYK
RGB Variations
Color information
#CB18AF (or 0xCB18AF) is known color: Deep Magenta. HEX triplet: CB, 18 and AF. RGB value is (203,24,175). Sum of RGB (Red+Green+Blue) = 203+24+175=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB18AF is #34E750. Grayscale: #5E5E5E. Windows color (decimal): -3467089 or 11475147. OLE color: 11475147.
HSL color Cylindrical-coordinate representation of color #CB18AF: hue angle of 309.39º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB18AF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 175 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.20 |
| HSL | 309.39º | 0.79% | 0.45% | - |
| HSV(B) | 309.39º | 0.88% | 0.8% | - |
| XYZ | 32.69 | 16.44 | 42.01 | - |
| YUV | 94.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 175 | 0 | 0.88 | 0.14 | 0.20 | 309.39 | 0.79 | 0.45 |
| Hex | CB | 18 | AF | 0 | 58 | E | 14 | 135 | 4F | 2D |
| Octal | 313 | 30 | 257 | 0 | 130 | 16 | 24 | 465 | 117 | 55 |
| Binary | 11001011 | 11000 | 10101111 | 0 | 1011000 | 1110 | 10100 | 100110101 | 1001111 | 101101 |
Color Harmonies of #CB18AF
Complementary color
Monochromatic Colors of #CB18AF
Black with #CB18AF
Text Example
Text Example
White with #CB18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18AF; }
p { color: rgb(203,24,175); }
H1.HeaderClassName
{
color: #CB18AF;
}
.AnyTagClassName
{
color: #CB18AF;
}
</style>
background-color css
<style>
a { background-color: #CB18AF; }
a { background-color: rgb(203,24,175); }
div.DivClassName
{
background-color: #CB18AF;
}
.BgClassName
{
background-color: #CB18AF;
}
</style>
border-color css
<style>
span { border-color: #CB18AF; }
span { border-color: rgb(203,24,175); }
td.TdClassName
{
border-color: #CB18AF;
}
.TagClassName
{
border-color: #CB18AF;
}
</style>