Shades of Deep Cerise #CB277A
Tints of Deep Cerise #CB277A
RGB
CMYK
RGB Variations
Color information
#CB277A (or 0xCB277A) is known color: Deep Cerise. HEX triplet: CB, 27 and 7A. RGB value is (203,39,122). Sum of RGB (Red+Green+Blue) = 203+39+122=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB277A is #34D885. Grayscale: #616161. Windows color (decimal): -3463302 or 8005579. OLE color: 8005579.
HSL color Cylindrical-coordinate representation of color #CB277A: hue angle of 329.63º 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 #CB277A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 122 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.20 |
| HSL | 329.63º | 0.68% | 0.47% | - |
| HSV(B) | 329.63º | 0.81% | 0.8% | - |
| XYZ | 28.87 | 15.55 | 19.89 | - |
| YUV | 97.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 122 | 0 | 0.81 | 0.40 | 0.20 | 329.63 | 0.68 | 0.47 |
| Hex | CB | 27 | 7A | 0 | 51 | 28 | 14 | 14A | 44 | 2F |
| Octal | 313 | 47 | 172 | 0 | 121 | 50 | 24 | 512 | 104 | 57 |
| Binary | 11001011 | 100111 | 1111010 | 0 | 1010001 | 101000 | 10100 | 101001010 | 1000100 | 101111 |
Color Harmonies of #CB277A
Complementary color
Monochromatic Colors of #CB277A
Black with #CB277A
Text Example
Text Example
White with #CB277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB277A; }
p { color: rgb(203,39,122); }
H1.HeaderClassName
{
color: #CB277A;
}
.AnyTagClassName
{
color: #CB277A;
}
</style>
background-color css
<style>
a { background-color: #CB277A; }
a { background-color: rgb(203,39,122); }
div.DivClassName
{
background-color: #CB277A;
}
.BgClassName
{
background-color: #CB277A;
}
</style>
border-color css
<style>
span { border-color: #CB277A; }
span { border-color: rgb(203,39,122); }
td.TdClassName
{
border-color: #CB277A;
}
.TagClassName
{
border-color: #CB277A;
}
</style>