Shades of Cerise #CB306F
Tints of Cerise #CB306F
RGB
CMYK
RGB Variations
Color information
#CB306F (or 0xCB306F) is known color: Cerise. HEX triplet: CB, 30 and 6F. RGB value is (203,48,111). Sum of RGB (Red+Green+Blue) = 203+48+111=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB306F is #34CF90. Grayscale: #656565. Windows color (decimal): -3461009 or 7286987. OLE color: 7286987.
HSL color Cylindrical-coordinate representation of color #CB306F: hue angle of 335.61º 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 #CB306F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 111 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.20 |
| HSL | 335.61º | 0.62% | 0.49% | - |
| HSV(B) | 335.61º | 0.76% | 0.8% | - |
| XYZ | 28.55 | 15.96 | 16.61 | - |
| YUV | 101.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 111 | 0 | 0.76 | 0.45 | 0.20 | 335.61 | 0.62 | 0.49 |
| Hex | CB | 30 | 6F | 0 | 4C | 2D | 14 | 150 | 3E | 31 |
| Octal | 313 | 60 | 157 | 0 | 114 | 55 | 24 | 520 | 76 | 61 |
| Binary | 11001011 | 110000 | 1101111 | 0 | 1001100 | 101101 | 10100 | 101010000 | 111110 | 110001 |
Color Harmonies of #CB306F
Complementary color
Monochromatic Colors of #CB306F
Black with #CB306F
Text Example
Text Example
White with #CB306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB306F; }
p { color: rgb(203,48,111); }
H1.HeaderClassName
{
color: #CB306F;
}
.AnyTagClassName
{
color: #CB306F;
}
</style>
background-color css
<style>
a { background-color: #CB306F; }
a { background-color: rgb(203,48,111); }
div.DivClassName
{
background-color: #CB306F;
}
.BgClassName
{
background-color: #CB306F;
}
</style>
border-color css
<style>
span { border-color: #CB306F; }
span { border-color: rgb(203,48,111); }
td.TdClassName
{
border-color: #CB306F;
}
.TagClassName
{
border-color: #CB306F;
}
</style>