Shades of Cerise #C93260
Tints of Cerise #C93260
RGB
CMYK
RGB Variations
Color information
#C93260 (or 0xC93260) is known color: Cerise. HEX triplet: C9, 32 and 60. RGB value is (201,50,96). Sum of RGB (Red+Green+Blue) = 201+50+96=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C93260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93260 is #36CD9F. Grayscale: #646464. Windows color (decimal): -3591584 or 6304457. OLE color: 6304457.
HSL color Cylindrical-coordinate representation of color #C93260: hue angle of 341.72º 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 #C93260 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 96 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.21 |
| HSL | 341.72º | 0.6% | 0.49% | - |
| HSV(B) | 341.72º | 0.75% | 0.79% | - |
| XYZ | 27.34 | 15.54 | 12.63 | - |
| YUV | 100.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 96 | 0 | 0.75 | 0.52 | 0.21 | 341.72 | 0.6 | 0.49 |
| Hex | C9 | 32 | 60 | 0 | 4B | 34 | 15 | 156 | 3C | 31 |
| Octal | 311 | 62 | 140 | 0 | 113 | 64 | 25 | 526 | 74 | 61 |
| Binary | 11001001 | 110010 | 1100000 | 0 | 1001011 | 110100 | 10101 | 101010110 | 111100 | 110001 |
Color Harmonies of #C93260
Complementary color
Monochromatic Colors of #C93260
Black with #C93260
Text Example
Text Example
White with #C93260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93260; }
p { color: rgb(201,50,96); }
H1.HeaderClassName
{
color: #C93260;
}
.AnyTagClassName
{
color: #C93260;
}
</style>
background-color css
<style>
a { background-color: #C93260; }
a { background-color: rgb(201,50,96); }
div.DivClassName
{
background-color: #C93260;
}
.BgClassName
{
background-color: #C93260;
}
</style>
border-color css
<style>
span { border-color: #C93260; }
span { border-color: rgb(201,50,96); }
td.TdClassName
{
border-color: #C93260;
}
.TagClassName
{
border-color: #C93260;
}
</style>