Shades of Deep Cerise #CB338C
Tints of Deep Cerise #CB338C
RGB
CMYK
RGB Variations
Color information
#CB338C (or 0xCB338C) is known color: Deep Cerise. HEX triplet: CB, 33 and 8C. RGB value is (203,51,140). Sum of RGB (Red+Green+Blue) = 203+51+140=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338C is #34CC73. Grayscale: #6A6A6A. Windows color (decimal): -3460212 or 9188299. OLE color: 9188299.
HSL color Cylindrical-coordinate representation of color #CB338C: hue angle of 324.87º 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 #CB338C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 140 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.20 |
| HSL | 324.87º | 0.6% | 0.5% | - |
| HSV(B) | 324.87º | 0.75% | 0.8% | - |
| XYZ | 30.55 | 16.96 | 26.47 | - |
| YUV | 106.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 140 | 0 | 0.75 | 0.31 | 0.20 | 324.87 | 0.6 | 0.5 |
| Hex | CB | 33 | 8C | 0 | 4B | 1F | 14 | 145 | 3C | 32 |
| Octal | 313 | 63 | 214 | 0 | 113 | 37 | 24 | 505 | 74 | 62 |
| Binary | 11001011 | 110011 | 10001100 | 0 | 1001011 | 11111 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CB338C
Complementary color
Monochromatic Colors of #CB338C
Black with #CB338C
Text Example
Text Example
White with #CB338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB338C; }
p { color: rgb(203,51,140); }
H1.HeaderClassName
{
color: #CB338C;
}
.AnyTagClassName
{
color: #CB338C;
}
</style>
background-color css
<style>
a { background-color: #CB338C; }
a { background-color: rgb(203,51,140); }
div.DivClassName
{
background-color: #CB338C;
}
.BgClassName
{
background-color: #CB338C;
}
</style>
border-color css
<style>
span { border-color: #CB338C; }
span { border-color: rgb(203,51,140); }
td.TdClassName
{
border-color: #CB338C;
}
.TagClassName
{
border-color: #CB338C;
}
</style>