Shades of Deep Cerise #CB388E
Tints of Deep Cerise #CB388E
RGB
CMYK
RGB Variations
Color information
#CB388E (or 0xCB388E) is known color: Deep Cerise. HEX triplet: CB, 38 and 8E. RGB value is (203,56,142). Sum of RGB (Red+Green+Blue) = 203+56+142=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB388E is #34C771. Grayscale: #6D6D6D. Windows color (decimal): -3458930 or 9320651. OLE color: 9320651.
HSL color Cylindrical-coordinate representation of color #CB388E: hue angle of 324.9º 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 #CB388E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 142 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.20 |
| HSL | 324.9º | 0.59% | 0.51% | - |
| HSV(B) | 324.9º | 0.72% | 0.8% | - |
| XYZ | 30.93 | 17.48 | 27.33 | - |
| YUV | 109.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 142 | 0 | 0.72 | 0.30 | 0.20 | 324.9 | 0.59 | 0.51 |
| Hex | CB | 38 | 8E | 0 | 48 | 1E | 14 | 145 | 3B | 33 |
| Octal | 313 | 70 | 216 | 0 | 110 | 36 | 24 | 505 | 73 | 63 |
| Binary | 11001011 | 111000 | 10001110 | 0 | 1001000 | 11110 | 10100 | 101000101 | 111011 | 110011 |
Color Harmonies of #CB388E
Complementary color
Monochromatic Colors of #CB388E
Black with #CB388E
Text Example
Text Example
White with #CB388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB388E; }
p { color: rgb(203,56,142); }
H1.HeaderClassName
{
color: #CB388E;
}
.AnyTagClassName
{
color: #CB388E;
}
</style>
background-color css
<style>
a { background-color: #CB388E; }
a { background-color: rgb(203,56,142); }
div.DivClassName
{
background-color: #CB388E;
}
.BgClassName
{
background-color: #CB388E;
}
</style>
border-color css
<style>
span { border-color: #CB388E; }
span { border-color: rgb(203,56,142); }
td.TdClassName
{
border-color: #CB388E;
}
.TagClassName
{
border-color: #CB388E;
}
</style>