Shades of Deep Cerise #CB3881
Tints of Deep Cerise #CB3881
RGB
CMYK
RGB Variations
Color information
#CB3881 (or 0xCB3881) is known color: Deep Cerise. HEX triplet: CB, 38 and 81. RGB value is (203,56,129). Sum of RGB (Red+Green+Blue) = 203+56+129=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3881 is #34C77E. Grayscale: #6C6C6C. Windows color (decimal): -3458943 or 8468683. OLE color: 8468683.
HSL color Cylindrical-coordinate representation of color #CB3881: hue angle of 330.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3881 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 129 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.20 |
| HSL | 330.2º | 0.59% | 0.51% | - |
| HSV(B) | 330.2º | 0.72% | 0.8% | - |
| XYZ | 30.01 | 17.11 | 22.49 | - |
| YUV | 108.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 129 | 0 | 0.72 | 0.36 | 0.20 | 330.2 | 0.59 | 0.51 |
| Hex | CB | 38 | 81 | 0 | 48 | 24 | 14 | 14A | 3B | 33 |
| Octal | 313 | 70 | 201 | 0 | 110 | 44 | 24 | 512 | 73 | 63 |
| Binary | 11001011 | 111000 | 10000001 | 0 | 1001000 | 100100 | 10100 | 101001010 | 111011 | 110011 |
Color Harmonies of #CB3881
Complementary color
Monochromatic Colors of #CB3881
Black with #CB3881
Text Example
Text Example
White with #CB3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3881; }
p { color: rgb(203,56,129); }
H1.HeaderClassName
{
color: #CB3881;
}
.AnyTagClassName
{
color: #CB3881;
}
</style>
background-color css
<style>
a { background-color: #CB3881; }
a { background-color: rgb(203,56,129); }
div.DivClassName
{
background-color: #CB3881;
}
.BgClassName
{
background-color: #CB3881;
}
</style>
border-color css
<style>
span { border-color: #CB3881; }
span { border-color: rgb(203,56,129); }
td.TdClassName
{
border-color: #CB3881;
}
.TagClassName
{
border-color: #CB3881;
}
</style>