Shades of Cerise #CF325F
Tints of Cerise #CF325F
RGB
CMYK
RGB Variations
Color information
#CF325F (or 0xCF325F) is known color: Cerise. HEX triplet: CF, 32 and 5F. RGB value is (207,50,95). Sum of RGB (Red+Green+Blue) = 207+50+95=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF325F is #30CDA0. Grayscale: #666666. Windows color (decimal): -3198369 or 6238927. OLE color: 6238927.
HSL color Cylindrical-coordinate representation of color #CF325F: hue angle of 342.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF325F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 95 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.19 |
| HSL | 342.8º | 0.62% | 0.5% | - |
| HSV(B) | 342.8º | 0.76% | 0.81% | - |
| XYZ | 28.94 | 16.37 | 12.46 | - |
| YUV | 102.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 95 | 0 | 0.76 | 0.54 | 0.19 | 342.8 | 0.62 | 0.5 |
| Hex | CF | 32 | 5F | 0 | 4C | 36 | 13 | 157 | 3E | 32 |
| Octal | 317 | 62 | 137 | 0 | 114 | 66 | 23 | 527 | 76 | 62 |
| Binary | 11001111 | 110010 | 1011111 | 0 | 1001100 | 110110 | 10011 | 101010111 | 111110 | 110010 |
Color Harmonies of #CF325F
Complementary color
Monochromatic Colors of #CF325F
Black with #CF325F
Text Example
Text Example
White with #CF325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF325F; }
p { color: rgb(207,50,95); }
H1.HeaderClassName
{
color: #CF325F;
}
.AnyTagClassName
{
color: #CF325F;
}
</style>
background-color css
<style>
a { background-color: #CF325F; }
a { background-color: rgb(207,50,95); }
div.DivClassName
{
background-color: #CF325F;
}
.BgClassName
{
background-color: #CF325F;
}
</style>
border-color css
<style>
span { border-color: #CF325F; }
span { border-color: rgb(207,50,95); }
td.TdClassName
{
border-color: #CF325F;
}
.TagClassName
{
border-color: #CF325F;
}
</style>