Shades of Cerise #C12A67
Tints of Cerise #C12A67
RGB
CMYK
RGB Variations
Color information
#C12A67 (or 0xC12A67) is known color: Cerise. HEX triplet: C1, 2A and 67. RGB value is (193,42,103). Sum of RGB (Red+Green+Blue) = 193+42+103=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A67 is #3ED598. Grayscale: #5E5E5E. Windows color (decimal): -4117913 or 6761153. OLE color: 6761153.
HSL color Cylindrical-coordinate representation of color #C12A67: hue angle of 335.76º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A67 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 103 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.24 |
| HSL | 335.76º | 0.64% | 0.46% | - |
| HSV(B) | 335.76º | 0.78% | 0.76% | - |
| XYZ | 25.27 | 13.97 | 14.2 | - |
| YUV | 94.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 103 | 0 | 0.78 | 0.47 | 0.24 | 335.76 | 0.64 | 0.46 |
| Hex | C1 | 2A | 67 | 0 | 4E | 2F | 18 | 150 | 40 | 2E |
| Octal | 301 | 52 | 147 | 0 | 116 | 57 | 30 | 520 | 100 | 56 |
| Binary | 11000001 | 101010 | 1100111 | 0 | 1001110 | 101111 | 11000 | 101010000 | 1000000 | 101110 |
Color Harmonies of #C12A67
Complementary color
Monochromatic Colors of #C12A67
Black with #C12A67
Text Example
Text Example
White with #C12A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A67; }
p { color: rgb(193,42,103); }
H1.HeaderClassName
{
color: #C12A67;
}
.AnyTagClassName
{
color: #C12A67;
}
</style>
background-color css
<style>
a { background-color: #C12A67; }
a { background-color: rgb(193,42,103); }
div.DivClassName
{
background-color: #C12A67;
}
.BgClassName
{
background-color: #C12A67;
}
</style>
border-color css
<style>
span { border-color: #C12A67; }
span { border-color: rgb(193,42,103); }
td.TdClassName
{
border-color: #C12A67;
}
.TagClassName
{
border-color: #C12A67;
}
</style>