Shades of Deep Cerise #CB338E
Tints of Deep Cerise #CB338E
RGB
CMYK
RGB Variations
Color information
#CB338E (or 0xCB338E) is known color: Deep Cerise. HEX triplet: CB, 33 and 8E. RGB value is (203,51,142). Sum of RGB (Red+Green+Blue) = 203+51+142=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338E is #34CC71. Grayscale: #6A6A6A. Windows color (decimal): -3460210 or 9319371. OLE color: 9319371.
HSL color Cylindrical-coordinate representation of color #CB338E: hue angle of 324.08º 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 #CB338E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 142 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.20 |
| HSL | 324.08º | 0.6% | 0.5% | - |
| HSV(B) | 324.08º | 0.75% | 0.8% | - |
| XYZ | 30.69 | 17.02 | 27.26 | - |
| YUV | 106.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 142 | 0 | 0.75 | 0.30 | 0.20 | 324.08 | 0.6 | 0.5 |
| Hex | CB | 33 | 8E | 0 | 4B | 1E | 14 | 144 | 3C | 32 |
| Octal | 313 | 63 | 216 | 0 | 113 | 36 | 24 | 504 | 74 | 62 |
| Binary | 11001011 | 110011 | 10001110 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CB338E
Complementary color
Monochromatic Colors of #CB338E
Black with #CB338E
Text Example
Text Example
White with #CB338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB338E; }
p { color: rgb(203,51,142); }
H1.HeaderClassName
{
color: #CB338E;
}
.AnyTagClassName
{
color: #CB338E;
}
</style>
background-color css
<style>
a { background-color: #CB338E; }
a { background-color: rgb(203,51,142); }
div.DivClassName
{
background-color: #CB338E;
}
.BgClassName
{
background-color: #CB338E;
}
</style>
border-color css
<style>
span { border-color: #CB338E; }
span { border-color: rgb(203,51,142); }
td.TdClassName
{
border-color: #CB338E;
}
.TagClassName
{
border-color: #CB338E;
}
</style>