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