Shades of Deep Magenta #CB27BC
Tints of Deep Magenta #CB27BC
RGB
CMYK
RGB Variations
Color information
#CB27BC (or 0xCB27BC) is known color: Deep Magenta. HEX triplet: CB, 27 and BC. RGB value is (203,39,188). Sum of RGB (Red+Green+Blue) = 203+39+188=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27BC is #34D843. Grayscale: #686868. Windows color (decimal): -3463236 or 12330955. OLE color: 12330955.
HSL color Cylindrical-coordinate representation of color #CB27BC: hue angle of 305.49º 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 #CB27BC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 188 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.20 |
| HSL | 305.49º | 0.68% | 0.47% | - |
| HSV(B) | 305.49º | 0.81% | 0.8% | - |
| XYZ | 34.43 | 17.78 | 49.19 | - |
| YUV | 105.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 188 | 0 | 0.81 | 0.07 | 0.20 | 305.49 | 0.68 | 0.47 |
| Hex | CB | 27 | BC | 0 | 51 | 7 | 14 | 131 | 44 | 2F |
| Octal | 313 | 47 | 274 | 0 | 121 | 7 | 24 | 461 | 104 | 57 |
| Binary | 11001011 | 100111 | 10111100 | 0 | 1010001 | 111 | 10100 | 100110001 | 1000100 | 101111 |
Color Harmonies of #CB27BC
Complementary color
Monochromatic Colors of #CB27BC
Black with #CB27BC
Text Example
Text Example
White with #CB27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27BC; }
p { color: rgb(203,39,188); }
H1.HeaderClassName
{
color: #CB27BC;
}
.AnyTagClassName
{
color: #CB27BC;
}
</style>
background-color css
<style>
a { background-color: #CB27BC; }
a { background-color: rgb(203,39,188); }
div.DivClassName
{
background-color: #CB27BC;
}
.BgClassName
{
background-color: #CB27BC;
}
</style>
border-color css
<style>
span { border-color: #CB27BC; }
span { border-color: rgb(203,39,188); }
td.TdClassName
{
border-color: #CB27BC;
}
.TagClassName
{
border-color: #CB27BC;
}
</style>