Shades of Deep Magenta #CB0CCE
Tints of Deep Magenta #CB0CCE
RGB
CMYK
RGB Variations
Color information
#CB0CCE (or 0xCB0CCE) is known color: Deep Magenta. HEX triplet: CB, 0C and CE. RGB value is (203,12,206). Sum of RGB (Red+Green+Blue) = 203+12+206=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CCE is #34F331. Grayscale: #5A5A5A. Windows color (decimal): -3470130 or 13503691. OLE color: 13503691.
HSL color Cylindrical-coordinate representation of color #CB0CCE: hue angle of 299.07º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CCE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 12 | 206 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.19 |
| HSL | 299.07º | 0.89% | 0.43% | - |
| HSV(B) | 299.07º | 0.94% | 0.81% | - |
| XYZ | 35.9 | 17.42 | 59.86 | - |
| YUV | 91.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 206 | 0.01 | 0.94 | 0 | 0.19 | 299.07 | 0.89 | 0.43 |
| Hex | CB | C | CE | 1 | 5E | 0 | 13 | 12B | 59 | 2B |
| Octal | 313 | 14 | 316 | 1 | 136 | 0 | 23 | 453 | 131 | 53 |
| Binary | 11001011 | 1100 | 11001110 | 1 | 1011110 | 0 | 10011 | 100101011 | 1011001 | 101011 |
Color Harmonies of #CB0CCE
Complementary color
Monochromatic Colors of #CB0CCE
Black with #CB0CCE
Text Example
Text Example
White with #CB0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CCE; }
p { color: rgb(203,12,206); }
H1.HeaderClassName
{
color: #CB0CCE;
}
.AnyTagClassName
{
color: #CB0CCE;
}
</style>
background-color css
<style>
a { background-color: #CB0CCE; }
a { background-color: rgb(203,12,206); }
div.DivClassName
{
background-color: #CB0CCE;
}
.BgClassName
{
background-color: #CB0CCE;
}
</style>
border-color css
<style>
span { border-color: #CB0CCE; }
span { border-color: rgb(203,12,206); }
td.TdClassName
{
border-color: #CB0CCE;
}
.TagClassName
{
border-color: #CB0CCE;
}
</style>