Shades of Deep Cerise #CB367B
Tints of Deep Cerise #CB367B
RGB
CMYK
RGB Variations
Color information
#CB367B (or 0xCB367B) is known color: Deep Cerise. HEX triplet: CB, 36 and 7B. RGB value is (203,54,123). Sum of RGB (Red+Green+Blue) = 203+54+123=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB367B is #34C984. Grayscale: #6A6A6A. Windows color (decimal): -3459461 or 8074955. OLE color: 8074955.
HSL color Cylindrical-coordinate representation of color #CB367B: hue angle of 332.21º 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 #CB367B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 123 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.20 |
| HSL | 332.21º | 0.59% | 0.5% | - |
| HSV(B) | 332.21º | 0.73% | 0.8% | - |
| XYZ | 29.52 | 16.76 | 20.42 | - |
| YUV | 106.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 123 | 0 | 0.73 | 0.39 | 0.20 | 332.21 | 0.59 | 0.5 |
| Hex | CB | 36 | 7B | 0 | 49 | 27 | 14 | 14C | 3B | 32 |
| Octal | 313 | 66 | 173 | 0 | 111 | 47 | 24 | 514 | 73 | 62 |
| Binary | 11001011 | 110110 | 1111011 | 0 | 1001001 | 100111 | 10100 | 101001100 | 111011 | 110010 |
Color Harmonies of #CB367B
Complementary color
Monochromatic Colors of #CB367B
Black with #CB367B
Text Example
Text Example
White with #CB367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB367B; }
p { color: rgb(203,54,123); }
H1.HeaderClassName
{
color: #CB367B;
}
.AnyTagClassName
{
color: #CB367B;
}
</style>
background-color css
<style>
a { background-color: #CB367B; }
a { background-color: rgb(203,54,123); }
div.DivClassName
{
background-color: #CB367B;
}
.BgClassName
{
background-color: #CB367B;
}
</style>
border-color css
<style>
span { border-color: #CB367B; }
span { border-color: rgb(203,54,123); }
td.TdClassName
{
border-color: #CB367B;
}
.TagClassName
{
border-color: #CB367B;
}
</style>