Shades of Deep Cerise #CB378E
Tints of Deep Cerise #CB378E
RGB
CMYK
RGB Variations
Color information
#CB378E (or 0xCB378E) is known color: Deep Cerise. HEX triplet: CB, 37 and 8E. RGB value is (203,55,142). Sum of RGB (Red+Green+Blue) = 203+55+142=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB378E is #34C871. Grayscale: #6C6C6C. Windows color (decimal): -3459186 or 9320395. OLE color: 9320395.
HSL color Cylindrical-coordinate representation of color #CB378E: hue angle of 324.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB378E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 142 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.20 |
| HSL | 324.73º | 0.59% | 0.51% | - |
| HSV(B) | 324.73º | 0.73% | 0.8% | - |
| XYZ | 30.88 | 17.38 | 27.32 | - |
| YUV | 109.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 142 | 0 | 0.73 | 0.30 | 0.20 | 324.73 | 0.59 | 0.51 |
| Hex | CB | 37 | 8E | 0 | 49 | 1E | 14 | 145 | 3B | 33 |
| Octal | 313 | 67 | 216 | 0 | 111 | 36 | 24 | 505 | 73 | 63 |
| Binary | 11001011 | 110111 | 10001110 | 0 | 1001001 | 11110 | 10100 | 101000101 | 111011 | 110011 |
Color Harmonies of #CB378E
Complementary color
Monochromatic Colors of #CB378E
Black with #CB378E
Text Example
Text Example
White with #CB378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB378E; }
p { color: rgb(203,55,142); }
H1.HeaderClassName
{
color: #CB378E;
}
.AnyTagClassName
{
color: #CB378E;
}
</style>
background-color css
<style>
a { background-color: #CB378E; }
a { background-color: rgb(203,55,142); }
div.DivClassName
{
background-color: #CB378E;
}
.BgClassName
{
background-color: #CB378E;
}
</style>
border-color css
<style>
span { border-color: #CB378E; }
span { border-color: rgb(203,55,142); }
td.TdClassName
{
border-color: #CB378E;
}
.TagClassName
{
border-color: #CB378E;
}
</style>