Shades of Deep Magenta #CB0CDD
Tints of Deep Magenta #CB0CDD
RGB
CMYK
RGB Variations
Color information
#CB0CDD (or 0xCB0CDD) is known color: Deep Magenta. HEX triplet: CB, 0C and DD. RGB value is (203,12,221). Sum of RGB (Red+Green+Blue) = 203+12+221=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CDD is #34F322. Grayscale: #5C5C5C. Windows color (decimal): -3470115 or 14486731. OLE color: 14486731.
HSL color Cylindrical-coordinate representation of color #CB0CDD: hue angle of 294.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CDD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 12 | 221 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 294.83º | 0.9% | 0.46% | - |
| HSV(B) | 294.83º | 0.95% | 0.87% | - |
| XYZ | 37.81 | 18.18 | 69.92 | - |
| YUV | 92.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 221 | 0.08 | 0.95 | 0 | 0.13 | 294.83 | 0.9 | 0.46 |
| Hex | CB | C | DD | 8 | 5F | 0 | D | 127 | 5A | 2E |
| Octal | 313 | 14 | 335 | 10 | 137 | 0 | 15 | 447 | 132 | 56 |
| Binary | 11001011 | 1100 | 11011101 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011010 | 101110 |
Color Harmonies of #CB0CDD
Complementary color
Monochromatic Colors of #CB0CDD
Black with #CB0CDD
Text Example
Text Example
White with #CB0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CDD; }
p { color: rgb(203,12,221); }
H1.HeaderClassName
{
color: #CB0CDD;
}
.AnyTagClassName
{
color: #CB0CDD;
}
</style>
background-color css
<style>
a { background-color: #CB0CDD; }
a { background-color: rgb(203,12,221); }
div.DivClassName
{
background-color: #CB0CDD;
}
.BgClassName
{
background-color: #CB0CDD;
}
</style>
border-color css
<style>
span { border-color: #CB0CDD; }
span { border-color: rgb(203,12,221); }
td.TdClassName
{
border-color: #CB0CDD;
}
.TagClassName
{
border-color: #CB0CDD;
}
</style>