Shades of Deep Cerise #CF318D
Tints of Deep Cerise #CF318D
RGB
CMYK
RGB Variations
Color information
#CF318D (or 0xCF318D) is known color: Deep Cerise. HEX triplet: CF, 31 and 8D. RGB value is (207,49,141). Sum of RGB (Red+Green+Blue) = 207+49+141=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF318D is #30CE72. Grayscale: #6A6A6A. Windows color (decimal): -3198579 or 9253327. OLE color: 9253327.
HSL color Cylindrical-coordinate representation of color #CF318D: hue angle of 325.06º 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 #CF318D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 141 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.19 |
| HSL | 325.06º | 0.62% | 0.5% | - |
| HSV(B) | 325.06º | 0.76% | 0.81% | - |
| XYZ | 31.64 | 17.39 | 26.89 | - |
| YUV | 106.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 141 | 0 | 0.76 | 0.32 | 0.19 | 325.06 | 0.62 | 0.5 |
| Hex | CF | 31 | 8D | 0 | 4C | 20 | 13 | 145 | 3E | 32 |
| Octal | 317 | 61 | 215 | 0 | 114 | 40 | 23 | 505 | 76 | 62 |
| Binary | 11001111 | 110001 | 10001101 | 0 | 1001100 | 100000 | 10011 | 101000101 | 111110 | 110010 |
Color Harmonies of #CF318D
Complementary color
Monochromatic Colors of #CF318D
Black with #CF318D
Text Example
Text Example
White with #CF318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF318D; }
p { color: rgb(207,49,141); }
H1.HeaderClassName
{
color: #CF318D;
}
.AnyTagClassName
{
color: #CF318D;
}
</style>
background-color css
<style>
a { background-color: #CF318D; }
a { background-color: rgb(207,49,141); }
div.DivClassName
{
background-color: #CF318D;
}
.BgClassName
{
background-color: #CF318D;
}
</style>
border-color css
<style>
span { border-color: #CF318D; }
span { border-color: rgb(207,49,141); }
td.TdClassName
{
border-color: #CF318D;
}
.TagClassName
{
border-color: #CF318D;
}
</style>