Shades of Deep Magenta #CB0CB3
Tints of Deep Magenta #CB0CB3
RGB
CMYK
RGB Variations
Color information
#CB0CB3 (or 0xCB0CB3) is known color: Deep Magenta. HEX triplet: CB, 0C and B3. RGB value is (203,12,179). Sum of RGB (Red+Green+Blue) = 203+12+179=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CB3 is #34F34C. Grayscale: #575757. Windows color (decimal): -3470157 or 11734219. OLE color: 11734219.
HSL color Cylindrical-coordinate representation of color #CB0CB3: hue angle of 307.54º 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 #CB0CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.20 |
| HSL | 307.54º | 0.89% | 0.42% | - |
| HSV(B) | 307.54º | 0.94% | 0.8% | - |
| XYZ | 32.9 | 16.21 | 44.04 | - |
| YUV | 88.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 179 | 0 | 0.94 | 0.12 | 0.20 | 307.54 | 0.89 | 0.42 |
| Hex | CB | C | B3 | 0 | 5E | C | 14 | 134 | 59 | 2A |
| Octal | 313 | 14 | 263 | 0 | 136 | 14 | 24 | 464 | 131 | 52 |
| Binary | 11001011 | 1100 | 10110011 | 0 | 1011110 | 1100 | 10100 | 100110100 | 1011001 | 101010 |
Color Harmonies of #CB0CB3
Complementary color
Monochromatic Colors of #CB0CB3
Black with #CB0CB3
Text Example
Text Example
White with #CB0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CB3; }
p { color: rgb(203,12,179); }
H1.HeaderClassName
{
color: #CB0CB3;
}
.AnyTagClassName
{
color: #CB0CB3;
}
</style>
background-color css
<style>
a { background-color: #CB0CB3; }
a { background-color: rgb(203,12,179); }
div.DivClassName
{
background-color: #CB0CB3;
}
.BgClassName
{
background-color: #CB0CB3;
}
</style>
border-color css
<style>
span { border-color: #CB0CB3; }
span { border-color: rgb(203,12,179); }
td.TdClassName
{
border-color: #CB0CB3;
}
.TagClassName
{
border-color: #CB0CB3;
}
</style>