Shades of Deep Magenta #CB2BCC
Tints of Deep Magenta #CB2BCC
RGB
CMYK
RGB Variations
Color information
#CB2BCC (or 0xCB2BCC) is known color: Deep Magenta. HEX triplet: CB, 2B and CC. RGB value is (203,43,204). Sum of RGB (Red+Green+Blue) = 203+43+204=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BCC is #34D433. Grayscale: #6C6C6C. Windows color (decimal): -3462196 or 13380555. OLE color: 13380555.
HSL color Cylindrical-coordinate representation of color #CB2BCC: hue angle of 299.63º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2BCC is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 43 | 204 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.2 |
| HSL | 299.63º | 0.65% | 0.48% | - |
| HSV(B) | 299.63º | 0.79% | 0.8% | - |
| XYZ | 36.39 | 18.78 | 58.83 | - |
| YUV | 109.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 204 | 0.00 | 0.79 | 0 | 0.2 | 299.63 | 0.65 | 0.48 |
| Hex | CB | 2B | CC | 0 | 4F | 0 | 14 | 12C | 41 | 30 |
| Octal | 313 | 53 | 314 | 0 | 117 | 0 | 24 | 454 | 101 | 60 |
| Binary | 11001011 | 101011 | 11001100 | 0 | 1001111 | 0 | 10100 | 100101100 | 1000001 | 110000 |
Color Harmonies of #CB2BCC
Complementary color
Monochromatic Colors of #CB2BCC
Black with #CB2BCC
Text Example
Text Example
White with #CB2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BCC; }
p { color: rgb(203,43,204); }
H1.HeaderClassName
{
color: #CB2BCC;
}
.AnyTagClassName
{
color: #CB2BCC;
}
</style>
background-color css
<style>
a { background-color: #CB2BCC; }
a { background-color: rgb(203,43,204); }
div.DivClassName
{
background-color: #CB2BCC;
}
.BgClassName
{
background-color: #CB2BCC;
}
</style>
border-color css
<style>
span { border-color: #CB2BCC; }
span { border-color: rgb(203,43,204); }
td.TdClassName
{
border-color: #CB2BCC;
}
.TagClassName
{
border-color: #CB2BCC;
}
</style>