Shades of Cerise #CF315F
Tints of Cerise #CF315F
RGB
CMYK
RGB Variations
Color information
#CF315F (or 0xCF315F) is known color: Cerise. HEX triplet: CF, 31 and 5F. RGB value is (207,49,95). Sum of RGB (Red+Green+Blue) = 207+49+95=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF315F is #30CEA0. Grayscale: #656565. Windows color (decimal): -3198625 or 6238671. OLE color: 6238671.
HSL color Cylindrical-coordinate representation of color #CF315F: hue angle of 342.53º 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 #CF315F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 95 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.19 |
| HSL | 342.53º | 0.62% | 0.5% | - |
| HSV(B) | 342.53º | 0.76% | 0.81% | - |
| XYZ | 28.9 | 16.29 | 12.45 | - |
| YUV | 101.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 95 | 0 | 0.76 | 0.54 | 0.19 | 342.53 | 0.62 | 0.5 |
| Hex | CF | 31 | 5F | 0 | 4C | 36 | 13 | 157 | 3E | 32 |
| Octal | 317 | 61 | 137 | 0 | 114 | 66 | 23 | 527 | 76 | 62 |
| Binary | 11001111 | 110001 | 1011111 | 0 | 1001100 | 110110 | 10011 | 101010111 | 111110 | 110010 |
Color Harmonies of #CF315F
Complementary color
Monochromatic Colors of #CF315F
Black with #CF315F
Text Example
Text Example
White with #CF315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF315F; }
p { color: rgb(207,49,95); }
H1.HeaderClassName
{
color: #CF315F;
}
.AnyTagClassName
{
color: #CF315F;
}
</style>
background-color css
<style>
a { background-color: #CF315F; }
a { background-color: rgb(207,49,95); }
div.DivClassName
{
background-color: #CF315F;
}
.BgClassName
{
background-color: #CF315F;
}
</style>
border-color css
<style>
span { border-color: #CF315F; }
span { border-color: rgb(207,49,95); }
td.TdClassName
{
border-color: #CF315F;
}
.TagClassName
{
border-color: #CF315F;
}
</style>