Shades of Deep Magenta #CB14AD
Tints of Deep Magenta #CB14AD
RGB
CMYK
RGB Variations
Color information
#CB14AD (or 0xCB14AD) is known color: Deep Magenta. HEX triplet: CB, 14 and AD. RGB value is (203,20,173). Sum of RGB (Red+Green+Blue) = 203+20+173=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB14AD is #34EB52. Grayscale: #5B5B5B. Windows color (decimal): -3468115 or 11343051. OLE color: 11343051.
HSL color Cylindrical-coordinate representation of color #CB14AD: hue angle of 309.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB14AD is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.20 |
| HSL | 309.84º | 0.82% | 0.44% | - |
| HSV(B) | 309.84º | 0.9% | 0.8% | - |
| XYZ | 32.42 | 16.21 | 40.96 | - |
| YUV | 92.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 173 | 0 | 0.90 | 0.15 | 0.20 | 309.84 | 0.82 | 0.44 |
| Hex | CB | 14 | AD | 0 | 5A | F | 14 | 136 | 52 | 2C |
| Octal | 313 | 24 | 255 | 0 | 132 | 17 | 24 | 466 | 122 | 54 |
| Binary | 11001011 | 10100 | 10101101 | 0 | 1011010 | 1111 | 10100 | 100110110 | 1010010 | 101100 |
Color Harmonies of #CB14AD
Complementary color
Monochromatic Colors of #CB14AD
Black with #CB14AD
Text Example
Text Example
White with #CB14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14AD; }
p { color: rgb(203,20,173); }
H1.HeaderClassName
{
color: #CB14AD;
}
.AnyTagClassName
{
color: #CB14AD;
}
</style>
background-color css
<style>
a { background-color: #CB14AD; }
a { background-color: rgb(203,20,173); }
div.DivClassName
{
background-color: #CB14AD;
}
.BgClassName
{
background-color: #CB14AD;
}
</style>
border-color css
<style>
span { border-color: #CB14AD; }
span { border-color: rgb(203,20,173); }
td.TdClassName
{
border-color: #CB14AD;
}
.TagClassName
{
border-color: #CB14AD;
}
</style>