Shades of Cerise #CF315B
Tints of Cerise #CF315B
RGB
CMYK
RGB Variations
Color information
#CF315B (or 0xCF315B) is known color: Cerise. HEX triplet: CF, 31 and 5B. RGB value is (207,49,91). Sum of RGB (Red+Green+Blue) = 207+49+91=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF315B is #30CEA4. Grayscale: #656565. Windows color (decimal): -3198629 or 5976527. OLE color: 5976527.
HSL color Cylindrical-coordinate representation of color #CF315B: hue angle of 344.05º 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 #CF315B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 91 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.19 |
| HSL | 344.05º | 0.62% | 0.5% | - |
| HSV(B) | 344.05º | 0.76% | 0.81% | - |
| XYZ | 28.72 | 16.22 | 11.51 | - |
| YUV | 101.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 91 | 0 | 0.76 | 0.56 | 0.19 | 344.05 | 0.62 | 0.5 |
| Hex | CF | 31 | 5B | 0 | 4C | 38 | 13 | 158 | 3E | 32 |
| Octal | 317 | 61 | 133 | 0 | 114 | 70 | 23 | 530 | 76 | 62 |
| Binary | 11001111 | 110001 | 1011011 | 0 | 1001100 | 111000 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CF315B
Complementary color
Monochromatic Colors of #CF315B
Black with #CF315B
Text Example
Text Example
White with #CF315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF315B; }
p { color: rgb(207,49,91); }
H1.HeaderClassName
{
color: #CF315B;
}
.AnyTagClassName
{
color: #CF315B;
}
</style>
background-color css
<style>
a { background-color: #CF315B; }
a { background-color: rgb(207,49,91); }
div.DivClassName
{
background-color: #CF315B;
}
.BgClassName
{
background-color: #CF315B;
}
</style>
border-color css
<style>
span { border-color: #CF315B; }
span { border-color: rgb(207,49,91); }
td.TdClassName
{
border-color: #CF315B;
}
.TagClassName
{
border-color: #CF315B;
}
</style>