Shades of Deep Magenta #CB0CC2
Tints of Deep Magenta #CB0CC2
RGB
CMYK
RGB Variations
Color information
#CB0CC2 (or 0xCB0CC2) is known color: Deep Magenta. HEX triplet: CB, 0C and C2. RGB value is (203,12,194). Sum of RGB (Red+Green+Blue) = 203+12+194=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CC2 is #34F33D. Grayscale: #595959. Windows color (decimal): -3470142 or 12717259. OLE color: 12717259.
HSL color Cylindrical-coordinate representation of color #CB0CC2: hue angle of 302.83º 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 #CB0CC2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 194 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.20 |
| HSL | 302.83º | 0.89% | 0.42% | - |
| HSV(B) | 302.83º | 0.94% | 0.8% | - |
| XYZ | 34.5 | 16.85 | 52.47 | - |
| YUV | 89.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 194 | 0 | 0.94 | 0.04 | 0.20 | 302.83 | 0.89 | 0.42 |
| Hex | CB | C | C2 | 0 | 5E | 4 | 14 | 12F | 59 | 2A |
| Octal | 313 | 14 | 302 | 0 | 136 | 4 | 24 | 457 | 131 | 52 |
| Binary | 11001011 | 1100 | 11000010 | 0 | 1011110 | 100 | 10100 | 100101111 | 1011001 | 101010 |
Color Harmonies of #CB0CC2
Complementary color
Monochromatic Colors of #CB0CC2
Black with #CB0CC2
Text Example
Text Example
White with #CB0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CC2; }
p { color: rgb(203,12,194); }
H1.HeaderClassName
{
color: #CB0CC2;
}
.AnyTagClassName
{
color: #CB0CC2;
}
</style>
background-color css
<style>
a { background-color: #CB0CC2; }
a { background-color: rgb(203,12,194); }
div.DivClassName
{
background-color: #CB0CC2;
}
.BgClassName
{
background-color: #CB0CC2;
}
</style>
border-color css
<style>
span { border-color: #CB0CC2; }
span { border-color: rgb(203,12,194); }
td.TdClassName
{
border-color: #CB0CC2;
}
.TagClassName
{
border-color: #CB0CC2;
}
</style>