Shades of Deep Cerise #CB3781
Tints of Deep Cerise #CB3781
RGB
CMYK
RGB Variations
Color information
#CB3781 (or 0xCB3781) is known color: Deep Cerise. HEX triplet: CB, 37 and 81. RGB value is (203,55,129). Sum of RGB (Red+Green+Blue) = 203+55+129=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3781 is #34C87E. Grayscale: #6B6B6B. Windows color (decimal): -3459199 or 8468427. OLE color: 8468427.
HSL color Cylindrical-coordinate representation of color #CB3781: hue angle of 330º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3781 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 129 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.20 |
| HSL | 330º | 0.59% | 0.51% | - |
| HSV(B) | 330º | 0.73% | 0.8% | - |
| XYZ | 29.96 | 17.01 | 22.47 | - |
| YUV | 107.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 129 | 0 | 0.73 | 0.36 | 0.20 | 330 | 0.59 | 0.51 |
| Hex | CB | 37 | 81 | 0 | 49 | 24 | 14 | 14A | 3B | 33 |
| Octal | 313 | 67 | 201 | 0 | 111 | 44 | 24 | 512 | 73 | 63 |
| Binary | 11001011 | 110111 | 10000001 | 0 | 1001001 | 100100 | 10100 | 101001010 | 111011 | 110011 |
Color Harmonies of #CB3781
Complementary color
Monochromatic Colors of #CB3781
Black with #CB3781
Text Example
Text Example
White with #CB3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3781; }
p { color: rgb(203,55,129); }
H1.HeaderClassName
{
color: #CB3781;
}
.AnyTagClassName
{
color: #CB3781;
}
</style>
background-color css
<style>
a { background-color: #CB3781; }
a { background-color: rgb(203,55,129); }
div.DivClassName
{
background-color: #CB3781;
}
.BgClassName
{
background-color: #CB3781;
}
</style>
border-color css
<style>
span { border-color: #CB3781; }
span { border-color: rgb(203,55,129); }
td.TdClassName
{
border-color: #CB3781;
}
.TagClassName
{
border-color: #CB3781;
}
</style>