Shades of Cerise #C9256D
Tints of Cerise #C9256D
RGB
CMYK
RGB Variations
Color information
#C9256D (or 0xC9256D) is known color: Cerise. HEX triplet: C9, 25 and 6D. RGB value is (201,37,109). Sum of RGB (Red+Green+Blue) = 201+37+109=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9256D is #36DA92. Grayscale: #5E5E5E. Windows color (decimal): -3594899 or 7153097. OLE color: 7153097.
HSL color Cylindrical-coordinate representation of color #C9256D: hue angle of 333.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9256D is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 109 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.21 |
| HSL | 333.66º | 0.69% | 0.47% | - |
| HSV(B) | 333.66º | 0.82% | 0.79% | - |
| XYZ | 27.51 | 14.84 | 15.88 | - |
| YUV | 94.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 109 | 0 | 0.82 | 0.46 | 0.21 | 333.66 | 0.69 | 0.47 |
| Hex | C9 | 25 | 6D | 0 | 52 | 2E | 15 | 14E | 45 | 2F |
| Octal | 311 | 45 | 155 | 0 | 122 | 56 | 25 | 516 | 105 | 57 |
| Binary | 11001001 | 100101 | 1101101 | 0 | 1010010 | 101110 | 10101 | 101001110 | 1000101 | 101111 |
Color Harmonies of #C9256D
Complementary color
Monochromatic Colors of #C9256D
Black with #C9256D
Text Example
Text Example
White with #C9256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9256D; }
p { color: rgb(201,37,109); }
H1.HeaderClassName
{
color: #C9256D;
}
.AnyTagClassName
{
color: #C9256D;
}
</style>
background-color css
<style>
a { background-color: #C9256D; }
a { background-color: rgb(201,37,109); }
div.DivClassName
{
background-color: #C9256D;
}
.BgClassName
{
background-color: #C9256D;
}
</style>
border-color css
<style>
span { border-color: #C9256D; }
span { border-color: rgb(201,37,109); }
td.TdClassName
{
border-color: #C9256D;
}
.TagClassName
{
border-color: #C9256D;
}
</style>