Shades of Cerise #C32A6B
Tints of Cerise #C32A6B
RGB
CMYK
RGB Variations
Color information
#C32A6B (or 0xC32A6B) is known color: Cerise. HEX triplet: C3, 2A and 6B. RGB value is (195,42,107). Sum of RGB (Red+Green+Blue) = 195+42+107=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A6B is #3CD594. Grayscale: #5F5F5F. Windows color (decimal): -3986837 or 7023299. OLE color: 7023299.
HSL color Cylindrical-coordinate representation of color #C32A6B: hue angle of 334.51º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A6B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 107 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.24 |
| HSL | 334.51º | 0.65% | 0.46% | - |
| HSV(B) | 334.51º | 0.78% | 0.76% | - |
| XYZ | 25.99 | 14.32 | 15.3 | - |
| YUV | 95.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 107 | 0 | 0.78 | 0.45 | 0.24 | 334.51 | 0.65 | 0.46 |
| Hex | C3 | 2A | 6B | 0 | 4E | 2D | 18 | 14F | 41 | 2E |
| Octal | 303 | 52 | 153 | 0 | 116 | 55 | 30 | 517 | 101 | 56 |
| Binary | 11000011 | 101010 | 1101011 | 0 | 1001110 | 101101 | 11000 | 101001111 | 1000001 | 101110 |
Color Harmonies of #C32A6B
Complementary color
Monochromatic Colors of #C32A6B
Black with #C32A6B
Text Example
Text Example
White with #C32A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A6B; }
p { color: rgb(195,42,107); }
H1.HeaderClassName
{
color: #C32A6B;
}
.AnyTagClassName
{
color: #C32A6B;
}
</style>
background-color css
<style>
a { background-color: #C32A6B; }
a { background-color: rgb(195,42,107); }
div.DivClassName
{
background-color: #C32A6B;
}
.BgClassName
{
background-color: #C32A6B;
}
</style>
border-color css
<style>
span { border-color: #C32A6B; }
span { border-color: rgb(195,42,107); }
td.TdClassName
{
border-color: #C32A6B;
}
.TagClassName
{
border-color: #C32A6B;
}
</style>