Shades of Cerise #C93368
Tints of Cerise #C93368
RGB
CMYK
RGB Variations
Color information
#C93368 (or 0xC93368) is known color: Cerise. HEX triplet: C9, 33 and 68. RGB value is (201,51,104). Sum of RGB (Red+Green+Blue) = 201+51+104=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93368 is #36CC97. Grayscale: #656565. Windows color (decimal): -3591320 or 6829001. OLE color: 6829001.
HSL color Cylindrical-coordinate representation of color #C93368: hue angle of 338.8º 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 #C93368 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 104 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.21 |
| HSL | 338.8º | 0.6% | 0.49% | - |
| HSV(B) | 338.8º | 0.75% | 0.79% | - |
| XYZ | 27.77 | 15.78 | 14.68 | - |
| YUV | 101.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 104 | 0 | 0.75 | 0.48 | 0.21 | 338.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 68 | 0 | 4B | 30 | 15 | 153 | 3C | 31 |
| Octal | 311 | 63 | 150 | 0 | 113 | 60 | 25 | 523 | 74 | 61 |
| Binary | 11001001 | 110011 | 1101000 | 0 | 1001011 | 110000 | 10101 | 101010011 | 111100 | 110001 |
Color Harmonies of #C93368
Complementary color
Monochromatic Colors of #C93368
Black with #C93368
Text Example
Text Example
White with #C93368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93368; }
p { color: rgb(201,51,104); }
H1.HeaderClassName
{
color: #C93368;
}
.AnyTagClassName
{
color: #C93368;
}
</style>
background-color css
<style>
a { background-color: #C93368; }
a { background-color: rgb(201,51,104); }
div.DivClassName
{
background-color: #C93368;
}
.BgClassName
{
background-color: #C93368;
}
</style>
border-color css
<style>
span { border-color: #C93368; }
span { border-color: rgb(201,51,104); }
td.TdClassName
{
border-color: #C93368;
}
.TagClassName
{
border-color: #C93368;
}
</style>