Shades of Cerise #C32967
Tints of Cerise #C32967
RGB
CMYK
RGB Variations
Color information
#C32967 (or 0xC32967) is known color: Cerise. HEX triplet: C3, 29 and 67. RGB value is (195,41,103). Sum of RGB (Red+Green+Blue) = 195+41+103=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32967 is #3CD698. Grayscale: #5E5E5E. Windows color (decimal): -3987097 or 6760899. OLE color: 6760899.
HSL color Cylindrical-coordinate representation of color #C32967: hue angle of 335.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32967 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 103 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.24 |
| HSL | 335.84º | 0.65% | 0.46% | - |
| HSV(B) | 335.84º | 0.79% | 0.76% | - |
| XYZ | 25.75 | 14.17 | 14.21 | - |
| YUV | 94.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 103 | 0 | 0.79 | 0.47 | 0.24 | 335.84 | 0.65 | 0.46 |
| Hex | C3 | 29 | 67 | 0 | 4F | 2F | 18 | 150 | 41 | 2E |
| Octal | 303 | 51 | 147 | 0 | 117 | 57 | 30 | 520 | 101 | 56 |
| Binary | 11000011 | 101001 | 1100111 | 0 | 1001111 | 101111 | 11000 | 101010000 | 1000001 | 101110 |
Color Harmonies of #C32967
Complementary color
Monochromatic Colors of #C32967
Black with #C32967
Text Example
Text Example
White with #C32967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32967; }
p { color: rgb(195,41,103); }
H1.HeaderClassName
{
color: #C32967;
}
.AnyTagClassName
{
color: #C32967;
}
</style>
background-color css
<style>
a { background-color: #C32967; }
a { background-color: rgb(195,41,103); }
div.DivClassName
{
background-color: #C32967;
}
.BgClassName
{
background-color: #C32967;
}
</style>
border-color css
<style>
span { border-color: #C32967; }
span { border-color: rgb(195,41,103); }
td.TdClassName
{
border-color: #C32967;
}
.TagClassName
{
border-color: #C32967;
}
</style>