Shades of Deep Magenta #CB18DA
Tints of Deep Magenta #CB18DA
RGB
CMYK
RGB Variations
Color information
#CB18DA (or 0xCB18DA) is known color: Deep Magenta. HEX triplet: CB, 18 and DA. RGB value is (203,24,218). Sum of RGB (Red+Green+Blue) = 203+24+218=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18DA is #34E725. Grayscale: #636363. Windows color (decimal): -3467046 or 14293195. OLE color: 14293195.
HSL color Cylindrical-coordinate representation of color #CB18DA: hue angle of 295.36º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB18DA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 24 | 218 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.15 |
| HSL | 295.36º | 0.8% | 0.47% | - |
| HSV(B) | 295.36º | 0.89% | 0.85% | - |
| XYZ | 37.61 | 18.41 | 67.9 | - |
| YUV | 99.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 218 | 0.07 | 0.89 | 0 | 0.15 | 295.36 | 0.8 | 0.47 |
| Hex | CB | 18 | DA | 7 | 59 | 0 | F | 127 | 50 | 2F |
| Octal | 313 | 30 | 332 | 7 | 131 | 0 | 17 | 447 | 120 | 57 |
| Binary | 11001011 | 11000 | 11011010 | 111 | 1011001 | 0 | 1111 | 100100111 | 1010000 | 101111 |
Color Harmonies of #CB18DA
Complementary color
Monochromatic Colors of #CB18DA
Black with #CB18DA
Text Example
Text Example
White with #CB18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18DA; }
p { color: rgb(203,24,218); }
H1.HeaderClassName
{
color: #CB18DA;
}
.AnyTagClassName
{
color: #CB18DA;
}
</style>
background-color css
<style>
a { background-color: #CB18DA; }
a { background-color: rgb(203,24,218); }
div.DivClassName
{
background-color: #CB18DA;
}
.BgClassName
{
background-color: #CB18DA;
}
</style>
border-color css
<style>
span { border-color: #CB18DA; }
span { border-color: rgb(203,24,218); }
td.TdClassName
{
border-color: #CB18DA;
}
.TagClassName
{
border-color: #CB18DA;
}
</style>