Shades of Cerise #C93261
Tints of Cerise #C93261
RGB
CMYK
RGB Variations
Color information
#C93261 (or 0xC93261) is known color: Cerise. HEX triplet: C9, 32 and 61. RGB value is (201,50,97). Sum of RGB (Red+Green+Blue) = 201+50+97=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C93261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93261 is #36CD9E. Grayscale: #646464. Windows color (decimal): -3591583 or 6369993. OLE color: 6369993.
HSL color Cylindrical-coordinate representation of color #C93261: hue angle of 341.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93261 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 97 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.21 |
| HSL | 341.32º | 0.6% | 0.49% | - |
| HSV(B) | 341.32º | 0.75% | 0.79% | - |
| XYZ | 27.39 | 15.56 | 12.87 | - |
| YUV | 100.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 97 | 0 | 0.75 | 0.52 | 0.21 | 341.32 | 0.6 | 0.49 |
| Hex | C9 | 32 | 61 | 0 | 4B | 34 | 15 | 155 | 3C | 31 |
| Octal | 311 | 62 | 141 | 0 | 113 | 64 | 25 | 525 | 74 | 61 |
| Binary | 11001001 | 110010 | 1100001 | 0 | 1001011 | 110100 | 10101 | 101010101 | 111100 | 110001 |
Color Harmonies of #C93261
Complementary color
Monochromatic Colors of #C93261
Black with #C93261
Text Example
Text Example
White with #C93261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93261; }
p { color: rgb(201,50,97); }
H1.HeaderClassName
{
color: #C93261;
}
.AnyTagClassName
{
color: #C93261;
}
</style>
background-color css
<style>
a { background-color: #C93261; }
a { background-color: rgb(201,50,97); }
div.DivClassName
{
background-color: #C93261;
}
.BgClassName
{
background-color: #C93261;
}
</style>
border-color css
<style>
span { border-color: #C93261; }
span { border-color: rgb(201,50,97); }
td.TdClassName
{
border-color: #C93261;
}
.TagClassName
{
border-color: #C93261;
}
</style>