Shades of Cerise #C32F6B
Tints of Cerise #C32F6B
RGB
CMYK
RGB Variations
Color information
#C32F6B (or 0xC32F6B) is known color: Cerise. HEX triplet: C3, 2F and 6B. RGB value is (195,47,107). Sum of RGB (Red+Green+Blue) = 195+47+107=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32F6B is #3CD094. Grayscale: #616161. Windows color (decimal): -3985557 or 7024579. OLE color: 7024579.
HSL color Cylindrical-coordinate representation of color #C32F6B: hue angle of 335.68º degrees, saturation: 0.61, 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 #C32F6B is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 107 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.24 |
| HSL | 335.68º | 0.61% | 0.47% | - |
| HSV(B) | 335.68º | 0.76% | 0.76% | - |
| XYZ | 26.18 | 14.7 | 15.37 | - |
| YUV | 98.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 107 | 0 | 0.76 | 0.45 | 0.24 | 335.68 | 0.61 | 0.47 |
| Hex | C3 | 2F | 6B | 0 | 4C | 2D | 18 | 150 | 3D | 2F |
| Octal | 303 | 57 | 153 | 0 | 114 | 55 | 30 | 520 | 75 | 57 |
| Binary | 11000011 | 101111 | 1101011 | 0 | 1001100 | 101101 | 11000 | 101010000 | 111101 | 101111 |
Color Harmonies of #C32F6B
Complementary color
Monochromatic Colors of #C32F6B
Black with #C32F6B
Text Example
Text Example
White with #C32F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F6B; }
p { color: rgb(195,47,107); }
H1.HeaderClassName
{
color: #C32F6B;
}
.AnyTagClassName
{
color: #C32F6B;
}
</style>
background-color css
<style>
a { background-color: #C32F6B; }
a { background-color: rgb(195,47,107); }
div.DivClassName
{
background-color: #C32F6B;
}
.BgClassName
{
background-color: #C32F6B;
}
</style>
border-color css
<style>
span { border-color: #C32F6B; }
span { border-color: rgb(195,47,107); }
td.TdClassName
{
border-color: #C32F6B;
}
.TagClassName
{
border-color: #C32F6B;
}
</style>