Shades of Deep Cerise #CB387E
Tints of Deep Cerise #CB387E
RGB
CMYK
RGB Variations
Color information
#CB387E (or 0xCB387E) is known color: Deep Cerise. HEX triplet: CB, 38 and 7E. RGB value is (203,56,126). Sum of RGB (Red+Green+Blue) = 203+56+126=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB387E is #34C781. Grayscale: #6B6B6B. Windows color (decimal): -3458946 or 8272075. OLE color: 8272075.
HSL color Cylindrical-coordinate representation of color #CB387E: hue angle of 331.43º 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 #CB387E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 126 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.20 |
| HSL | 331.43º | 0.59% | 0.51% | - |
| HSV(B) | 331.43º | 0.72% | 0.8% | - |
| XYZ | 29.81 | 17.03 | 21.45 | - |
| YUV | 107.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 126 | 0 | 0.72 | 0.38 | 0.20 | 331.43 | 0.59 | 0.51 |
| Hex | CB | 38 | 7E | 0 | 48 | 26 | 14 | 14B | 3B | 33 |
| Octal | 313 | 70 | 176 | 0 | 110 | 46 | 24 | 513 | 73 | 63 |
| Binary | 11001011 | 111000 | 1111110 | 0 | 1001000 | 100110 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CB387E
Complementary color
Monochromatic Colors of #CB387E
Black with #CB387E
Text Example
Text Example
White with #CB387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB387E; }
p { color: rgb(203,56,126); }
H1.HeaderClassName
{
color: #CB387E;
}
.AnyTagClassName
{
color: #CB387E;
}
</style>
background-color css
<style>
a { background-color: #CB387E; }
a { background-color: rgb(203,56,126); }
div.DivClassName
{
background-color: #CB387E;
}
.BgClassName
{
background-color: #CB387E;
}
</style>
border-color css
<style>
span { border-color: #CB387E; }
span { border-color: rgb(203,56,126); }
td.TdClassName
{
border-color: #CB387E;
}
.TagClassName
{
border-color: #CB387E;
}
</style>