Shades of Deep Magenta #CB0CCB
Tints of Deep Magenta #CB0CCB
RGB
CMYK
RGB Variations
Color information
#CB0CCB (or 0xCB0CCB) is known color: Deep Magenta. HEX triplet: CB, 0C and CB. RGB value is (203,12,203). Sum of RGB (Red+Green+Blue) = 203+12+203=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CCB is #34F334. Grayscale: #5A5A5A. Windows color (decimal): -3470133 or 13307083. OLE color: 13307083.
HSL color Cylindrical-coordinate representation of color #CB0CCB: hue angle of 300º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CCB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 203 | - |
| CMYK | 0 | 0.94 | 0 | 0.20 |
| HSL | 300º | 0.89% | 0.42% | - |
| HSV(B) | 300º | 0.94% | 0.8% | - |
| XYZ | 35.54 | 17.27 | 57.96 | - |
| YUV | 90.88 | 191.28 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 203 | 0 | 0.94 | 0 | 0.20 | 300 | 0.89 | 0.42 |
| Hex | CB | C | CB | 0 | 5E | 0 | 14 | 12C | 59 | 2A |
| Octal | 313 | 14 | 313 | 0 | 136 | 0 | 24 | 454 | 131 | 52 |
| Binary | 11001011 | 1100 | 11001011 | 0 | 1011110 | 0 | 10100 | 100101100 | 1011001 | 101010 |
Color Harmonies of #CB0CCB
Complementary color
Monochromatic Colors of #CB0CCB
Black with #CB0CCB
Text Example
Text Example
White with #CB0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CCB; }
p { color: rgb(203,12,203); }
H1.HeaderClassName
{
color: #CB0CCB;
}
.AnyTagClassName
{
color: #CB0CCB;
}
</style>
background-color css
<style>
a { background-color: #CB0CCB; }
a { background-color: rgb(203,12,203); }
div.DivClassName
{
background-color: #CB0CCB;
}
.BgClassName
{
background-color: #CB0CCB;
}
</style>
border-color css
<style>
span { border-color: #CB0CCB; }
span { border-color: rgb(203,12,203); }
td.TdClassName
{
border-color: #CB0CCB;
}
.TagClassName
{
border-color: #CB0CCB;
}
</style>