Shades of Cerise #C42B68
Tints of Cerise #C42B68
RGB
CMYK
RGB Variations
Color information
#C42B68 (or 0xC42B68) is known color: Cerise. HEX triplet: C4, 2B and 68. RGB value is (196,43,104). Sum of RGB (Red+Green+Blue) = 196+43+104=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B68 is #3BD497. Grayscale: #5F5F5F. Windows color (decimal): -3921048 or 6826948. OLE color: 6826948.
HSL color Cylindrical-coordinate representation of color #C42B68: hue angle of 336.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B68 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 104 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.23 |
| HSL | 336.08º | 0.64% | 0.47% | - |
| HSV(B) | 336.08º | 0.78% | 0.77% | - |
| XYZ | 26.13 | 14.46 | 14.51 | - |
| YUV | 95.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 104 | 0 | 0.78 | 0.47 | 0.23 | 336.08 | 0.64 | 0.47 |
| Hex | C4 | 2B | 68 | 0 | 4E | 2F | 17 | 150 | 40 | 2F |
| Octal | 304 | 53 | 150 | 0 | 116 | 57 | 27 | 520 | 100 | 57 |
| Binary | 11000100 | 101011 | 1101000 | 0 | 1001110 | 101111 | 10111 | 101010000 | 1000000 | 101111 |
Color Harmonies of #C42B68
Complementary color
Monochromatic Colors of #C42B68
Black with #C42B68
Text Example
Text Example
White with #C42B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B68; }
p { color: rgb(196,43,104); }
H1.HeaderClassName
{
color: #C42B68;
}
.AnyTagClassName
{
color: #C42B68;
}
</style>
background-color css
<style>
a { background-color: #C42B68; }
a { background-color: rgb(196,43,104); }
div.DivClassName
{
background-color: #C42B68;
}
.BgClassName
{
background-color: #C42B68;
}
</style>
border-color css
<style>
span { border-color: #C42B68; }
span { border-color: rgb(196,43,104); }
td.TdClassName
{
border-color: #C42B68;
}
.TagClassName
{
border-color: #C42B68;
}
</style>