Shades of Cerise #C22D6B
Tints of Cerise #C22D6B
RGB
CMYK
RGB Variations
Color information
#C22D6B (or 0xC22D6B) is known color: Cerise. HEX triplet: C2, 2D and 6B. RGB value is (194,45,107). Sum of RGB (Red+Green+Blue) = 194+45+107=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D6B is #3DD294. Grayscale: #606060. Windows color (decimal): -4051605 or 7024066. OLE color: 7024066.
HSL color Cylindrical-coordinate representation of color #C22D6B: hue angle of 335.03º degrees, saturation: 0.62, 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 #C22D6B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 107 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.24 |
| HSL | 335.03º | 0.62% | 0.47% | - |
| HSV(B) | 335.03º | 0.77% | 0.76% | - |
| XYZ | 25.84 | 14.41 | 15.33 | - |
| YUV | 96.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 107 | 0 | 0.77 | 0.45 | 0.24 | 335.03 | 0.62 | 0.47 |
| Hex | C2 | 2D | 6B | 0 | 4D | 2D | 18 | 14F | 3E | 2F |
| Octal | 302 | 55 | 153 | 0 | 115 | 55 | 30 | 517 | 76 | 57 |
| Binary | 11000010 | 101101 | 1101011 | 0 | 1001101 | 101101 | 11000 | 101001111 | 111110 | 101111 |
Color Harmonies of #C22D6B
Complementary color
Monochromatic Colors of #C22D6B
Black with #C22D6B
Text Example
Text Example
White with #C22D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D6B; }
p { color: rgb(194,45,107); }
H1.HeaderClassName
{
color: #C22D6B;
}
.AnyTagClassName
{
color: #C22D6B;
}
</style>
background-color css
<style>
a { background-color: #C22D6B; }
a { background-color: rgb(194,45,107); }
div.DivClassName
{
background-color: #C22D6B;
}
.BgClassName
{
background-color: #C22D6B;
}
</style>
border-color css
<style>
span { border-color: #C22D6B; }
span { border-color: rgb(194,45,107); }
td.TdClassName
{
border-color: #C22D6B;
}
.TagClassName
{
border-color: #C22D6B;
}
</style>