Shades of Cerise #CB315E
Tints of Cerise #CB315E
RGB
CMYK
RGB Variations
Color information
#CB315E (or 0xCB315E) is known color: Cerise. HEX triplet: CB, 31 and 5E. RGB value is (203,49,94). Sum of RGB (Red+Green+Blue) = 203+49+94=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB315E is #34CEA1. Grayscale: #646464. Windows color (decimal): -3460770 or 6173131. OLE color: 6173131.
HSL color Cylindrical-coordinate representation of color #CB315E: hue angle of 342.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB315E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 94 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.20 |
| HSL | 342.47º | 0.61% | 0.49% | - |
| HSV(B) | 342.47º | 0.76% | 0.8% | - |
| XYZ | 27.75 | 15.7 | 12.16 | - |
| YUV | 100.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 94 | 0 | 0.76 | 0.54 | 0.20 | 342.47 | 0.61 | 0.49 |
| Hex | CB | 31 | 5E | 0 | 4C | 36 | 14 | 156 | 3D | 31 |
| Octal | 313 | 61 | 136 | 0 | 114 | 66 | 24 | 526 | 75 | 61 |
| Binary | 11001011 | 110001 | 1011110 | 0 | 1001100 | 110110 | 10100 | 101010110 | 111101 | 110001 |
Color Harmonies of #CB315E
Complementary color
Monochromatic Colors of #CB315E
Black with #CB315E
Text Example
Text Example
White with #CB315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB315E; }
p { color: rgb(203,49,94); }
H1.HeaderClassName
{
color: #CB315E;
}
.AnyTagClassName
{
color: #CB315E;
}
</style>
background-color css
<style>
a { background-color: #CB315E; }
a { background-color: rgb(203,49,94); }
div.DivClassName
{
background-color: #CB315E;
}
.BgClassName
{
background-color: #CB315E;
}
</style>
border-color css
<style>
span { border-color: #CB315E; }
span { border-color: rgb(203,49,94); }
td.TdClassName
{
border-color: #CB315E;
}
.TagClassName
{
border-color: #CB315E;
}
</style>