Shades of Deep Magenta #CB1CCC
Tints of Deep Magenta #CB1CCC
RGB
CMYK
RGB Variations
Color information
#CB1CCC (or 0xCB1CCC) is known color: Deep Magenta. HEX triplet: CB, 1C and CC. RGB value is (203,28,204). Sum of RGB (Red+Green+Blue) = 203+28+204=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CCC is #34E333. Grayscale: #636363. Windows color (decimal): -3466036 or 13376715. OLE color: 13376715.
HSL color Cylindrical-coordinate representation of color #CB1CCC: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CCC is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 28 | 204 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.2 |
| HSL | 299.66º | 0.76% | 0.45% | - |
| HSV(B) | 299.66º | 0.86% | 0.8% | - |
| XYZ | 35.94 | 17.89 | 58.68 | - |
| YUV | 100.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 204 | 0.00 | 0.86 | 0 | 0.2 | 299.66 | 0.76 | 0.45 |
| Hex | CB | 1C | CC | 0 | 56 | 0 | 14 | 12C | 4C | 2D |
| Octal | 313 | 34 | 314 | 0 | 126 | 0 | 24 | 454 | 114 | 55 |
| Binary | 11001011 | 11100 | 11001100 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001100 | 101101 |
Color Harmonies of #CB1CCC
Complementary color
Monochromatic Colors of #CB1CCC
Black with #CB1CCC
Text Example
Text Example
White with #CB1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CCC; }
p { color: rgb(203,28,204); }
H1.HeaderClassName
{
color: #CB1CCC;
}
.AnyTagClassName
{
color: #CB1CCC;
}
</style>
background-color css
<style>
a { background-color: #CB1CCC; }
a { background-color: rgb(203,28,204); }
div.DivClassName
{
background-color: #CB1CCC;
}
.BgClassName
{
background-color: #CB1CCC;
}
</style>
border-color css
<style>
span { border-color: #CB1CCC; }
span { border-color: rgb(203,28,204); }
td.TdClassName
{
border-color: #CB1CCC;
}
.TagClassName
{
border-color: #CB1CCC;
}
</style>