Shades of Cerise #CB315D
Tints of Cerise #CB315D
RGB
CMYK
RGB Variations
Color information
#CB315D (or 0xCB315D) is known color: Cerise. HEX triplet: CB, 31 and 5D. RGB value is (203,49,93). Sum of RGB (Red+Green+Blue) = 203+49+93=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB315D is #34CEA2. Grayscale: #646464. Windows color (decimal): -3460771 or 6107595. OLE color: 6107595.
HSL color Cylindrical-coordinate representation of color #CB315D: hue angle of 342.86º 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 #CB315D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 93 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.20 |
| HSL | 342.86º | 0.61% | 0.49% | - |
| HSV(B) | 342.86º | 0.76% | 0.8% | - |
| XYZ | 27.7 | 15.68 | 11.92 | - |
| YUV | 100.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 93 | 0 | 0.76 | 0.54 | 0.20 | 342.86 | 0.61 | 0.49 |
| Hex | CB | 31 | 5D | 0 | 4C | 36 | 14 | 157 | 3D | 31 |
| Octal | 313 | 61 | 135 | 0 | 114 | 66 | 24 | 527 | 75 | 61 |
| Binary | 11001011 | 110001 | 1011101 | 0 | 1001100 | 110110 | 10100 | 101010111 | 111101 | 110001 |
Color Harmonies of #CB315D
Complementary color
Monochromatic Colors of #CB315D
Black with #CB315D
Text Example
Text Example
White with #CB315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB315D; }
p { color: rgb(203,49,93); }
H1.HeaderClassName
{
color: #CB315D;
}
.AnyTagClassName
{
color: #CB315D;
}
</style>
background-color css
<style>
a { background-color: #CB315D; }
a { background-color: rgb(203,49,93); }
div.DivClassName
{
background-color: #CB315D;
}
.BgClassName
{
background-color: #CB315D;
}
</style>
border-color css
<style>
span { border-color: #CB315D; }
span { border-color: rgb(203,49,93); }
td.TdClassName
{
border-color: #CB315D;
}
.TagClassName
{
border-color: #CB315D;
}
</style>