Shades of Deep Cerise #CB277E
Tints of Deep Cerise #CB277E
RGB
CMYK
RGB Variations
Color information
#CB277E (or 0xCB277E) is known color: Deep Cerise. HEX triplet: CB, 27 and 7E. RGB value is (203,39,126). Sum of RGB (Red+Green+Blue) = 203+39+126=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB277E is #34D881. Grayscale: #616161. Windows color (decimal): -3463298 or 8267723. OLE color: 8267723.
HSL color Cylindrical-coordinate representation of color #CB277E: hue angle of 328.17º 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 #CB277E is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 126 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.20 |
| HSL | 328.17º | 0.68% | 0.47% | - |
| HSV(B) | 328.17º | 0.81% | 0.8% | - |
| XYZ | 29.12 | 15.65 | 21.23 | - |
| YUV | 97.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 126 | 0 | 0.81 | 0.38 | 0.20 | 328.17 | 0.68 | 0.47 |
| Hex | CB | 27 | 7E | 0 | 51 | 26 | 14 | 148 | 44 | 2F |
| Octal | 313 | 47 | 176 | 0 | 121 | 46 | 24 | 510 | 104 | 57 |
| Binary | 11001011 | 100111 | 1111110 | 0 | 1010001 | 100110 | 10100 | 101001000 | 1000100 | 101111 |
Color Harmonies of #CB277E
Complementary color
Monochromatic Colors of #CB277E
Black with #CB277E
Text Example
Text Example
White with #CB277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB277E; }
p { color: rgb(203,39,126); }
H1.HeaderClassName
{
color: #CB277E;
}
.AnyTagClassName
{
color: #CB277E;
}
</style>
background-color css
<style>
a { background-color: #CB277E; }
a { background-color: rgb(203,39,126); }
div.DivClassName
{
background-color: #CB277E;
}
.BgClassName
{
background-color: #CB277E;
}
</style>
border-color css
<style>
span { border-color: #CB277E; }
span { border-color: rgb(203,39,126); }
td.TdClassName
{
border-color: #CB277E;
}
.TagClassName
{
border-color: #CB277E;
}
</style>