Shades of Deep Magenta #CB27CC
Tints of Deep Magenta #CB27CC
RGB
CMYK
RGB Variations
Color information
#CB27CC (or 0xCB27CC) is known color: Deep Magenta. HEX triplet: CB, 27 and CC. RGB value is (203,39,204). Sum of RGB (Red+Green+Blue) = 203+39+204=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB27CC is #34D833. Grayscale: #6A6A6A. Windows color (decimal): -3463220 or 13379531. OLE color: 13379531.
HSL color Cylindrical-coordinate representation of color #CB27CC: hue angle of 299.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB27CC is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 39 | 204 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.2 |
| HSL | 299.64º | 0.68% | 0.48% | - |
| HSV(B) | 299.64º | 0.81% | 0.8% | - |
| XYZ | 36.25 | 18.51 | 58.79 | - |
| YUV | 106.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 204 | 0.00 | 0.81 | 0 | 0.2 | 299.64 | 0.68 | 0.48 |
| Hex | CB | 27 | CC | 0 | 51 | 0 | 14 | 12C | 44 | 30 |
| Octal | 313 | 47 | 314 | 0 | 121 | 0 | 24 | 454 | 104 | 60 |
| Binary | 11001011 | 100111 | 11001100 | 0 | 1010001 | 0 | 10100 | 100101100 | 1000100 | 110000 |
Color Harmonies of #CB27CC
Complementary color
Monochromatic Colors of #CB27CC
Black with #CB27CC
Text Example
Text Example
White with #CB27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27CC; }
p { color: rgb(203,39,204); }
H1.HeaderClassName
{
color: #CB27CC;
}
.AnyTagClassName
{
color: #CB27CC;
}
</style>
background-color css
<style>
a { background-color: #CB27CC; }
a { background-color: rgb(203,39,204); }
div.DivClassName
{
background-color: #CB27CC;
}
.BgClassName
{
background-color: #CB27CC;
}
</style>
border-color css
<style>
span { border-color: #CB27CC; }
span { border-color: rgb(203,39,204); }
td.TdClassName
{
border-color: #CB27CC;
}
.TagClassName
{
border-color: #CB27CC;
}
</style>