Shades of Cerise #C32769
Tints of Cerise #C32769
RGB
CMYK
RGB Variations
Color information
#C32769 (or 0xC32769) is known color: Cerise. HEX triplet: C3, 27 and 69. RGB value is (195,39,105). Sum of RGB (Red+Green+Blue) = 195+39+105=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32769 is #3CD896. Grayscale: #5D5D5D. Windows color (decimal): -3987607 or 6891459. OLE color: 6891459.
HSL color Cylindrical-coordinate representation of color #C32769: hue angle of 334.62º 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 #C32769 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 105 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.24 |
| HSL | 334.62º | 0.67% | 0.46% | - |
| HSV(B) | 334.62º | 0.8% | 0.76% | - |
| XYZ | 25.78 | 14.07 | 14.72 | - |
| YUV | 93.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 105 | 0 | 0.80 | 0.46 | 0.24 | 334.62 | 0.67 | 0.46 |
| Hex | C3 | 27 | 69 | 0 | 50 | 2E | 18 | 14F | 43 | 2E |
| Octal | 303 | 47 | 151 | 0 | 120 | 56 | 30 | 517 | 103 | 56 |
| Binary | 11000011 | 100111 | 1101001 | 0 | 1010000 | 101110 | 11000 | 101001111 | 1000011 | 101110 |
Color Harmonies of #C32769
Complementary color
Monochromatic Colors of #C32769
Black with #C32769
Text Example
Text Example
White with #C32769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32769; }
p { color: rgb(195,39,105); }
H1.HeaderClassName
{
color: #C32769;
}
.AnyTagClassName
{
color: #C32769;
}
</style>
background-color css
<style>
a { background-color: #C32769; }
a { background-color: rgb(195,39,105); }
div.DivClassName
{
background-color: #C32769;
}
.BgClassName
{
background-color: #C32769;
}
</style>
border-color css
<style>
span { border-color: #C32769; }
span { border-color: rgb(195,39,105); }
td.TdClassName
{
border-color: #C32769;
}
.TagClassName
{
border-color: #C32769;
}
</style>