Shades of Cerise #C93466
Tints of Cerise #C93466
RGB
CMYK
RGB Variations
Color information
#C93466 (or 0xC93466) is known color: Cerise. HEX triplet: C9, 34 and 66. RGB value is (201,52,102). Sum of RGB (Red+Green+Blue) = 201+52+102=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93466 is #36CB99. Grayscale: #666666. Windows color (decimal): -3591066 or 6698185. OLE color: 6698185.
HSL color Cylindrical-coordinate representation of color #C93466: hue angle of 339.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93466 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 102 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.21 |
| HSL | 339.87º | 0.59% | 0.5% | - |
| HSV(B) | 339.87º | 0.74% | 0.79% | - |
| XYZ | 27.71 | 15.83 | 14.17 | - |
| YUV | 102.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 102 | 0 | 0.74 | 0.49 | 0.21 | 339.87 | 0.59 | 0.5 |
| Hex | C9 | 34 | 66 | 0 | 4A | 31 | 15 | 154 | 3B | 32 |
| Octal | 311 | 64 | 146 | 0 | 112 | 61 | 25 | 524 | 73 | 62 |
| Binary | 11001001 | 110100 | 1100110 | 0 | 1001010 | 110001 | 10101 | 101010100 | 111011 | 110010 |
Color Harmonies of #C93466
Complementary color
Monochromatic Colors of #C93466
Black with #C93466
Text Example
Text Example
White with #C93466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93466; }
p { color: rgb(201,52,102); }
H1.HeaderClassName
{
color: #C93466;
}
.AnyTagClassName
{
color: #C93466;
}
</style>
background-color css
<style>
a { background-color: #C93466; }
a { background-color: rgb(201,52,102); }
div.DivClassName
{
background-color: #C93466;
}
.BgClassName
{
background-color: #C93466;
}
</style>
border-color css
<style>
span { border-color: #C93466; }
span { border-color: rgb(201,52,102); }
td.TdClassName
{
border-color: #C93466;
}
.TagClassName
{
border-color: #C93466;
}
</style>