Shades of Cerise #C32E69
Tints of Cerise #C32E69
RGB
CMYK
RGB Variations
Color information
#C32E69 (or 0xC32E69) is known color: Cerise. HEX triplet: C3, 2E and 69. RGB value is (195,46,105). Sum of RGB (Red+Green+Blue) = 195+46+105=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E69 is #3CD196. Grayscale: #616161. Windows color (decimal): -3985815 or 6893251. OLE color: 6893251.
HSL color Cylindrical-coordinate representation of color #C32E69: hue angle of 336.24º 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 #C32E69 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 105 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.24 |
| HSL | 336.24º | 0.62% | 0.47% | - |
| HSV(B) | 336.24º | 0.76% | 0.76% | - |
| XYZ | 26.03 | 14.58 | 14.81 | - |
| YUV | 97.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 105 | 0 | 0.76 | 0.46 | 0.24 | 336.24 | 0.62 | 0.47 |
| Hex | C3 | 2E | 69 | 0 | 4C | 2E | 18 | 150 | 3E | 2F |
| Octal | 303 | 56 | 151 | 0 | 114 | 56 | 30 | 520 | 76 | 57 |
| Binary | 11000011 | 101110 | 1101001 | 0 | 1001100 | 101110 | 11000 | 101010000 | 111110 | 101111 |
Color Harmonies of #C32E69
Complementary color
Monochromatic Colors of #C32E69
Black with #C32E69
Text Example
Text Example
White with #C32E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E69; }
p { color: rgb(195,46,105); }
H1.HeaderClassName
{
color: #C32E69;
}
.AnyTagClassName
{
color: #C32E69;
}
</style>
background-color css
<style>
a { background-color: #C32E69; }
a { background-color: rgb(195,46,105); }
div.DivClassName
{
background-color: #C32E69;
}
.BgClassName
{
background-color: #C32E69;
}
</style>
border-color css
<style>
span { border-color: #C32E69; }
span { border-color: rgb(195,46,105); }
td.TdClassName
{
border-color: #C32E69;
}
.TagClassName
{
border-color: #C32E69;
}
</style>