Shades of Deep Magenta #CB27BD
Tints of Deep Magenta #CB27BD
RGB
CMYK
RGB Variations
Color information
#CB27BD (or 0xCB27BD) is known color: Deep Magenta. HEX triplet: CB, 27 and BD. RGB value is (203,39,189). Sum of RGB (Red+Green+Blue) = 203+39+189=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27BD is #34D842. Grayscale: #686868. Windows color (decimal): -3463235 or 12396491. OLE color: 12396491.
HSL color Cylindrical-coordinate representation of color #CB27BD: hue angle of 305.12º 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 #CB27BD is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 189 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.20 |
| HSL | 305.12º | 0.68% | 0.47% | - |
| HSV(B) | 305.12º | 0.81% | 0.8% | - |
| XYZ | 34.54 | 17.82 | 49.76 | - |
| YUV | 105.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 189 | 0 | 0.81 | 0.07 | 0.20 | 305.12 | 0.68 | 0.47 |
| Hex | CB | 27 | BD | 0 | 51 | 7 | 14 | 131 | 44 | 2F |
| Octal | 313 | 47 | 275 | 0 | 121 | 7 | 24 | 461 | 104 | 57 |
| Binary | 11001011 | 100111 | 10111101 | 0 | 1010001 | 111 | 10100 | 100110001 | 1000100 | 101111 |
Color Harmonies of #CB27BD
Complementary color
Monochromatic Colors of #CB27BD
Black with #CB27BD
Text Example
Text Example
White with #CB27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27BD; }
p { color: rgb(203,39,189); }
H1.HeaderClassName
{
color: #CB27BD;
}
.AnyTagClassName
{
color: #CB27BD;
}
</style>
background-color css
<style>
a { background-color: #CB27BD; }
a { background-color: rgb(203,39,189); }
div.DivClassName
{
background-color: #CB27BD;
}
.BgClassName
{
background-color: #CB27BD;
}
</style>
border-color css
<style>
span { border-color: #CB27BD; }
span { border-color: rgb(203,39,189); }
td.TdClassName
{
border-color: #CB27BD;
}
.TagClassName
{
border-color: #CB27BD;
}
</style>