Shades of Cerise #C42F66
Tints of Cerise #C42F66
RGB
CMYK
RGB Variations
Color information
#C42F66 (or 0xC42F66) is known color: Cerise. HEX triplet: C4, 2F and 66. RGB value is (196,47,102). Sum of RGB (Red+Green+Blue) = 196+47+102=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F66 is #3BD099. Grayscale: #616161. Windows color (decimal): -3920026 or 6696900. OLE color: 6696900.
HSL color Cylindrical-coordinate representation of color #C42F66: hue angle of 337.85º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F66 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 102 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.23 |
| HSL | 337.85º | 0.61% | 0.48% | - |
| HSV(B) | 337.85º | 0.76% | 0.77% | - |
| XYZ | 26.18 | 14.73 | 14.03 | - |
| YUV | 97.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 102 | 0 | 0.76 | 0.48 | 0.23 | 337.85 | 0.61 | 0.48 |
| Hex | C4 | 2F | 66 | 0 | 4C | 30 | 17 | 152 | 3D | 30 |
| Octal | 304 | 57 | 146 | 0 | 114 | 60 | 27 | 522 | 75 | 60 |
| Binary | 11000100 | 101111 | 1100110 | 0 | 1001100 | 110000 | 10111 | 101010010 | 111101 | 110000 |
Color Harmonies of #C42F66
Complementary color
Monochromatic Colors of #C42F66
Black with #C42F66
Text Example
Text Example
White with #C42F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F66; }
p { color: rgb(196,47,102); }
H1.HeaderClassName
{
color: #C42F66;
}
.AnyTagClassName
{
color: #C42F66;
}
</style>
background-color css
<style>
a { background-color: #C42F66; }
a { background-color: rgb(196,47,102); }
div.DivClassName
{
background-color: #C42F66;
}
.BgClassName
{
background-color: #C42F66;
}
</style>
border-color css
<style>
span { border-color: #C42F66; }
span { border-color: rgb(196,47,102); }
td.TdClassName
{
border-color: #C42F66;
}
.TagClassName
{
border-color: #C42F66;
}
</style>