Shades of Deep Cerise #CB3687
Tints of Deep Cerise #CB3687
RGB
CMYK
RGB Variations
Color information
#CB3687 (or 0xCB3687) is known color: Deep Cerise. HEX triplet: CB, 36 and 87. RGB value is (203,54,135). Sum of RGB (Red+Green+Blue) = 203+54+135=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3687 is #34C978. Grayscale: #6B6B6B. Windows color (decimal): -3459449 or 8861387. OLE color: 8861387.
HSL color Cylindrical-coordinate representation of color #CB3687: hue angle of 327.38º 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 #CB3687 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 135 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.20 |
| HSL | 327.38º | 0.59% | 0.5% | - |
| HSV(B) | 327.38º | 0.73% | 0.8% | - |
| XYZ | 30.32 | 17.08 | 24.62 | - |
| YUV | 107.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 135 | 0 | 0.73 | 0.33 | 0.20 | 327.38 | 0.59 | 0.5 |
| Hex | CB | 36 | 87 | 0 | 49 | 21 | 14 | 147 | 3B | 32 |
| Octal | 313 | 66 | 207 | 0 | 111 | 41 | 24 | 507 | 73 | 62 |
| Binary | 11001011 | 110110 | 10000111 | 0 | 1001001 | 100001 | 10100 | 101000111 | 111011 | 110010 |
Color Harmonies of #CB3687
Complementary color
Monochromatic Colors of #CB3687
Black with #CB3687
Text Example
Text Example
White with #CB3687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3687; }
p { color: rgb(203,54,135); }
H1.HeaderClassName
{
color: #CB3687;
}
.AnyTagClassName
{
color: #CB3687;
}
</style>
background-color css
<style>
a { background-color: #CB3687; }
a { background-color: rgb(203,54,135); }
div.DivClassName
{
background-color: #CB3687;
}
.BgClassName
{
background-color: #CB3687;
}
</style>
border-color css
<style>
span { border-color: #CB3687; }
span { border-color: rgb(203,54,135); }
td.TdClassName
{
border-color: #CB3687;
}
.TagClassName
{
border-color: #CB3687;
}
</style>