Shades of Deep Cerise #CB318B
Tints of Deep Cerise #CB318B
RGB
CMYK
RGB Variations
Color information
#CB318B (or 0xCB318B) is known color: Deep Cerise. HEX triplet: CB, 31 and 8B. RGB value is (203,49,139). Sum of RGB (Red+Green+Blue) = 203+49+139=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB318B is #34CE74. Grayscale: #696969. Windows color (decimal): -3460725 or 9122251. OLE color: 9122251.
HSL color Cylindrical-coordinate representation of color #CB318B: hue angle of 324.94º 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 #CB318B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 139 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.20 |
| HSL | 324.94º | 0.61% | 0.49% | - |
| HSV(B) | 324.94º | 0.76% | 0.8% | - |
| XYZ | 30.39 | 16.76 | 26.06 | - |
| YUV | 105.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 139 | 0 | 0.76 | 0.32 | 0.20 | 324.94 | 0.61 | 0.49 |
| Hex | CB | 31 | 8B | 0 | 4C | 20 | 14 | 145 | 3D | 31 |
| Octal | 313 | 61 | 213 | 0 | 114 | 40 | 24 | 505 | 75 | 61 |
| Binary | 11001011 | 110001 | 10001011 | 0 | 1001100 | 100000 | 10100 | 101000101 | 111101 | 110001 |
Color Harmonies of #CB318B
Complementary color
Monochromatic Colors of #CB318B
Black with #CB318B
Text Example
Text Example
White with #CB318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB318B; }
p { color: rgb(203,49,139); }
H1.HeaderClassName
{
color: #CB318B;
}
.AnyTagClassName
{
color: #CB318B;
}
</style>
background-color css
<style>
a { background-color: #CB318B; }
a { background-color: rgb(203,49,139); }
div.DivClassName
{
background-color: #CB318B;
}
.BgClassName
{
background-color: #CB318B;
}
</style>
border-color css
<style>
span { border-color: #CB318B; }
span { border-color: rgb(203,49,139); }
td.TdClassName
{
border-color: #CB318B;
}
.TagClassName
{
border-color: #CB318B;
}
</style>