Shades of Cerise #CF315D
Tints of Cerise #CF315D
RGB
CMYK
RGB Variations
Color information
#CF315D (or 0xCF315D) is known color: Cerise. HEX triplet: CF, 31 and 5D. RGB value is (207,49,93). Sum of RGB (Red+Green+Blue) = 207+49+93=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF315D is #30CEA2. Grayscale: #656565. Windows color (decimal): -3198627 or 6107599. OLE color: 6107599.
HSL color Cylindrical-coordinate representation of color #CF315D: hue angle of 343.29º 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 #CF315D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 93 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.19 |
| HSL | 343.29º | 0.62% | 0.5% | - |
| HSV(B) | 343.29º | 0.76% | 0.81% | - |
| XYZ | 28.81 | 16.25 | 11.97 | - |
| YUV | 101.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 93 | 0 | 0.76 | 0.55 | 0.19 | 343.29 | 0.62 | 0.5 |
| Hex | CF | 31 | 5D | 0 | 4C | 37 | 13 | 157 | 3E | 32 |
| Octal | 317 | 61 | 135 | 0 | 114 | 67 | 23 | 527 | 76 | 62 |
| Binary | 11001111 | 110001 | 1011101 | 0 | 1001100 | 110111 | 10011 | 101010111 | 111110 | 110010 |
Color Harmonies of #CF315D
Complementary color
Monochromatic Colors of #CF315D
Black with #CF315D
Text Example
Text Example
White with #CF315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF315D; }
p { color: rgb(207,49,93); }
H1.HeaderClassName
{
color: #CF315D;
}
.AnyTagClassName
{
color: #CF315D;
}
</style>
background-color css
<style>
a { background-color: #CF315D; }
a { background-color: rgb(207,49,93); }
div.DivClassName
{
background-color: #CF315D;
}
.BgClassName
{
background-color: #CF315D;
}
</style>
border-color css
<style>
span { border-color: #CF315D; }
span { border-color: rgb(207,49,93); }
td.TdClassName
{
border-color: #CF315D;
}
.TagClassName
{
border-color: #CF315D;
}
</style>