Shades of Cerise #CB2F67
Tints of Cerise #CB2F67
RGB
CMYK
RGB Variations
Color information
#CB2F67 (or 0xCB2F67) is known color: Cerise. HEX triplet: CB, 2F and 67. RGB value is (203,47,103). Sum of RGB (Red+Green+Blue) = 203+47+103=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F67 is #34D098. Grayscale: #636363. Windows color (decimal): -3461273 or 6762443. OLE color: 6762443.
HSL color Cylindrical-coordinate representation of color #CB2F67: hue angle of 338.46º 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 #CB2F67 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 103 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.20 |
| HSL | 338.46º | 0.62% | 0.49% | - |
| HSV(B) | 338.46º | 0.77% | 0.8% | - |
| XYZ | 28.09 | 15.71 | 14.38 | - |
| YUV | 100.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 103 | 0 | 0.77 | 0.49 | 0.20 | 338.46 | 0.62 | 0.49 |
| Hex | CB | 2F | 67 | 0 | 4D | 31 | 14 | 152 | 3E | 31 |
| Octal | 313 | 57 | 147 | 0 | 115 | 61 | 24 | 522 | 76 | 61 |
| Binary | 11001011 | 101111 | 1100111 | 0 | 1001101 | 110001 | 10100 | 101010010 | 111110 | 110001 |
Color Harmonies of #CB2F67
Complementary color
Monochromatic Colors of #CB2F67
Black with #CB2F67
Text Example
Text Example
White with #CB2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F67; }
p { color: rgb(203,47,103); }
H1.HeaderClassName
{
color: #CB2F67;
}
.AnyTagClassName
{
color: #CB2F67;
}
</style>
background-color css
<style>
a { background-color: #CB2F67; }
a { background-color: rgb(203,47,103); }
div.DivClassName
{
background-color: #CB2F67;
}
.BgClassName
{
background-color: #CB2F67;
}
</style>
border-color css
<style>
span { border-color: #CB2F67; }
span { border-color: rgb(203,47,103); }
td.TdClassName
{
border-color: #CB2F67;
}
.TagClassName
{
border-color: #CB2F67;
}
</style>