Shades of Cerise #C32E6A
Tints of Cerise #C32E6A
RGB
CMYK
RGB Variations
Color information
#C32E6A (or 0xC32E6A) is known color: Cerise. HEX triplet: C3, 2E and 6A. RGB value is (195,46,106). Sum of RGB (Red+Green+Blue) = 195+46+106=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E6A is #3CD195. Grayscale: #616161. Windows color (decimal): -3985814 or 6958787. OLE color: 6958787.
HSL color Cylindrical-coordinate representation of color #C32E6A: hue angle of 335.84º 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 #C32E6A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 106 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.24 |
| HSL | 335.84º | 0.62% | 0.47% | - |
| HSV(B) | 335.84º | 0.76% | 0.76% | - |
| XYZ | 26.08 | 14.6 | 15.08 | - |
| YUV | 97.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 106 | 0 | 0.76 | 0.46 | 0.24 | 335.84 | 0.62 | 0.47 |
| Hex | C3 | 2E | 6A | 0 | 4C | 2E | 18 | 150 | 3E | 2F |
| Octal | 303 | 56 | 152 | 0 | 114 | 56 | 30 | 520 | 76 | 57 |
| Binary | 11000011 | 101110 | 1101010 | 0 | 1001100 | 101110 | 11000 | 101010000 | 111110 | 101111 |
Color Harmonies of #C32E6A
Complementary color
Monochromatic Colors of #C32E6A
Black with #C32E6A
Text Example
Text Example
White with #C32E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E6A; }
p { color: rgb(195,46,106); }
H1.HeaderClassName
{
color: #C32E6A;
}
.AnyTagClassName
{
color: #C32E6A;
}
</style>
background-color css
<style>
a { background-color: #C32E6A; }
a { background-color: rgb(195,46,106); }
div.DivClassName
{
background-color: #C32E6A;
}
.BgClassName
{
background-color: #C32E6A;
}
</style>
border-color css
<style>
span { border-color: #C32E6A; }
span { border-color: rgb(195,46,106); }
td.TdClassName
{
border-color: #C32E6A;
}
.TagClassName
{
border-color: #C32E6A;
}
</style>