Shades of Cerise #C32768
Tints of Cerise #C32768
RGB
CMYK
RGB Variations
Color information
#C32768 (or 0xC32768) is known color: Cerise. HEX triplet: C3, 27 and 68. RGB value is (195,39,104). Sum of RGB (Red+Green+Blue) = 195+39+104=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C32768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32768 is #3CD897. Grayscale: #5C5C5C. Windows color (decimal): -3987608 or 6825923. OLE color: 6825923.
HSL color Cylindrical-coordinate representation of color #C32768: hue angle of 335º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32768 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 104 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.24 |
| HSL | 335º | 0.67% | 0.46% | - |
| HSV(B) | 335º | 0.8% | 0.76% | - |
| XYZ | 25.73 | 14.05 | 14.45 | - |
| YUV | 93.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 104 | 0 | 0.80 | 0.47 | 0.24 | 335 | 0.67 | 0.46 |
| Hex | C3 | 27 | 68 | 0 | 50 | 2F | 18 | 14F | 43 | 2E |
| Octal | 303 | 47 | 150 | 0 | 120 | 57 | 30 | 517 | 103 | 56 |
| Binary | 11000011 | 100111 | 1101000 | 0 | 1010000 | 101111 | 11000 | 101001111 | 1000011 | 101110 |
Color Harmonies of #C32768
Complementary color
Monochromatic Colors of #C32768
Black with #C32768
Text Example
Text Example
White with #C32768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32768; }
p { color: rgb(195,39,104); }
H1.HeaderClassName
{
color: #C32768;
}
.AnyTagClassName
{
color: #C32768;
}
</style>
background-color css
<style>
a { background-color: #C32768; }
a { background-color: rgb(195,39,104); }
div.DivClassName
{
background-color: #C32768;
}
.BgClassName
{
background-color: #C32768;
}
</style>
border-color css
<style>
span { border-color: #C32768; }
span { border-color: rgb(195,39,104); }
td.TdClassName
{
border-color: #C32768;
}
.TagClassName
{
border-color: #C32768;
}
</style>