Shades of Deep Cerise #CB327E
Tints of Deep Cerise #CB327E
RGB
CMYK
RGB Variations
Color information
#CB327E (or 0xCB327E) is known color: Deep Cerise. HEX triplet: CB, 32 and 7E. RGB value is (203,50,126). Sum of RGB (Red+Green+Blue) = 203+50+126=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB327E is #34CD81. Grayscale: #686868. Windows color (decimal): -3460482 or 8270539. OLE color: 8270539.
HSL color Cylindrical-coordinate representation of color #CB327E: hue angle of 330.2º 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 #CB327E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 126 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.20 |
| HSL | 330.2º | 0.6% | 0.5% | - |
| HSV(B) | 330.2º | 0.75% | 0.8% | - |
| XYZ | 29.54 | 16.48 | 21.36 | - |
| YUV | 104.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 126 | 0 | 0.75 | 0.38 | 0.20 | 330.2 | 0.6 | 0.5 |
| Hex | CB | 32 | 7E | 0 | 4B | 26 | 14 | 14A | 3C | 32 |
| Octal | 313 | 62 | 176 | 0 | 113 | 46 | 24 | 512 | 74 | 62 |
| Binary | 11001011 | 110010 | 1111110 | 0 | 1001011 | 100110 | 10100 | 101001010 | 111100 | 110010 |
Color Harmonies of #CB327E
Complementary color
Monochromatic Colors of #CB327E
Black with #CB327E
Text Example
Text Example
White with #CB327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB327E; }
p { color: rgb(203,50,126); }
H1.HeaderClassName
{
color: #CB327E;
}
.AnyTagClassName
{
color: #CB327E;
}
</style>
background-color css
<style>
a { background-color: #CB327E; }
a { background-color: rgb(203,50,126); }
div.DivClassName
{
background-color: #CB327E;
}
.BgClassName
{
background-color: #CB327E;
}
</style>
border-color css
<style>
span { border-color: #CB327E; }
span { border-color: rgb(203,50,126); }
td.TdClassName
{
border-color: #CB327E;
}
.TagClassName
{
border-color: #CB327E;
}
</style>