Shades of Deep Cerise #CB358B
Tints of Deep Cerise #CB358B
RGB
CMYK
RGB Variations
Color information
#CB358B (or 0xCB358B) is known color: Deep Cerise. HEX triplet: CB, 35 and 8B. RGB value is (203,53,139). Sum of RGB (Red+Green+Blue) = 203+53+139=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB358B is #34CA74. Grayscale: #6B6B6B. Windows color (decimal): -3459701 or 9123275. OLE color: 9123275.
HSL color Cylindrical-coordinate representation of color #CB358B: hue angle of 325.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB358B is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 139 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.20 |
| HSL | 325.6º | 0.59% | 0.5% | - |
| HSV(B) | 325.6º | 0.74% | 0.8% | - |
| XYZ | 30.56 | 17.11 | 26.12 | - |
| YUV | 107.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 139 | 0 | 0.74 | 0.32 | 0.20 | 325.6 | 0.59 | 0.5 |
| Hex | CB | 35 | 8B | 0 | 4A | 20 | 14 | 146 | 3B | 32 |
| Octal | 313 | 65 | 213 | 0 | 112 | 40 | 24 | 506 | 73 | 62 |
| Binary | 11001011 | 110101 | 10001011 | 0 | 1001010 | 100000 | 10100 | 101000110 | 111011 | 110010 |
Color Harmonies of #CB358B
Complementary color
Monochromatic Colors of #CB358B
Black with #CB358B
Text Example
Text Example
White with #CB358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB358B; }
p { color: rgb(203,53,139); }
H1.HeaderClassName
{
color: #CB358B;
}
.AnyTagClassName
{
color: #CB358B;
}
</style>
background-color css
<style>
a { background-color: #CB358B; }
a { background-color: rgb(203,53,139); }
div.DivClassName
{
background-color: #CB358B;
}
.BgClassName
{
background-color: #CB358B;
}
</style>
border-color css
<style>
span { border-color: #CB358B; }
span { border-color: rgb(203,53,139); }
td.TdClassName
{
border-color: #CB358B;
}
.TagClassName
{
border-color: #CB358B;
}
</style>