Shades of Deep Magenta #CB27B2
Tints of Deep Magenta #CB27B2
RGB
CMYK
RGB Variations
Color information
#CB27B2 (or 0xCB27B2) is known color: Deep Magenta. HEX triplet: CB, 27 and B2. RGB value is (203,39,178). Sum of RGB (Red+Green+Blue) = 203+39+178=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB27B2 is #34D84D. Grayscale: #676767. Windows color (decimal): -3463246 or 11675595. OLE color: 11675595.
HSL color Cylindrical-coordinate representation of color #CB27B2: hue angle of 309.15º 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 #CB27B2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 178 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.20 |
| HSL | 309.15º | 0.68% | 0.47% | - |
| HSV(B) | 309.15º | 0.81% | 0.8% | - |
| XYZ | 33.39 | 17.36 | 43.71 | - |
| YUV | 103.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 178 | 0 | 0.81 | 0.12 | 0.20 | 309.15 | 0.68 | 0.47 |
| Hex | CB | 27 | B2 | 0 | 51 | C | 14 | 135 | 44 | 2F |
| Octal | 313 | 47 | 262 | 0 | 121 | 14 | 24 | 465 | 104 | 57 |
| Binary | 11001011 | 100111 | 10110010 | 0 | 1010001 | 1100 | 10100 | 100110101 | 1000100 | 101111 |
Color Harmonies of #CB27B2
Complementary color
Monochromatic Colors of #CB27B2
Black with #CB27B2
Text Example
Text Example
White with #CB27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27B2; }
p { color: rgb(203,39,178); }
H1.HeaderClassName
{
color: #CB27B2;
}
.AnyTagClassName
{
color: #CB27B2;
}
</style>
background-color css
<style>
a { background-color: #CB27B2; }
a { background-color: rgb(203,39,178); }
div.DivClassName
{
background-color: #CB27B2;
}
.BgClassName
{
background-color: #CB27B2;
}
</style>
border-color css
<style>
span { border-color: #CB27B2; }
span { border-color: rgb(203,39,178); }
td.TdClassName
{
border-color: #CB27B2;
}
.TagClassName
{
border-color: #CB27B2;
}
</style>