Shades of Deep Cerise #CB378B
Tints of Deep Cerise #CB378B
RGB
CMYK
RGB Variations
Color information
#CB378B (or 0xCB378B) is known color: Deep Cerise. HEX triplet: CB, 37 and 8B. RGB value is (203,55,139). Sum of RGB (Red+Green+Blue) = 203+55+139=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB378B is #34C874. Grayscale: #6C6C6C. Windows color (decimal): -3459189 or 9123787. OLE color: 9123787.
HSL color Cylindrical-coordinate representation of color #CB378B: hue angle of 325.95º 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 #CB378B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 139 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.20 |
| HSL | 325.95º | 0.59% | 0.51% | - |
| HSV(B) | 325.95º | 0.73% | 0.8% | - |
| XYZ | 30.65 | 17.29 | 26.15 | - |
| YUV | 108.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 139 | 0 | 0.73 | 0.32 | 0.20 | 325.95 | 0.59 | 0.51 |
| Hex | CB | 37 | 8B | 0 | 49 | 20 | 14 | 146 | 3B | 33 |
| Octal | 313 | 67 | 213 | 0 | 111 | 40 | 24 | 506 | 73 | 63 |
| Binary | 11001011 | 110111 | 10001011 | 0 | 1001001 | 100000 | 10100 | 101000110 | 111011 | 110011 |
Color Harmonies of #CB378B
Complementary color
Monochromatic Colors of #CB378B
Black with #CB378B
Text Example
Text Example
White with #CB378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB378B; }
p { color: rgb(203,55,139); }
H1.HeaderClassName
{
color: #CB378B;
}
.AnyTagClassName
{
color: #CB378B;
}
</style>
background-color css
<style>
a { background-color: #CB378B; }
a { background-color: rgb(203,55,139); }
div.DivClassName
{
background-color: #CB378B;
}
.BgClassName
{
background-color: #CB378B;
}
</style>
border-color css
<style>
span { border-color: #CB378B; }
span { border-color: rgb(203,55,139); }
td.TdClassName
{
border-color: #CB378B;
}
.TagClassName
{
border-color: #CB378B;
}
</style>