Shades of Deep Cerise #CB387F
Tints of Deep Cerise #CB387F
RGB
CMYK
RGB Variations
Color information
#CB387F (or 0xCB387F) is known color: Deep Cerise. HEX triplet: CB, 38 and 7F. RGB value is (203,56,127). Sum of RGB (Red+Green+Blue) = 203+56+127=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB387F is #34C780. Grayscale: #6B6B6B. Windows color (decimal): -3458945 or 8337611. OLE color: 8337611.
HSL color Cylindrical-coordinate representation of color #CB387F: hue angle of 331.02º 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 #CB387F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 127 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.20 |
| HSL | 331.02º | 0.59% | 0.51% | - |
| HSV(B) | 331.02º | 0.72% | 0.8% | - |
| XYZ | 29.87 | 17.06 | 21.8 | - |
| YUV | 108.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 127 | 0 | 0.72 | 0.37 | 0.20 | 331.02 | 0.59 | 0.51 |
| Hex | CB | 38 | 7F | 0 | 48 | 25 | 14 | 14B | 3B | 33 |
| Octal | 313 | 70 | 177 | 0 | 110 | 45 | 24 | 513 | 73 | 63 |
| Binary | 11001011 | 111000 | 1111111 | 0 | 1001000 | 100101 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CB387F
Complementary color
Monochromatic Colors of #CB387F
Black with #CB387F
Text Example
Text Example
White with #CB387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB387F; }
p { color: rgb(203,56,127); }
H1.HeaderClassName
{
color: #CB387F;
}
.AnyTagClassName
{
color: #CB387F;
}
</style>
background-color css
<style>
a { background-color: #CB387F; }
a { background-color: rgb(203,56,127); }
div.DivClassName
{
background-color: #CB387F;
}
.BgClassName
{
background-color: #CB387F;
}
</style>
border-color css
<style>
span { border-color: #CB387F; }
span { border-color: rgb(203,56,127); }
td.TdClassName
{
border-color: #CB387F;
}
.TagClassName
{
border-color: #CB387F;
}
</style>