Shades of Cerise #CB2F6D
Tints of Cerise #CB2F6D
RGB
CMYK
RGB Variations
Color information
#CB2F6D (or 0xCB2F6D) is known color: Cerise. HEX triplet: CB, 2F and 6D. RGB value is (203,47,109). Sum of RGB (Red+Green+Blue) = 203+47+109=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F6D is #34D092. Grayscale: #646464. Windows color (decimal): -3461267 or 7155659. OLE color: 7155659.
HSL color Cylindrical-coordinate representation of color #CB2F6D: hue angle of 336.15º 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 #CB2F6D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 109 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.20 |
| HSL | 336.15º | 0.62% | 0.49% | - |
| HSV(B) | 336.15º | 0.77% | 0.8% | - |
| XYZ | 28.41 | 15.83 | 16.03 | - |
| YUV | 100.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 109 | 0 | 0.77 | 0.46 | 0.20 | 336.15 | 0.62 | 0.49 |
| Hex | CB | 2F | 6D | 0 | 4D | 2E | 14 | 150 | 3E | 31 |
| Octal | 313 | 57 | 155 | 0 | 115 | 56 | 24 | 520 | 76 | 61 |
| Binary | 11001011 | 101111 | 1101101 | 0 | 1001101 | 101110 | 10100 | 101010000 | 111110 | 110001 |
Color Harmonies of #CB2F6D
Complementary color
Monochromatic Colors of #CB2F6D
Black with #CB2F6D
Text Example
Text Example
White with #CB2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F6D; }
p { color: rgb(203,47,109); }
H1.HeaderClassName
{
color: #CB2F6D;
}
.AnyTagClassName
{
color: #CB2F6D;
}
</style>
background-color css
<style>
a { background-color: #CB2F6D; }
a { background-color: rgb(203,47,109); }
div.DivClassName
{
background-color: #CB2F6D;
}
.BgClassName
{
background-color: #CB2F6D;
}
</style>
border-color css
<style>
span { border-color: #CB2F6D; }
span { border-color: rgb(203,47,109); }
td.TdClassName
{
border-color: #CB2F6D;
}
.TagClassName
{
border-color: #CB2F6D;
}
</style>