Shades of Deep Cerise #CB388F
Tints of Deep Cerise #CB388F
RGB
CMYK
RGB Variations
Color information
#CB388F (or 0xCB388F) is known color: Deep Cerise. HEX triplet: CB, 38 and 8F. RGB value is (203,56,143). Sum of RGB (Red+Green+Blue) = 203+56+143=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB388F is #34C770. Grayscale: #6D6D6D. Windows color (decimal): -3458929 or 9386187. OLE color: 9386187.
HSL color Cylindrical-coordinate representation of color #CB388F: hue angle of 324.49º 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 #CB388F is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 143 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.20 |
| HSL | 324.49º | 0.59% | 0.51% | - |
| HSV(B) | 324.49º | 0.72% | 0.8% | - |
| XYZ | 31 | 17.51 | 27.73 | - |
| YUV | 109.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 143 | 0 | 0.72 | 0.30 | 0.20 | 324.49 | 0.59 | 0.51 |
| Hex | CB | 38 | 8F | 0 | 48 | 1E | 14 | 144 | 3B | 33 |
| Octal | 313 | 70 | 217 | 0 | 110 | 36 | 24 | 504 | 73 | 63 |
| Binary | 11001011 | 111000 | 10001111 | 0 | 1001000 | 11110 | 10100 | 101000100 | 111011 | 110011 |
Color Harmonies of #CB388F
Complementary color
Monochromatic Colors of #CB388F
Black with #CB388F
Text Example
Text Example
White with #CB388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB388F; }
p { color: rgb(203,56,143); }
H1.HeaderClassName
{
color: #CB388F;
}
.AnyTagClassName
{
color: #CB388F;
}
</style>
background-color css
<style>
a { background-color: #CB388F; }
a { background-color: rgb(203,56,143); }
div.DivClassName
{
background-color: #CB388F;
}
.BgClassName
{
background-color: #CB388F;
}
</style>
border-color css
<style>
span { border-color: #CB388F; }
span { border-color: rgb(203,56,143); }
td.TdClassName
{
border-color: #CB388F;
}
.TagClassName
{
border-color: #CB388F;
}
</style>