Shades of Deep Magenta #CB1ADF
Tints of Deep Magenta #CB1ADF
RGB
CMYK
RGB Variations
Color information
#CB1ADF (or 0xCB1ADF) is known color: Deep Magenta. HEX triplet: CB, 1A and DF. RGB value is (203,26,223). Sum of RGB (Red+Green+Blue) = 203+26+223=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1ADF is #34E520. Grayscale: #646464. Windows color (decimal): -3466529 or 14621387. OLE color: 14621387.
HSL color Cylindrical-coordinate representation of color #CB1ADF: hue angle of 293.91º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1ADF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 26 | 223 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.13 |
| HSL | 293.91º | 0.79% | 0.49% | - |
| HSV(B) | 293.91º | 0.88% | 0.87% | - |
| XYZ | 38.32 | 18.76 | 71.41 | - |
| YUV | 101.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 223 | 0.09 | 0.88 | 0 | 0.13 | 293.91 | 0.79 | 0.49 |
| Hex | CB | 1A | DF | 9 | 58 | 0 | D | 126 | 4F | 31 |
| Octal | 313 | 32 | 337 | 11 | 130 | 0 | 15 | 446 | 117 | 61 |
| Binary | 11001011 | 11010 | 11011111 | 1001 | 1011000 | 0 | 1101 | 100100110 | 1001111 | 110001 |
Color Harmonies of #CB1ADF
Complementary color
Monochromatic Colors of #CB1ADF
Black with #CB1ADF
Text Example
Text Example
White with #CB1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1ADF; }
p { color: rgb(203,26,223); }
H1.HeaderClassName
{
color: #CB1ADF;
}
.AnyTagClassName
{
color: #CB1ADF;
}
</style>
background-color css
<style>
a { background-color: #CB1ADF; }
a { background-color: rgb(203,26,223); }
div.DivClassName
{
background-color: #CB1ADF;
}
.BgClassName
{
background-color: #CB1ADF;
}
</style>
border-color css
<style>
span { border-color: #CB1ADF; }
span { border-color: rgb(203,26,223); }
td.TdClassName
{
border-color: #CB1ADF;
}
.TagClassName
{
border-color: #CB1ADF;
}
</style>