Shades of Deep Cerise #CB368B
Tints of Deep Cerise #CB368B
RGB
CMYK
RGB Variations
Color information
#CB368B (or 0xCB368B) is known color: Deep Cerise. HEX triplet: CB, 36 and 8B. RGB value is (203,54,139). Sum of RGB (Red+Green+Blue) = 203+54+139=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB368B is #34C974. Grayscale: #6C6C6C. Windows color (decimal): -3459445 or 9123531. OLE color: 9123531.
HSL color Cylindrical-coordinate representation of color #CB368B: hue angle of 325.77º 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 #CB368B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 139 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.20 |
| HSL | 325.77º | 0.59% | 0.5% | - |
| HSV(B) | 325.77º | 0.73% | 0.8% | - |
| XYZ | 30.61 | 17.2 | 26.13 | - |
| YUV | 108.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 139 | 0 | 0.73 | 0.32 | 0.20 | 325.77 | 0.59 | 0.5 |
| Hex | CB | 36 | 8B | 0 | 49 | 20 | 14 | 146 | 3B | 32 |
| Octal | 313 | 66 | 213 | 0 | 111 | 40 | 24 | 506 | 73 | 62 |
| Binary | 11001011 | 110110 | 10001011 | 0 | 1001001 | 100000 | 10100 | 101000110 | 111011 | 110010 |
Color Harmonies of #CB368B
Complementary color
Monochromatic Colors of #CB368B
Black with #CB368B
Text Example
Text Example
White with #CB368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB368B; }
p { color: rgb(203,54,139); }
H1.HeaderClassName
{
color: #CB368B;
}
.AnyTagClassName
{
color: #CB368B;
}
</style>
background-color css
<style>
a { background-color: #CB368B; }
a { background-color: rgb(203,54,139); }
div.DivClassName
{
background-color: #CB368B;
}
.BgClassName
{
background-color: #CB368B;
}
</style>
border-color css
<style>
span { border-color: #CB368B; }
span { border-color: rgb(203,54,139); }
td.TdClassName
{
border-color: #CB368B;
}
.TagClassName
{
border-color: #CB368B;
}
</style>