Shades of Deep Cerise #CB328A
Tints of Deep Cerise #CB328A
RGB
CMYK
RGB Variations
Color information
#CB328A (or 0xCB328A) is known color: Deep Cerise. HEX triplet: CB, 32 and 8A. RGB value is (203,50,138). Sum of RGB (Red+Green+Blue) = 203+50+138=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB328A is #34CD75. Grayscale: #696969. Windows color (decimal): -3460470 or 9056971. OLE color: 9056971.
HSL color Cylindrical-coordinate representation of color #CB328A: hue angle of 325.49º 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 #CB328A is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 138 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.20 |
| HSL | 325.49º | 0.6% | 0.5% | - |
| HSV(B) | 325.49º | 0.75% | 0.8% | - |
| XYZ | 30.36 | 16.81 | 25.69 | - |
| YUV | 105.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 138 | 0 | 0.75 | 0.32 | 0.20 | 325.49 | 0.6 | 0.5 |
| Hex | CB | 32 | 8A | 0 | 4B | 20 | 14 | 145 | 3C | 32 |
| Octal | 313 | 62 | 212 | 0 | 113 | 40 | 24 | 505 | 74 | 62 |
| Binary | 11001011 | 110010 | 10001010 | 0 | 1001011 | 100000 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CB328A
Complementary color
Monochromatic Colors of #CB328A
Black with #CB328A
Text Example
Text Example
White with #CB328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB328A; }
p { color: rgb(203,50,138); }
H1.HeaderClassName
{
color: #CB328A;
}
.AnyTagClassName
{
color: #CB328A;
}
</style>
background-color css
<style>
a { background-color: #CB328A; }
a { background-color: rgb(203,50,138); }
div.DivClassName
{
background-color: #CB328A;
}
.BgClassName
{
background-color: #CB328A;
}
</style>
border-color css
<style>
span { border-color: #CB328A; }
span { border-color: rgb(203,50,138); }
td.TdClassName
{
border-color: #CB328A;
}
.TagClassName
{
border-color: #CB328A;
}
</style>