Shades of Deep Cerise #CB3889
Tints of Deep Cerise #CB3889
RGB
CMYK
RGB Variations
Color information
#CB3889 (or 0xCB3889) is known color: Deep Cerise. HEX triplet: CB, 38 and 89. RGB value is (203,56,137). Sum of RGB (Red+Green+Blue) = 203+56+137=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3889 is #34C776. Grayscale: #6D6D6D. Windows color (decimal): -3458935 or 8992971. OLE color: 8992971.
HSL color Cylindrical-coordinate representation of color #CB3889: hue angle of 326.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3889 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 137 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.20 |
| HSL | 326.94º | 0.59% | 0.51% | - |
| HSV(B) | 326.94º | 0.72% | 0.8% | - |
| XYZ | 30.56 | 17.33 | 25.4 | - |
| YUV | 109.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 137 | 0 | 0.72 | 0.33 | 0.20 | 326.94 | 0.59 | 0.51 |
| Hex | CB | 38 | 89 | 0 | 48 | 21 | 14 | 147 | 3B | 33 |
| Octal | 313 | 70 | 211 | 0 | 110 | 41 | 24 | 507 | 73 | 63 |
| Binary | 11001011 | 111000 | 10001001 | 0 | 1001000 | 100001 | 10100 | 101000111 | 111011 | 110011 |
Color Harmonies of #CB3889
Complementary color
Monochromatic Colors of #CB3889
Black with #CB3889
Text Example
Text Example
White with #CB3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3889; }
p { color: rgb(203,56,137); }
H1.HeaderClassName
{
color: #CB3889;
}
.AnyTagClassName
{
color: #CB3889;
}
</style>
background-color css
<style>
a { background-color: #CB3889; }
a { background-color: rgb(203,56,137); }
div.DivClassName
{
background-color: #CB3889;
}
.BgClassName
{
background-color: #CB3889;
}
</style>
border-color css
<style>
span { border-color: #CB3889; }
span { border-color: rgb(203,56,137); }
td.TdClassName
{
border-color: #CB3889;
}
.TagClassName
{
border-color: #CB3889;
}
</style>