Shades of Deep Magenta #CB0CDE
Tints of Deep Magenta #CB0CDE
RGB
CMYK
RGB Variations
Color information
#CB0CDE (or 0xCB0CDE) is known color: Deep Magenta. HEX triplet: CB, 0C and DE. RGB value is (203,12,222). Sum of RGB (Red+Green+Blue) = 203+12+222=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CDE is #34F321. Grayscale: #5C5C5C. Windows color (decimal): -3470114 or 14552267. OLE color: 14552267.
HSL color Cylindrical-coordinate representation of color #CB0CDE: hue angle of 294.57º 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 #CB0CDE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 12 | 222 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.57º | 0.9% | 0.46% | - |
| HSV(B) | 294.57º | 0.95% | 0.87% | - |
| XYZ | 37.94 | 18.23 | 70.63 | - |
| YUV | 93.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 222 | 0.09 | 0.95 | 0 | 0.13 | 294.57 | 0.9 | 0.46 |
| Hex | CB | C | DE | 9 | 5F | 0 | D | 127 | 5A | 2E |
| Octal | 313 | 14 | 336 | 11 | 137 | 0 | 15 | 447 | 132 | 56 |
| Binary | 11001011 | 1100 | 11011110 | 1001 | 1011111 | 0 | 1101 | 100100111 | 1011010 | 101110 |
Color Harmonies of #CB0CDE
Complementary color
Monochromatic Colors of #CB0CDE
Black with #CB0CDE
Text Example
Text Example
White with #CB0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CDE; }
p { color: rgb(203,12,222); }
H1.HeaderClassName
{
color: #CB0CDE;
}
.AnyTagClassName
{
color: #CB0CDE;
}
</style>
background-color css
<style>
a { background-color: #CB0CDE; }
a { background-color: rgb(203,12,222); }
div.DivClassName
{
background-color: #CB0CDE;
}
.BgClassName
{
background-color: #CB0CDE;
}
</style>
border-color css
<style>
span { border-color: #CB0CDE; }
span { border-color: rgb(203,12,222); }
td.TdClassName
{
border-color: #CB0CDE;
}
.TagClassName
{
border-color: #CB0CDE;
}
</style>