Shades of Cerise #CB2670
Tints of Cerise #CB2670
RGB
CMYK
RGB Variations
Color information
#CB2670 (or 0xCB2670) is known color: Cerise. HEX triplet: CB, 26 and 70. RGB value is (203,38,112). Sum of RGB (Red+Green+Blue) = 203+38+112=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2670 is #34D98F. Grayscale: #5F5F5F. Windows color (decimal): -3463568 or 7349963. OLE color: 7349963.
HSL color Cylindrical-coordinate representation of color #CB2670: hue angle of 333.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2670 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 112 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.20 |
| HSL | 333.09º | 0.68% | 0.47% | - |
| HSV(B) | 333.09º | 0.81% | 0.8% | - |
| XYZ | 28.25 | 15.25 | 16.78 | - |
| YUV | 95.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 112 | 0 | 0.81 | 0.45 | 0.20 | 333.09 | 0.68 | 0.47 |
| Hex | CB | 26 | 70 | 0 | 51 | 2D | 14 | 14D | 44 | 2F |
| Octal | 313 | 46 | 160 | 0 | 121 | 55 | 24 | 515 | 104 | 57 |
| Binary | 11001011 | 100110 | 1110000 | 0 | 1010001 | 101101 | 10100 | 101001101 | 1000100 | 101111 |
Color Harmonies of #CB2670
Complementary color
Monochromatic Colors of #CB2670
Black with #CB2670
Text Example
Text Example
White with #CB2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2670; }
p { color: rgb(203,38,112); }
H1.HeaderClassName
{
color: #CB2670;
}
.AnyTagClassName
{
color: #CB2670;
}
</style>
background-color css
<style>
a { background-color: #CB2670; }
a { background-color: rgb(203,38,112); }
div.DivClassName
{
background-color: #CB2670;
}
.BgClassName
{
background-color: #CB2670;
}
</style>
border-color css
<style>
span { border-color: #CB2670; }
span { border-color: rgb(203,38,112); }
td.TdClassName
{
border-color: #CB2670;
}
.TagClassName
{
border-color: #CB2670;
}
</style>