Shades of Cerise #CB2F5D
Tints of Cerise #CB2F5D
RGB
CMYK
RGB Variations
Color information
#CB2F5D (or 0xCB2F5D) is known color: Cerise. HEX triplet: CB, 2F and 5D. RGB value is (203,47,93). Sum of RGB (Red+Green+Blue) = 203+47+93=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F5D is #34D0A2. Grayscale: #626262. Windows color (decimal): -3461283 or 6107083. OLE color: 6107083.
HSL color Cylindrical-coordinate representation of color #CB2F5D: hue angle of 342.31º 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 #CB2F5D is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 93 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.20 |
| HSL | 342.31º | 0.62% | 0.49% | - |
| HSV(B) | 342.31º | 0.77% | 0.8% | - |
| XYZ | 27.62 | 15.52 | 11.9 | - |
| YUV | 98.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 93 | 0 | 0.77 | 0.54 | 0.20 | 342.31 | 0.62 | 0.49 |
| Hex | CB | 2F | 5D | 0 | 4D | 36 | 14 | 156 | 3E | 31 |
| Octal | 313 | 57 | 135 | 0 | 115 | 66 | 24 | 526 | 76 | 61 |
| Binary | 11001011 | 101111 | 1011101 | 0 | 1001101 | 110110 | 10100 | 101010110 | 111110 | 110001 |
Color Harmonies of #CB2F5D
Complementary color
Monochromatic Colors of #CB2F5D
Black with #CB2F5D
Text Example
Text Example
White with #CB2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F5D; }
p { color: rgb(203,47,93); }
H1.HeaderClassName
{
color: #CB2F5D;
}
.AnyTagClassName
{
color: #CB2F5D;
}
</style>
background-color css
<style>
a { background-color: #CB2F5D; }
a { background-color: rgb(203,47,93); }
div.DivClassName
{
background-color: #CB2F5D;
}
.BgClassName
{
background-color: #CB2F5D;
}
</style>
border-color css
<style>
span { border-color: #CB2F5D; }
span { border-color: rgb(203,47,93); }
td.TdClassName
{
border-color: #CB2F5D;
}
.TagClassName
{
border-color: #CB2F5D;
}
</style>