Shades of Deep Cerise #CB308A
Tints of Deep Cerise #CB308A
RGB
CMYK
RGB Variations
Color information
#CB308A (or 0xCB308A) is known color: Deep Cerise. HEX triplet: CB, 30 and 8A. RGB value is (203,48,138). Sum of RGB (Red+Green+Blue) = 203+48+138=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB308A is #34CF75. Grayscale: #686868. Windows color (decimal): -3460982 or 9056459. OLE color: 9056459.
HSL color Cylindrical-coordinate representation of color #CB308A: hue angle of 325.16º 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 #CB308A is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 138 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.20 |
| HSL | 325.16º | 0.62% | 0.49% | - |
| HSV(B) | 325.16º | 0.76% | 0.8% | - |
| XYZ | 30.27 | 16.65 | 25.66 | - |
| YUV | 104.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 138 | 0 | 0.76 | 0.32 | 0.20 | 325.16 | 0.62 | 0.49 |
| Hex | CB | 30 | 8A | 0 | 4C | 20 | 14 | 145 | 3E | 31 |
| Octal | 313 | 60 | 212 | 0 | 114 | 40 | 24 | 505 | 76 | 61 |
| Binary | 11001011 | 110000 | 10001010 | 0 | 1001100 | 100000 | 10100 | 101000101 | 111110 | 110001 |
Color Harmonies of #CB308A
Complementary color
Monochromatic Colors of #CB308A
Black with #CB308A
Text Example
Text Example
White with #CB308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB308A; }
p { color: rgb(203,48,138); }
H1.HeaderClassName
{
color: #CB308A;
}
.AnyTagClassName
{
color: #CB308A;
}
</style>
background-color css
<style>
a { background-color: #CB308A; }
a { background-color: rgb(203,48,138); }
div.DivClassName
{
background-color: #CB308A;
}
.BgClassName
{
background-color: #CB308A;
}
</style>
border-color css
<style>
span { border-color: #CB308A; }
span { border-color: rgb(203,48,138); }
td.TdClassName
{
border-color: #CB308A;
}
.TagClassName
{
border-color: #CB308A;
}
</style>