Shades of Cerise #C22C6A
Tints of Cerise #C22C6A
RGB
CMYK
RGB Variations
Color information
#C22C6A (or 0xC22C6A) is known color: Cerise. HEX triplet: C2, 2C and 6A. RGB value is (194,44,106). Sum of RGB (Red+Green+Blue) = 194+44+106=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C6A is #3DD395. Grayscale: #5F5F5F. Windows color (decimal): -4051862 or 6958274. OLE color: 6958274.
HSL color Cylindrical-coordinate representation of color #C22C6A: hue angle of 335.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C6A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 106 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.24 |
| HSL | 335.2º | 0.63% | 0.47% | - |
| HSV(B) | 335.2º | 0.77% | 0.76% | - |
| XYZ | 25.75 | 14.31 | 15.04 | - |
| YUV | 95.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 106 | 0 | 0.77 | 0.45 | 0.24 | 335.2 | 0.63 | 0.47 |
| Hex | C2 | 2C | 6A | 0 | 4D | 2D | 18 | 14F | 3F | 2F |
| Octal | 302 | 54 | 152 | 0 | 115 | 55 | 30 | 517 | 77 | 57 |
| Binary | 11000010 | 101100 | 1101010 | 0 | 1001101 | 101101 | 11000 | 101001111 | 111111 | 101111 |
Color Harmonies of #C22C6A
Complementary color
Monochromatic Colors of #C22C6A
Black with #C22C6A
Text Example
Text Example
White with #C22C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C6A; }
p { color: rgb(194,44,106); }
H1.HeaderClassName
{
color: #C22C6A;
}
.AnyTagClassName
{
color: #C22C6A;
}
</style>
background-color css
<style>
a { background-color: #C22C6A; }
a { background-color: rgb(194,44,106); }
div.DivClassName
{
background-color: #C22C6A;
}
.BgClassName
{
background-color: #C22C6A;
}
</style>
border-color css
<style>
span { border-color: #C22C6A; }
span { border-color: rgb(194,44,106); }
td.TdClassName
{
border-color: #C22C6A;
}
.TagClassName
{
border-color: #C22C6A;
}
</style>