Shades of Deep Cerise #CB328C
Tints of Deep Cerise #CB328C
RGB
CMYK
RGB Variations
Color information
#CB328C (or 0xCB328C) is known color: Deep Cerise. HEX triplet: CB, 32 and 8C. RGB value is (203,50,140). Sum of RGB (Red+Green+Blue) = 203+50+140=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB328C is #34CD73. Grayscale: #696969. Windows color (decimal): -3460468 or 9188043. OLE color: 9188043.
HSL color Cylindrical-coordinate representation of color #CB328C: hue angle of 324.71º 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 #CB328C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 140 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.20 |
| HSL | 324.71º | 0.6% | 0.5% | - |
| HSV(B) | 324.71º | 0.75% | 0.8% | - |
| XYZ | 30.5 | 16.87 | 26.46 | - |
| YUV | 106.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 140 | 0 | 0.75 | 0.31 | 0.20 | 324.71 | 0.6 | 0.5 |
| Hex | CB | 32 | 8C | 0 | 4B | 1F | 14 | 145 | 3C | 32 |
| Octal | 313 | 62 | 214 | 0 | 113 | 37 | 24 | 505 | 74 | 62 |
| Binary | 11001011 | 110010 | 10001100 | 0 | 1001011 | 11111 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CB328C
Complementary color
Monochromatic Colors of #CB328C
Black with #CB328C
Text Example
Text Example
White with #CB328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB328C; }
p { color: rgb(203,50,140); }
H1.HeaderClassName
{
color: #CB328C;
}
.AnyTagClassName
{
color: #CB328C;
}
</style>
background-color css
<style>
a { background-color: #CB328C; }
a { background-color: rgb(203,50,140); }
div.DivClassName
{
background-color: #CB328C;
}
.BgClassName
{
background-color: #CB328C;
}
</style>
border-color css
<style>
span { border-color: #CB328C; }
span { border-color: rgb(203,50,140); }
td.TdClassName
{
border-color: #CB328C;
}
.TagClassName
{
border-color: #CB328C;
}
</style>