Shades of Cerise #C32C6C
Tints of Cerise #C32C6C
RGB
CMYK
RGB Variations
Color information
#C32C6C (or 0xC32C6C) is known color: Cerise. HEX triplet: C3, 2C and 6C. RGB value is (195,44,108). Sum of RGB (Red+Green+Blue) = 195+44+108=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C6C is #3CD393. Grayscale: #606060. Windows color (decimal): -3986324 or 7089347. OLE color: 7089347.
HSL color Cylindrical-coordinate representation of color #C32C6C: hue angle of 334.57º 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 #C32C6C is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 108 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.24 |
| HSL | 334.57º | 0.63% | 0.47% | - |
| HSV(B) | 334.57º | 0.77% | 0.76% | - |
| XYZ | 26.11 | 14.49 | 15.61 | - |
| YUV | 96.45 | 134.53 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 108 | 0 | 0.77 | 0.45 | 0.24 | 334.57 | 0.63 | 0.47 |
| Hex | C3 | 2C | 6C | 0 | 4D | 2D | 18 | 14F | 3F | 2F |
| Octal | 303 | 54 | 154 | 0 | 115 | 55 | 30 | 517 | 77 | 57 |
| Binary | 11000011 | 101100 | 1101100 | 0 | 1001101 | 101101 | 11000 | 101001111 | 111111 | 101111 |
Color Harmonies of #C32C6C
Complementary color
Monochromatic Colors of #C32C6C
Black with #C32C6C
Text Example
Text Example
White with #C32C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C6C; }
p { color: rgb(195,44,108); }
H1.HeaderClassName
{
color: #C32C6C;
}
.AnyTagClassName
{
color: #C32C6C;
}
</style>
background-color css
<style>
a { background-color: #C32C6C; }
a { background-color: rgb(195,44,108); }
div.DivClassName
{
background-color: #C32C6C;
}
.BgClassName
{
background-color: #C32C6C;
}
</style>
border-color css
<style>
span { border-color: #C32C6C; }
span { border-color: rgb(195,44,108); }
td.TdClassName
{
border-color: #C32C6C;
}
.TagClassName
{
border-color: #C32C6C;
}
</style>