Shades of Cerise #C93062
Tints of Cerise #C93062
RGB
CMYK
RGB Variations
Color information
#C93062 (or 0xC93062) is known color: Cerise. HEX triplet: C9, 30 and 62. RGB value is (201,48,98). Sum of RGB (Red+Green+Blue) = 201+48+98=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C93062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93062 is #36CF9D. Grayscale: #636363. Windows color (decimal): -3592094 or 6435017. OLE color: 6435017.
HSL color Cylindrical-coordinate representation of color #C93062: hue angle of 340.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93062 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 98 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.21 |
| HSL | 340.39º | 0.61% | 0.49% | - |
| HSV(B) | 340.39º | 0.76% | 0.79% | - |
| XYZ | 27.35 | 15.41 | 13.09 | - |
| YUV | 99.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 98 | 0 | 0.76 | 0.51 | 0.21 | 340.39 | 0.61 | 0.49 |
| Hex | C9 | 30 | 62 | 0 | 4C | 33 | 15 | 154 | 3D | 31 |
| Octal | 311 | 60 | 142 | 0 | 114 | 63 | 25 | 524 | 75 | 61 |
| Binary | 11001001 | 110000 | 1100010 | 0 | 1001100 | 110011 | 10101 | 101010100 | 111101 | 110001 |
Color Harmonies of #C93062
Complementary color
Monochromatic Colors of #C93062
Black with #C93062
Text Example
Text Example
White with #C93062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93062; }
p { color: rgb(201,48,98); }
H1.HeaderClassName
{
color: #C93062;
}
.AnyTagClassName
{
color: #C93062;
}
</style>
background-color css
<style>
a { background-color: #C93062; }
a { background-color: rgb(201,48,98); }
div.DivClassName
{
background-color: #C93062;
}
.BgClassName
{
background-color: #C93062;
}
</style>
border-color css
<style>
span { border-color: #C93062; }
span { border-color: rgb(201,48,98); }
td.TdClassName
{
border-color: #C93062;
}
.TagClassName
{
border-color: #C93062;
}
</style>