Shades of Cerise #CB2F6C
Tints of Cerise #CB2F6C
RGB
CMYK
RGB Variations
Color information
#CB2F6C (or 0xCB2F6C) is known color: Cerise. HEX triplet: CB, 2F and 6C. RGB value is (203,47,108). Sum of RGB (Red+Green+Blue) = 203+47+108=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F6C is #34D093. Grayscale: #646464. Windows color (decimal): -3461268 or 7090123. OLE color: 7090123.
HSL color Cylindrical-coordinate representation of color #CB2F6C: hue angle of 336.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F6C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 108 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.20 |
| HSL | 336.54º | 0.62% | 0.49% | - |
| HSV(B) | 336.54º | 0.77% | 0.8% | - |
| XYZ | 28.35 | 15.81 | 15.75 | - |
| YUV | 100.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 108 | 0 | 0.77 | 0.47 | 0.20 | 336.54 | 0.62 | 0.49 |
| Hex | CB | 2F | 6C | 0 | 4D | 2F | 14 | 151 | 3E | 31 |
| Octal | 313 | 57 | 154 | 0 | 115 | 57 | 24 | 521 | 76 | 61 |
| Binary | 11001011 | 101111 | 1101100 | 0 | 1001101 | 101111 | 10100 | 101010001 | 111110 | 110001 |
Color Harmonies of #CB2F6C
Complementary color
Monochromatic Colors of #CB2F6C
Black with #CB2F6C
Text Example
Text Example
White with #CB2F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F6C; }
p { color: rgb(203,47,108); }
H1.HeaderClassName
{
color: #CB2F6C;
}
.AnyTagClassName
{
color: #CB2F6C;
}
</style>
background-color css
<style>
a { background-color: #CB2F6C; }
a { background-color: rgb(203,47,108); }
div.DivClassName
{
background-color: #CB2F6C;
}
.BgClassName
{
background-color: #CB2F6C;
}
</style>
border-color css
<style>
span { border-color: #CB2F6C; }
span { border-color: rgb(203,47,108); }
td.TdClassName
{
border-color: #CB2F6C;
}
.TagClassName
{
border-color: #CB2F6C;
}
</style>