Shades of Cerise #CB306B
Tints of Cerise #CB306B
RGB
CMYK
RGB Variations
Color information
#CB306B (or 0xCB306B) is known color: Cerise. HEX triplet: CB, 30 and 6B. RGB value is (203,48,107). Sum of RGB (Red+Green+Blue) = 203+48+107=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB306B is #34CF94. Grayscale: #646464. Windows color (decimal): -3461013 or 7024843. OLE color: 7024843.
HSL color Cylindrical-coordinate representation of color #CB306B: hue angle of 337.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 #CB306B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.20 |
| HSL | 337.16º | 0.62% | 0.49% | - |
| HSV(B) | 337.16º | 0.76% | 0.8% | - |
| XYZ | 28.34 | 15.87 | 15.48 | - |
| YUV | 101.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 107 | 0 | 0.76 | 0.47 | 0.20 | 337.16 | 0.62 | 0.49 |
| Hex | CB | 30 | 6B | 0 | 4C | 2F | 14 | 151 | 3E | 31 |
| Octal | 313 | 60 | 153 | 0 | 114 | 57 | 24 | 521 | 76 | 61 |
| Binary | 11001011 | 110000 | 1101011 | 0 | 1001100 | 101111 | 10100 | 101010001 | 111110 | 110001 |
Color Harmonies of #CB306B
Complementary color
Monochromatic Colors of #CB306B
Black with #CB306B
Text Example
Text Example
White with #CB306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB306B; }
p { color: rgb(203,48,107); }
H1.HeaderClassName
{
color: #CB306B;
}
.AnyTagClassName
{
color: #CB306B;
}
</style>
background-color css
<style>
a { background-color: #CB306B; }
a { background-color: rgb(203,48,107); }
div.DivClassName
{
background-color: #CB306B;
}
.BgClassName
{
background-color: #CB306B;
}
</style>
border-color css
<style>
span { border-color: #CB306B; }
span { border-color: rgb(203,48,107); }
td.TdClassName
{
border-color: #CB306B;
}
.TagClassName
{
border-color: #CB306B;
}
</style>