Shades of Deep Cerise #CB387A
Tints of Deep Cerise #CB387A
RGB
CMYK
RGB Variations
Color information
#CB387A (or 0xCB387A) is known color: Deep Cerise. HEX triplet: CB, 38 and 7A. RGB value is (203,56,122). Sum of RGB (Red+Green+Blue) = 203+56+122=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB387A is #34C785. Grayscale: #6B6B6B. Windows color (decimal): -3458950 or 8009931. OLE color: 8009931.
HSL color Cylindrical-coordinate representation of color #CB387A: hue angle of 333.06º 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 #CB387A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 122 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.20 |
| HSL | 333.06º | 0.59% | 0.51% | - |
| HSV(B) | 333.06º | 0.72% | 0.8% | - |
| XYZ | 29.56 | 16.93 | 20.12 | - |
| YUV | 107.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 122 | 0 | 0.72 | 0.40 | 0.20 | 333.06 | 0.59 | 0.51 |
| Hex | CB | 38 | 7A | 0 | 48 | 28 | 14 | 14D | 3B | 33 |
| Octal | 313 | 70 | 172 | 0 | 110 | 50 | 24 | 515 | 73 | 63 |
| Binary | 11001011 | 111000 | 1111010 | 0 | 1001000 | 101000 | 10100 | 101001101 | 111011 | 110011 |
Color Harmonies of #CB387A
Complementary color
Monochromatic Colors of #CB387A
Black with #CB387A
Text Example
Text Example
White with #CB387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB387A; }
p { color: rgb(203,56,122); }
H1.HeaderClassName
{
color: #CB387A;
}
.AnyTagClassName
{
color: #CB387A;
}
</style>
background-color css
<style>
a { background-color: #CB387A; }
a { background-color: rgb(203,56,122); }
div.DivClassName
{
background-color: #CB387A;
}
.BgClassName
{
background-color: #CB387A;
}
</style>
border-color css
<style>
span { border-color: #CB387A; }
span { border-color: rgb(203,56,122); }
td.TdClassName
{
border-color: #CB387A;
}
.TagClassName
{
border-color: #CB387A;
}
</style>