Shades of Cerise #CB306D
Tints of Cerise #CB306D
RGB
CMYK
RGB Variations
Color information
#CB306D (or 0xCB306D) is known color: Cerise. HEX triplet: CB, 30 and 6D. RGB value is (203,48,109). Sum of RGB (Red+Green+Blue) = 203+48+109=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB306D is #34CF92. Grayscale: #656565. Windows color (decimal): -3461011 or 7155915. OLE color: 7155915.
HSL color Cylindrical-coordinate representation of color #CB306D: hue angle of 336.39º 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 #CB306D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 109 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.20 |
| HSL | 336.39º | 0.62% | 0.49% | - |
| HSV(B) | 336.39º | 0.76% | 0.8% | - |
| XYZ | 28.45 | 15.91 | 16.04 | - |
| YUV | 101.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 109 | 0 | 0.76 | 0.46 | 0.20 | 336.39 | 0.62 | 0.49 |
| Hex | CB | 30 | 6D | 0 | 4C | 2E | 14 | 150 | 3E | 31 |
| Octal | 313 | 60 | 155 | 0 | 114 | 56 | 24 | 520 | 76 | 61 |
| Binary | 11001011 | 110000 | 1101101 | 0 | 1001100 | 101110 | 10100 | 101010000 | 111110 | 110001 |
Color Harmonies of #CB306D
Complementary color
Monochromatic Colors of #CB306D
Black with #CB306D
Text Example
Text Example
White with #CB306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB306D; }
p { color: rgb(203,48,109); }
H1.HeaderClassName
{
color: #CB306D;
}
.AnyTagClassName
{
color: #CB306D;
}
</style>
background-color css
<style>
a { background-color: #CB306D; }
a { background-color: rgb(203,48,109); }
div.DivClassName
{
background-color: #CB306D;
}
.BgClassName
{
background-color: #CB306D;
}
</style>
border-color css
<style>
span { border-color: #CB306D; }
span { border-color: rgb(203,48,109); }
td.TdClassName
{
border-color: #CB306D;
}
.TagClassName
{
border-color: #CB306D;
}
</style>