Shades of Deep Cerise #CB328B
Tints of Deep Cerise #CB328B
RGB
CMYK
RGB Variations
Color information
#CB328B (or 0xCB328B) is known color: Deep Cerise. HEX triplet: CB, 32 and 8B. RGB value is (203,50,139). Sum of RGB (Red+Green+Blue) = 203+50+139=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB328B is #34CD74. Grayscale: #696969. Windows color (decimal): -3460469 or 9122507. OLE color: 9122507.
HSL color Cylindrical-coordinate representation of color #CB328B: hue angle of 325.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB328B is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 139 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.20 |
| HSL | 325.1º | 0.6% | 0.5% | - |
| HSV(B) | 325.1º | 0.75% | 0.8% | - |
| XYZ | 30.43 | 16.84 | 26.07 | - |
| YUV | 105.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 139 | 0 | 0.75 | 0.32 | 0.20 | 325.1 | 0.6 | 0.5 |
| Hex | CB | 32 | 8B | 0 | 4B | 20 | 14 | 145 | 3C | 32 |
| Octal | 313 | 62 | 213 | 0 | 113 | 40 | 24 | 505 | 74 | 62 |
| Binary | 11001011 | 110010 | 10001011 | 0 | 1001011 | 100000 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CB328B
Complementary color
Monochromatic Colors of #CB328B
Black with #CB328B
Text Example
Text Example
White with #CB328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB328B; }
p { color: rgb(203,50,139); }
H1.HeaderClassName
{
color: #CB328B;
}
.AnyTagClassName
{
color: #CB328B;
}
</style>
background-color css
<style>
a { background-color: #CB328B; }
a { background-color: rgb(203,50,139); }
div.DivClassName
{
background-color: #CB328B;
}
.BgClassName
{
background-color: #CB328B;
}
</style>
border-color css
<style>
span { border-color: #CB328B; }
span { border-color: rgb(203,50,139); }
td.TdClassName
{
border-color: #CB328B;
}
.TagClassName
{
border-color: #CB328B;
}
</style>