Shades of Cerise #CB246F
Tints of Cerise #CB246F
RGB
CMYK
RGB Variations
Color information
#CB246F (or 0xCB246F) is known color: Cerise. HEX triplet: CB, 24 and 6F. RGB value is (203,36,111). Sum of RGB (Red+Green+Blue) = 203+36+111=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246F is #34DB90. Grayscale: #5E5E5E. Windows color (decimal): -3464081 or 7283915. OLE color: 7283915.
HSL color Cylindrical-coordinate representation of color #CB246F: hue angle of 333.05º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB246F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 111 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.20 |
| HSL | 333.05º | 0.7% | 0.47% | - |
| HSV(B) | 333.05º | 0.82% | 0.8% | - |
| XYZ | 28.13 | 15.11 | 16.47 | - |
| YUV | 94.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 111 | 0 | 0.82 | 0.45 | 0.20 | 333.05 | 0.7 | 0.47 |
| Hex | CB | 24 | 6F | 0 | 52 | 2D | 14 | 14D | 46 | 2F |
| Octal | 313 | 44 | 157 | 0 | 122 | 55 | 24 | 515 | 106 | 57 |
| Binary | 11001011 | 100100 | 1101111 | 0 | 1010010 | 101101 | 10100 | 101001101 | 1000110 | 101111 |
Color Harmonies of #CB246F
Complementary color
Monochromatic Colors of #CB246F
Black with #CB246F
Text Example
Text Example
White with #CB246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB246F; }
p { color: rgb(203,36,111); }
H1.HeaderClassName
{
color: #CB246F;
}
.AnyTagClassName
{
color: #CB246F;
}
</style>
background-color css
<style>
a { background-color: #CB246F; }
a { background-color: rgb(203,36,111); }
div.DivClassName
{
background-color: #CB246F;
}
.BgClassName
{
background-color: #CB246F;
}
</style>
border-color css
<style>
span { border-color: #CB246F; }
span { border-color: rgb(203,36,111); }
td.TdClassName
{
border-color: #CB246F;
}
.TagClassName
{
border-color: #CB246F;
}
</style>