Shades of Deep Magenta #CB1CDD
Tints of Deep Magenta #CB1CDD
RGB
CMYK
RGB Variations
Color information
#CB1CDD (or 0xCB1CDD) is known color: Deep Magenta. HEX triplet: CB, 1C and DD. RGB value is (203,28,221). Sum of RGB (Red+Green+Blue) = 203+28+221=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CDD is #34E322. Grayscale: #656565. Windows color (decimal): -3466019 or 14490827. OLE color: 14490827.
HSL color Cylindrical-coordinate representation of color #CB1CDD: hue angle of 294.4º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1CDD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 28 | 221 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.13 |
| HSL | 294.4º | 0.78% | 0.49% | - |
| HSV(B) | 294.4º | 0.87% | 0.87% | - |
| XYZ | 38.1 | 18.75 | 70.02 | - |
| YUV | 102.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 221 | 0.08 | 0.87 | 0 | 0.13 | 294.4 | 0.78 | 0.49 |
| Hex | CB | 1C | DD | 8 | 57 | 0 | D | 126 | 4E | 31 |
| Octal | 313 | 34 | 335 | 10 | 127 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001011 | 11100 | 11011101 | 1000 | 1010111 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CB1CDD
Complementary color
Monochromatic Colors of #CB1CDD
Black with #CB1CDD
Text Example
Text Example
White with #CB1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CDD; }
p { color: rgb(203,28,221); }
H1.HeaderClassName
{
color: #CB1CDD;
}
.AnyTagClassName
{
color: #CB1CDD;
}
</style>
background-color css
<style>
a { background-color: #CB1CDD; }
a { background-color: rgb(203,28,221); }
div.DivClassName
{
background-color: #CB1CDD;
}
.BgClassName
{
background-color: #CB1CDD;
}
</style>
border-color css
<style>
span { border-color: #CB1CDD; }
span { border-color: rgb(203,28,221); }
td.TdClassName
{
border-color: #CB1CDD;
}
.TagClassName
{
border-color: #CB1CDD;
}
</style>