Shades of Deep Cerise #CB387C
Tints of Deep Cerise #CB387C
RGB
CMYK
RGB Variations
Color information
#CB387C (or 0xCB387C) is known color: Deep Cerise. HEX triplet: CB, 38 and 7C. RGB value is (203,56,124). Sum of RGB (Red+Green+Blue) = 203+56+124=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB387C is #34C783. Grayscale: #6B6B6B. Windows color (decimal): -3458948 or 8141003. OLE color: 8141003.
HSL color Cylindrical-coordinate representation of color #CB387C: hue angle of 332.24º 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 #CB387C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 124 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.20 |
| HSL | 332.24º | 0.59% | 0.51% | - |
| HSV(B) | 332.24º | 0.72% | 0.8% | - |
| XYZ | 29.68 | 16.98 | 20.78 | - |
| YUV | 107.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 124 | 0 | 0.72 | 0.39 | 0.20 | 332.24 | 0.59 | 0.51 |
| Hex | CB | 38 | 7C | 0 | 48 | 27 | 14 | 14C | 3B | 33 |
| Octal | 313 | 70 | 174 | 0 | 110 | 47 | 24 | 514 | 73 | 63 |
| Binary | 11001011 | 111000 | 1111100 | 0 | 1001000 | 100111 | 10100 | 101001100 | 111011 | 110011 |
Color Harmonies of #CB387C
Complementary color
Monochromatic Colors of #CB387C
Black with #CB387C
Text Example
Text Example
White with #CB387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB387C; }
p { color: rgb(203,56,124); }
H1.HeaderClassName
{
color: #CB387C;
}
.AnyTagClassName
{
color: #CB387C;
}
</style>
background-color css
<style>
a { background-color: #CB387C; }
a { background-color: rgb(203,56,124); }
div.DivClassName
{
background-color: #CB387C;
}
.BgClassName
{
background-color: #CB387C;
}
</style>
border-color css
<style>
span { border-color: #CB387C; }
span { border-color: rgb(203,56,124); }
td.TdClassName
{
border-color: #CB387C;
}
.TagClassName
{
border-color: #CB387C;
}
</style>