Shades of Cerise #C12968
Tints of Cerise #C12968
RGB
CMYK
RGB Variations
Color information
#C12968 (or 0xC12968) is known color: Cerise. HEX triplet: C1, 29 and 68. RGB value is (193,41,104). Sum of RGB (Red+Green+Blue) = 193+41+104=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C12968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12968 is #3ED697. Grayscale: #5D5D5D. Windows color (decimal): -4118168 or 6826433. OLE color: 6826433.
HSL color Cylindrical-coordinate representation of color #C12968: hue angle of 335.13º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12968 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 104 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.24 |
| HSL | 335.13º | 0.65% | 0.46% | - |
| HSV(B) | 335.13º | 0.79% | 0.76% | - |
| XYZ | 25.28 | 13.92 | 14.45 | - |
| YUV | 93.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 104 | 0 | 0.79 | 0.46 | 0.24 | 335.13 | 0.65 | 0.46 |
| Hex | C1 | 29 | 68 | 0 | 4F | 2E | 18 | 14F | 41 | 2E |
| Octal | 301 | 51 | 150 | 0 | 117 | 56 | 30 | 517 | 101 | 56 |
| Binary | 11000001 | 101001 | 1101000 | 0 | 1001111 | 101110 | 11000 | 101001111 | 1000001 | 101110 |
Color Harmonies of #C12968
Complementary color
Monochromatic Colors of #C12968
Black with #C12968
Text Example
Text Example
White with #C12968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12968; }
p { color: rgb(193,41,104); }
H1.HeaderClassName
{
color: #C12968;
}
.AnyTagClassName
{
color: #C12968;
}
</style>
background-color css
<style>
a { background-color: #C12968; }
a { background-color: rgb(193,41,104); }
div.DivClassName
{
background-color: #C12968;
}
.BgClassName
{
background-color: #C12968;
}
</style>
border-color css
<style>
span { border-color: #C12968; }
span { border-color: rgb(193,41,104); }
td.TdClassName
{
border-color: #C12968;
}
.TagClassName
{
border-color: #C12968;
}
</style>