Shades of Deep Cerise #CB368A
Tints of Deep Cerise #CB368A
RGB
CMYK
RGB Variations
Color information
#CB368A (or 0xCB368A) is known color: Deep Cerise. HEX triplet: CB, 36 and 8A. RGB value is (203,54,138). Sum of RGB (Red+Green+Blue) = 203+54+138=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB368A is #34C975. Grayscale: #6B6B6B. Windows color (decimal): -3459446 or 9057995. OLE color: 9057995.
HSL color Cylindrical-coordinate representation of color #CB368A: hue angle of 326.17º 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 #CB368A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 138 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.20 |
| HSL | 326.17º | 0.59% | 0.5% | - |
| HSV(B) | 326.17º | 0.73% | 0.8% | - |
| XYZ | 30.54 | 17.17 | 25.75 | - |
| YUV | 108.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 138 | 0 | 0.73 | 0.32 | 0.20 | 326.17 | 0.59 | 0.5 |
| Hex | CB | 36 | 8A | 0 | 49 | 20 | 14 | 146 | 3B | 32 |
| Octal | 313 | 66 | 212 | 0 | 111 | 40 | 24 | 506 | 73 | 62 |
| Binary | 11001011 | 110110 | 10001010 | 0 | 1001001 | 100000 | 10100 | 101000110 | 111011 | 110010 |
Color Harmonies of #CB368A
Complementary color
Monochromatic Colors of #CB368A
Black with #CB368A
Text Example
Text Example
White with #CB368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB368A; }
p { color: rgb(203,54,138); }
H1.HeaderClassName
{
color: #CB368A;
}
.AnyTagClassName
{
color: #CB368A;
}
</style>
background-color css
<style>
a { background-color: #CB368A; }
a { background-color: rgb(203,54,138); }
div.DivClassName
{
background-color: #CB368A;
}
.BgClassName
{
background-color: #CB368A;
}
</style>
border-color css
<style>
span { border-color: #CB368A; }
span { border-color: rgb(203,54,138); }
td.TdClassName
{
border-color: #CB368A;
}
.TagClassName
{
border-color: #CB368A;
}
</style>