Shades of Deep Cerise #CB3080
Tints of Deep Cerise #CB3080
RGB
CMYK
RGB Variations
Color information
#CB3080 (or 0xCB3080) is known color: Deep Cerise. HEX triplet: CB, 30 and 80. RGB value is (203,48,128). Sum of RGB (Red+Green+Blue) = 203+48+128=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3080 is #34CF7F. Grayscale: #676767. Windows color (decimal): -3460992 or 8401099. OLE color: 8401099.
HSL color Cylindrical-coordinate representation of color #CB3080: hue angle of 329.03º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3080 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 128 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.20 |
| HSL | 329.03º | 0.62% | 0.49% | - |
| HSV(B) | 329.03º | 0.76% | 0.8% | - |
| XYZ | 29.58 | 16.37 | 22.02 | - |
| YUV | 103.47 | 141.85 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 128 | 0 | 0.76 | 0.37 | 0.20 | 329.03 | 0.62 | 0.49 |
| Hex | CB | 30 | 80 | 0 | 4C | 25 | 14 | 149 | 3E | 31 |
| Octal | 313 | 60 | 200 | 0 | 114 | 45 | 24 | 511 | 76 | 61 |
| Binary | 11001011 | 110000 | 10000000 | 0 | 1001100 | 100101 | 10100 | 101001001 | 111110 | 110001 |
Color Harmonies of #CB3080
Complementary color
Monochromatic Colors of #CB3080
Black with #CB3080
Text Example
Text Example
White with #CB3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3080; }
p { color: rgb(203,48,128); }
H1.HeaderClassName
{
color: #CB3080;
}
.AnyTagClassName
{
color: #CB3080;
}
</style>
background-color css
<style>
a { background-color: #CB3080; }
a { background-color: rgb(203,48,128); }
div.DivClassName
{
background-color: #CB3080;
}
.BgClassName
{
background-color: #CB3080;
}
</style>
border-color css
<style>
span { border-color: #CB3080; }
span { border-color: rgb(203,48,128); }
td.TdClassName
{
border-color: #CB3080;
}
.TagClassName
{
border-color: #CB3080;
}
</style>