Shades of Deep Cerise #CB338A
Tints of Deep Cerise #CB338A
RGB
CMYK
RGB Variations
Color information
#CB338A (or 0xCB338A) is known color: Deep Cerise. HEX triplet: CB, 33 and 8A. RGB value is (203,51,138). Sum of RGB (Red+Green+Blue) = 203+51+138=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338A is #34CC75. Grayscale: #6A6A6A. Windows color (decimal): -3460214 or 9057227. OLE color: 9057227.
HSL color Cylindrical-coordinate representation of color #CB338A: hue angle of 325.66º 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 #CB338A is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 138 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.20 |
| HSL | 325.66º | 0.6% | 0.5% | - |
| HSV(B) | 325.66º | 0.75% | 0.8% | - |
| XYZ | 30.4 | 16.9 | 25.7 | - |
| YUV | 106.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 138 | 0 | 0.75 | 0.32 | 0.20 | 325.66 | 0.6 | 0.5 |
| Hex | CB | 33 | 8A | 0 | 4B | 20 | 14 | 146 | 3C | 32 |
| Octal | 313 | 63 | 212 | 0 | 113 | 40 | 24 | 506 | 74 | 62 |
| Binary | 11001011 | 110011 | 10001010 | 0 | 1001011 | 100000 | 10100 | 101000110 | 111100 | 110010 |
Color Harmonies of #CB338A
Complementary color
Monochromatic Colors of #CB338A
Black with #CB338A
Text Example
Text Example
White with #CB338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB338A; }
p { color: rgb(203,51,138); }
H1.HeaderClassName
{
color: #CB338A;
}
.AnyTagClassName
{
color: #CB338A;
}
</style>
background-color css
<style>
a { background-color: #CB338A; }
a { background-color: rgb(203,51,138); }
div.DivClassName
{
background-color: #CB338A;
}
.BgClassName
{
background-color: #CB338A;
}
</style>
border-color css
<style>
span { border-color: #CB338A; }
span { border-color: rgb(203,51,138); }
td.TdClassName
{
border-color: #CB338A;
}
.TagClassName
{
border-color: #CB338A;
}
</style>