Shades of Deep Cerise #CB367D
Tints of Deep Cerise #CB367D
RGB
CMYK
RGB Variations
Color information
#CB367D (or 0xCB367D) is known color: Deep Cerise. HEX triplet: CB, 36 and 7D. RGB value is (203,54,125). Sum of RGB (Red+Green+Blue) = 203+54+125=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB367D is #34C982. Grayscale: #6A6A6A. Windows color (decimal): -3459459 or 8206027. OLE color: 8206027.
HSL color Cylindrical-coordinate representation of color #CB367D: hue angle of 331.41º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB367D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 125 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.20 |
| HSL | 331.41º | 0.59% | 0.5% | - |
| HSV(B) | 331.41º | 0.73% | 0.8% | - |
| XYZ | 29.65 | 16.82 | 21.09 | - |
| YUV | 106.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 125 | 0 | 0.73 | 0.38 | 0.20 | 331.41 | 0.59 | 0.5 |
| Hex | CB | 36 | 7D | 0 | 49 | 26 | 14 | 14B | 3B | 32 |
| Octal | 313 | 66 | 175 | 0 | 111 | 46 | 24 | 513 | 73 | 62 |
| Binary | 11001011 | 110110 | 1111101 | 0 | 1001001 | 100110 | 10100 | 101001011 | 111011 | 110010 |
Color Harmonies of #CB367D
Complementary color
Monochromatic Colors of #CB367D
Black with #CB367D
Text Example
Text Example
White with #CB367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB367D; }
p { color: rgb(203,54,125); }
H1.HeaderClassName
{
color: #CB367D;
}
.AnyTagClassName
{
color: #CB367D;
}
</style>
background-color css
<style>
a { background-color: #CB367D; }
a { background-color: rgb(203,54,125); }
div.DivClassName
{
background-color: #CB367D;
}
.BgClassName
{
background-color: #CB367D;
}
</style>
border-color css
<style>
span { border-color: #CB367D; }
span { border-color: rgb(203,54,125); }
td.TdClassName
{
border-color: #CB367D;
}
.TagClassName
{
border-color: #CB367D;
}
</style>