Shades of Cerise #CB315F
Tints of Cerise #CB315F
RGB
CMYK
RGB Variations
Color information
#CB315F (or 0xCB315F) is known color: Cerise. HEX triplet: CB, 31 and 5F. RGB value is (203,49,95). Sum of RGB (Red+Green+Blue) = 203+49+95=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB315F is #34CEA0. Grayscale: #646464. Windows color (decimal): -3460769 or 6238667. OLE color: 6238667.
HSL color Cylindrical-coordinate representation of color #CB315F: hue angle of 342.08º 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 #CB315F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 95 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.20 |
| HSL | 342.08º | 0.61% | 0.49% | - |
| HSV(B) | 342.08º | 0.76% | 0.8% | - |
| XYZ | 27.79 | 15.72 | 12.4 | - |
| YUV | 100.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 95 | 0 | 0.76 | 0.53 | 0.20 | 342.08 | 0.61 | 0.49 |
| Hex | CB | 31 | 5F | 0 | 4C | 35 | 14 | 156 | 3D | 31 |
| Octal | 313 | 61 | 137 | 0 | 114 | 65 | 24 | 526 | 75 | 61 |
| Binary | 11001011 | 110001 | 1011111 | 0 | 1001100 | 110101 | 10100 | 101010110 | 111101 | 110001 |
Color Harmonies of #CB315F
Complementary color
Monochromatic Colors of #CB315F
Black with #CB315F
Text Example
Text Example
White with #CB315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB315F; }
p { color: rgb(203,49,95); }
H1.HeaderClassName
{
color: #CB315F;
}
.AnyTagClassName
{
color: #CB315F;
}
</style>
background-color css
<style>
a { background-color: #CB315F; }
a { background-color: rgb(203,49,95); }
div.DivClassName
{
background-color: #CB315F;
}
.BgClassName
{
background-color: #CB315F;
}
</style>
border-color css
<style>
span { border-color: #CB315F; }
span { border-color: rgb(203,49,95); }
td.TdClassName
{
border-color: #CB315F;
}
.TagClassName
{
border-color: #CB315F;
}
</style>