Shades of Deep Cerise #CB377F
Tints of Deep Cerise #CB377F
RGB
CMYK
RGB Variations
Color information
#CB377F (or 0xCB377F) is known color: Deep Cerise. HEX triplet: CB, 37 and 7F. RGB value is (203,55,127). Sum of RGB (Red+Green+Blue) = 203+55+127=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377F is #34C880. Grayscale: #6B6B6B. Windows color (decimal): -3459201 or 8337355. OLE color: 8337355.
HSL color Cylindrical-coordinate representation of color #CB377F: hue angle of 330.81º 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 #CB377F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 127 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.20 |
| HSL | 330.81º | 0.59% | 0.51% | - |
| HSV(B) | 330.81º | 0.73% | 0.8% | - |
| XYZ | 29.83 | 16.96 | 21.78 | - |
| YUV | 107.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 127 | 0 | 0.73 | 0.37 | 0.20 | 330.81 | 0.59 | 0.51 |
| Hex | CB | 37 | 7F | 0 | 49 | 25 | 14 | 14B | 3B | 33 |
| Octal | 313 | 67 | 177 | 0 | 111 | 45 | 24 | 513 | 73 | 63 |
| Binary | 11001011 | 110111 | 1111111 | 0 | 1001001 | 100101 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CB377F
Complementary color
Monochromatic Colors of #CB377F
Black with #CB377F
Text Example
Text Example
White with #CB377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB377F; }
p { color: rgb(203,55,127); }
H1.HeaderClassName
{
color: #CB377F;
}
.AnyTagClassName
{
color: #CB377F;
}
</style>
background-color css
<style>
a { background-color: #CB377F; }
a { background-color: rgb(203,55,127); }
div.DivClassName
{
background-color: #CB377F;
}
.BgClassName
{
background-color: #CB377F;
}
</style>
border-color css
<style>
span { border-color: #CB377F; }
span { border-color: rgb(203,55,127); }
td.TdClassName
{
border-color: #CB377F;
}
.TagClassName
{
border-color: #CB377F;
}
</style>