Shades of Cerise #CB3B5E
Tints of Cerise #CB3B5E
RGB
CMYK
RGB Variations
Color information
#CB3B5E (or 0xCB3B5E) is known color: Cerise. HEX triplet: CB, 3B and 5E. RGB value is (203,59,94). Sum of RGB (Red+Green+Blue) = 203+59+94=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B5E is #34C4A1. Grayscale: #6A6A6A. Windows color (decimal): -3458210 or 6175691. OLE color: 6175691.
HSL color Cylindrical-coordinate representation of color #CB3B5E: hue angle of 345.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B5E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 94 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.20 |
| HSL | 345.42º | 0.58% | 0.51% | - |
| HSV(B) | 345.42º | 0.71% | 0.8% | - |
| XYZ | 28.21 | 16.63 | 12.31 | - |
| YUV | 106.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 94 | 0 | 0.71 | 0.54 | 0.20 | 345.42 | 0.58 | 0.51 |
| Hex | CB | 3B | 5E | 0 | 47 | 36 | 14 | 159 | 3A | 33 |
| Octal | 313 | 73 | 136 | 0 | 107 | 66 | 24 | 531 | 72 | 63 |
| Binary | 11001011 | 111011 | 1011110 | 0 | 1000111 | 110110 | 10100 | 101011001 | 111010 | 110011 |
Color Harmonies of #CB3B5E
Complementary color
Monochromatic Colors of #CB3B5E
Black with #CB3B5E
Text Example
Text Example
White with #CB3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B5E; }
p { color: rgb(203,59,94); }
H1.HeaderClassName
{
color: #CB3B5E;
}
.AnyTagClassName
{
color: #CB3B5E;
}
</style>
background-color css
<style>
a { background-color: #CB3B5E; }
a { background-color: rgb(203,59,94); }
div.DivClassName
{
background-color: #CB3B5E;
}
.BgClassName
{
background-color: #CB3B5E;
}
</style>
border-color css
<style>
span { border-color: #CB3B5E; }
span { border-color: rgb(203,59,94); }
td.TdClassName
{
border-color: #CB3B5E;
}
.TagClassName
{
border-color: #CB3B5E;
}
</style>