Shades of Cerise #C93362
Tints of Cerise #C93362
RGB
CMYK
RGB Variations
Color information
#C93362 (or 0xC93362) is known color: Cerise. HEX triplet: C9, 33 and 62. RGB value is (201,51,98). Sum of RGB (Red+Green+Blue) = 201+51+98=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C93362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93362 is #36CC9D. Grayscale: #656565. Windows color (decimal): -3591326 or 6435785. OLE color: 6435785.
HSL color Cylindrical-coordinate representation of color #C93362: hue angle of 341.2º 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 #C93362 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 98 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.21 |
| HSL | 341.2º | 0.6% | 0.49% | - |
| HSV(B) | 341.2º | 0.75% | 0.79% | - |
| XYZ | 27.48 | 15.67 | 13.13 | - |
| YUV | 101.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 98 | 0 | 0.75 | 0.51 | 0.21 | 341.2 | 0.6 | 0.49 |
| Hex | C9 | 33 | 62 | 0 | 4B | 33 | 15 | 155 | 3C | 31 |
| Octal | 311 | 63 | 142 | 0 | 113 | 63 | 25 | 525 | 74 | 61 |
| Binary | 11001001 | 110011 | 1100010 | 0 | 1001011 | 110011 | 10101 | 101010101 | 111100 | 110001 |
Color Harmonies of #C93362
Complementary color
Monochromatic Colors of #C93362
Black with #C93362
Text Example
Text Example
White with #C93362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93362; }
p { color: rgb(201,51,98); }
H1.HeaderClassName
{
color: #C93362;
}
.AnyTagClassName
{
color: #C93362;
}
</style>
background-color css
<style>
a { background-color: #C93362; }
a { background-color: rgb(201,51,98); }
div.DivClassName
{
background-color: #C93362;
}
.BgClassName
{
background-color: #C93362;
}
</style>
border-color css
<style>
span { border-color: #C93362; }
span { border-color: rgb(201,51,98); }
td.TdClassName
{
border-color: #C93362;
}
.TagClassName
{
border-color: #C93362;
}
</style>