Shades of Deep Magenta #CB27C6
Tints of Deep Magenta #CB27C6
RGB
CMYK
RGB Variations
Color information
#CB27C6 (or 0xCB27C6) is known color: Deep Magenta. HEX triplet: CB, 27 and C6. RGB value is (203,39,198). Sum of RGB (Red+Green+Blue) = 203+39+198=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27C6 is #34D839. Grayscale: #696969. Windows color (decimal): -3463226 or 12986315. OLE color: 12986315.
HSL color Cylindrical-coordinate representation of color #CB27C6: hue angle of 301.83º 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 #CB27C6 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 198 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.20 |
| HSL | 301.83º | 0.68% | 0.47% | - |
| HSV(B) | 301.83º | 0.81% | 0.8% | - |
| XYZ | 35.55 | 18.22 | 55.07 | - |
| YUV | 106.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 198 | 0 | 0.81 | 0.02 | 0.20 | 301.83 | 0.68 | 0.47 |
| Hex | CB | 27 | C6 | 0 | 51 | 2 | 14 | 12E | 44 | 2F |
| Octal | 313 | 47 | 306 | 0 | 121 | 2 | 24 | 456 | 104 | 57 |
| Binary | 11001011 | 100111 | 11000110 | 0 | 1010001 | 10 | 10100 | 100101110 | 1000100 | 101111 |
Color Harmonies of #CB27C6
Complementary color
Monochromatic Colors of #CB27C6
Black with #CB27C6
Text Example
Text Example
White with #CB27C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27C6; }
p { color: rgb(203,39,198); }
H1.HeaderClassName
{
color: #CB27C6;
}
.AnyTagClassName
{
color: #CB27C6;
}
</style>
background-color css
<style>
a { background-color: #CB27C6; }
a { background-color: rgb(203,39,198); }
div.DivClassName
{
background-color: #CB27C6;
}
.BgClassName
{
background-color: #CB27C6;
}
</style>
border-color css
<style>
span { border-color: #CB27C6; }
span { border-color: rgb(203,39,198); }
td.TdClassName
{
border-color: #CB27C6;
}
.TagClassName
{
border-color: #CB27C6;
}
</style>