Shades of Cerise #C93A6C
Tints of Cerise #C93A6C
RGB
CMYK
RGB Variations
Color information
#C93A6C (or 0xC93A6C) is known color: Cerise. HEX triplet: C9, 3A and 6C. RGB value is (201,58,108). Sum of RGB (Red+Green+Blue) = 201+58+108=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A6C is #36C593. Grayscale: #6A6A6A. Windows color (decimal): -3589524 or 7092937. OLE color: 7092937.
HSL color Cylindrical-coordinate representation of color #C93A6C: hue angle of 339.02º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A6C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 108 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.21 |
| HSL | 339.02º | 0.57% | 0.51% | - |
| HSV(B) | 339.02º | 0.71% | 0.79% | - |
| XYZ | 28.31 | 16.53 | 15.89 | - |
| YUV | 106.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 108 | 0 | 0.71 | 0.46 | 0.21 | 339.02 | 0.57 | 0.51 |
| Hex | C9 | 3A | 6C | 0 | 47 | 2E | 15 | 153 | 39 | 33 |
| Octal | 311 | 72 | 154 | 0 | 107 | 56 | 25 | 523 | 71 | 63 |
| Binary | 11001001 | 111010 | 1101100 | 0 | 1000111 | 101110 | 10101 | 101010011 | 111001 | 110011 |
Color Harmonies of #C93A6C
Complementary color
Monochromatic Colors of #C93A6C
Black with #C93A6C
Text Example
Text Example
White with #C93A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A6C; }
p { color: rgb(201,58,108); }
H1.HeaderClassName
{
color: #C93A6C;
}
.AnyTagClassName
{
color: #C93A6C;
}
</style>
background-color css
<style>
a { background-color: #C93A6C; }
a { background-color: rgb(201,58,108); }
div.DivClassName
{
background-color: #C93A6C;
}
.BgClassName
{
background-color: #C93A6C;
}
</style>
border-color css
<style>
span { border-color: #C93A6C; }
span { border-color: rgb(201,58,108); }
td.TdClassName
{
border-color: #C93A6C;
}
.TagClassName
{
border-color: #C93A6C;
}
</style>