Shades of Deep Magenta #CB27C0
Tints of Deep Magenta #CB27C0
RGB
CMYK
RGB Variations
Color information
#CB27C0 (or 0xCB27C0) is known color: Deep Magenta. HEX triplet: CB, 27 and C0. RGB value is (203,39,192). Sum of RGB (Red+Green+Blue) = 203+39+192=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27C0 is #34D83F. Grayscale: #696969. Windows color (decimal): -3463232 or 12593099. OLE color: 12593099.
HSL color Cylindrical-coordinate representation of color #CB27C0: hue angle of 304.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB27C0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 192 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.20 |
| HSL | 304.02º | 0.68% | 0.47% | - |
| HSV(B) | 304.02º | 0.81% | 0.8% | - |
| XYZ | 34.87 | 17.95 | 51.5 | - |
| YUV | 105.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 192 | 0 | 0.81 | 0.05 | 0.20 | 304.02 | 0.68 | 0.47 |
| Hex | CB | 27 | C0 | 0 | 51 | 5 | 14 | 130 | 44 | 2F |
| Octal | 313 | 47 | 300 | 0 | 121 | 5 | 24 | 460 | 104 | 57 |
| Binary | 11001011 | 100111 | 11000000 | 0 | 1010001 | 101 | 10100 | 100110000 | 1000100 | 101111 |
Color Harmonies of #CB27C0
Complementary color
Monochromatic Colors of #CB27C0
Black with #CB27C0
Text Example
Text Example
White with #CB27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27C0; }
p { color: rgb(203,39,192); }
H1.HeaderClassName
{
color: #CB27C0;
}
.AnyTagClassName
{
color: #CB27C0;
}
</style>
background-color css
<style>
a { background-color: #CB27C0; }
a { background-color: rgb(203,39,192); }
div.DivClassName
{
background-color: #CB27C0;
}
.BgClassName
{
background-color: #CB27C0;
}
</style>
border-color css
<style>
span { border-color: #CB27C0; }
span { border-color: rgb(203,39,192); }
td.TdClassName
{
border-color: #CB27C0;
}
.TagClassName
{
border-color: #CB27C0;
}
</style>