Shades of Deep Cerise #CB3875
Tints of Deep Cerise #CB3875
RGB
CMYK
RGB Variations
Color information
#CB3875 (or 0xCB3875) is known color: Deep Cerise. HEX triplet: CB, 38 and 75. RGB value is (203,56,117). Sum of RGB (Red+Green+Blue) = 203+56+117=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3875 is #34C78A. Grayscale: #6A6A6A. Windows color (decimal): -3458955 or 7682251. OLE color: 7682251.
HSL color Cylindrical-coordinate representation of color #CB3875: hue angle of 335.1º 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 #CB3875 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 117 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.20 |
| HSL | 335.1º | 0.59% | 0.51% | - |
| HSV(B) | 335.1º | 0.72% | 0.8% | - |
| XYZ | 29.25 | 16.81 | 18.53 | - |
| YUV | 106.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 117 | 0 | 0.72 | 0.42 | 0.20 | 335.1 | 0.59 | 0.51 |
| Hex | CB | 38 | 75 | 0 | 48 | 2A | 14 | 14F | 3B | 33 |
| Octal | 313 | 70 | 165 | 0 | 110 | 52 | 24 | 517 | 73 | 63 |
| Binary | 11001011 | 111000 | 1110101 | 0 | 1001000 | 101010 | 10100 | 101001111 | 111011 | 110011 |
Color Harmonies of #CB3875
Complementary color
Monochromatic Colors of #CB3875
Black with #CB3875
Text Example
Text Example
White with #CB3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3875; }
p { color: rgb(203,56,117); }
H1.HeaderClassName
{
color: #CB3875;
}
.AnyTagClassName
{
color: #CB3875;
}
</style>
background-color css
<style>
a { background-color: #CB3875; }
a { background-color: rgb(203,56,117); }
div.DivClassName
{
background-color: #CB3875;
}
.BgClassName
{
background-color: #CB3875;
}
</style>
border-color css
<style>
span { border-color: #CB3875; }
span { border-color: rgb(203,56,117); }
td.TdClassName
{
border-color: #CB3875;
}
.TagClassName
{
border-color: #CB3875;
}
</style>