Shades of Cerise #C32E68
Tints of Cerise #C32E68
RGB
CMYK
RGB Variations
Color information
#C32E68 (or 0xC32E68) is known color: Cerise. HEX triplet: C3, 2E and 68. RGB value is (195,46,104). Sum of RGB (Red+Green+Blue) = 195+46+104=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E68 is #3CD197. Grayscale: #616161. Windows color (decimal): -3985816 or 6827715. OLE color: 6827715.
HSL color Cylindrical-coordinate representation of color #C32E68: hue angle of 336.64º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E68 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 104 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.24 |
| HSL | 336.64º | 0.62% | 0.47% | - |
| HSV(B) | 336.64º | 0.76% | 0.76% | - |
| XYZ | 25.98 | 14.56 | 14.54 | - |
| YUV | 97.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 104 | 0 | 0.76 | 0.47 | 0.24 | 336.64 | 0.62 | 0.47 |
| Hex | C3 | 2E | 68 | 0 | 4C | 2F | 18 | 151 | 3E | 2F |
| Octal | 303 | 56 | 150 | 0 | 114 | 57 | 30 | 521 | 76 | 57 |
| Binary | 11000011 | 101110 | 1101000 | 0 | 1001100 | 101111 | 11000 | 101010001 | 111110 | 101111 |
Color Harmonies of #C32E68
Complementary color
Monochromatic Colors of #C32E68
Black with #C32E68
Text Example
Text Example
White with #C32E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E68; }
p { color: rgb(195,46,104); }
H1.HeaderClassName
{
color: #C32E68;
}
.AnyTagClassName
{
color: #C32E68;
}
</style>
background-color css
<style>
a { background-color: #C32E68; }
a { background-color: rgb(195,46,104); }
div.DivClassName
{
background-color: #C32E68;
}
.BgClassName
{
background-color: #C32E68;
}
</style>
border-color css
<style>
span { border-color: #C32E68; }
span { border-color: rgb(195,46,104); }
td.TdClassName
{
border-color: #C32E68;
}
.TagClassName
{
border-color: #C32E68;
}
</style>