Shades of Deep Cerise #CB388C
Tints of Deep Cerise #CB388C
RGB
CMYK
RGB Variations
Color information
#CB388C (or 0xCB388C) is known color: Deep Cerise. HEX triplet: CB, 38 and 8C. RGB value is (203,56,140). Sum of RGB (Red+Green+Blue) = 203+56+140=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB388C is #34C773. Grayscale: #6D6D6D. Windows color (decimal): -3458932 or 9189579. OLE color: 9189579.
HSL color Cylindrical-coordinate representation of color #CB388C: hue angle of 325.71º 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 #CB388C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 140 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.20 |
| HSL | 325.71º | 0.59% | 0.51% | - |
| HSV(B) | 325.71º | 0.72% | 0.8% | - |
| XYZ | 30.78 | 17.42 | 26.55 | - |
| YUV | 109.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 140 | 0 | 0.72 | 0.31 | 0.20 | 325.71 | 0.59 | 0.51 |
| Hex | CB | 38 | 8C | 0 | 48 | 1F | 14 | 146 | 3B | 33 |
| Octal | 313 | 70 | 214 | 0 | 110 | 37 | 24 | 506 | 73 | 63 |
| Binary | 11001011 | 111000 | 10001100 | 0 | 1001000 | 11111 | 10100 | 101000110 | 111011 | 110011 |
Color Harmonies of #CB388C
Complementary color
Monochromatic Colors of #CB388C
Black with #CB388C
Text Example
Text Example
White with #CB388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB388C; }
p { color: rgb(203,56,140); }
H1.HeaderClassName
{
color: #CB388C;
}
.AnyTagClassName
{
color: #CB388C;
}
</style>
background-color css
<style>
a { background-color: #CB388C; }
a { background-color: rgb(203,56,140); }
div.DivClassName
{
background-color: #CB388C;
}
.BgClassName
{
background-color: #CB388C;
}
</style>
border-color css
<style>
span { border-color: #CB388C; }
span { border-color: rgb(203,56,140); }
td.TdClassName
{
border-color: #CB388C;
}
.TagClassName
{
border-color: #CB388C;
}
</style>