Shades of Cerise #C12B6A
Tints of Cerise #C12B6A
RGB
CMYK
RGB Variations
Color information
#C12B6A (or 0xC12B6A) is known color: Cerise. HEX triplet: C1, 2B and 6A. RGB value is (193,43,106). Sum of RGB (Red+Green+Blue) = 193+43+106=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B6A is #3ED495. Grayscale: #5E5E5E. Windows color (decimal): -4117654 or 6958017. OLE color: 6958017.
HSL color Cylindrical-coordinate representation of color #C12B6A: hue angle of 334.8º 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 #C12B6A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 106 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.24 |
| HSL | 334.8º | 0.64% | 0.46% | - |
| HSV(B) | 334.8º | 0.78% | 0.76% | - |
| XYZ | 25.46 | 14.11 | 15.02 | - |
| YUV | 95.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 106 | 0 | 0.78 | 0.45 | 0.24 | 334.8 | 0.64 | 0.46 |
| Hex | C1 | 2B | 6A | 0 | 4E | 2D | 18 | 14F | 40 | 2E |
| Octal | 301 | 53 | 152 | 0 | 116 | 55 | 30 | 517 | 100 | 56 |
| Binary | 11000001 | 101011 | 1101010 | 0 | 1001110 | 101101 | 11000 | 101001111 | 1000000 | 101110 |
Color Harmonies of #C12B6A
Complementary color
Monochromatic Colors of #C12B6A
Black with #C12B6A
Text Example
Text Example
White with #C12B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B6A; }
p { color: rgb(193,43,106); }
H1.HeaderClassName
{
color: #C12B6A;
}
.AnyTagClassName
{
color: #C12B6A;
}
</style>
background-color css
<style>
a { background-color: #C12B6A; }
a { background-color: rgb(193,43,106); }
div.DivClassName
{
background-color: #C12B6A;
}
.BgClassName
{
background-color: #C12B6A;
}
</style>
border-color css
<style>
span { border-color: #C12B6A; }
span { border-color: rgb(193,43,106); }
td.TdClassName
{
border-color: #C12B6A;
}
.TagClassName
{
border-color: #C12B6A;
}
</style>