Shades of Deep Cerise #CF31AC
Tints of Deep Cerise #CF31AC
RGB
CMYK
RGB Variations
Color information
#CF31AC (or 0xCF31AC) is known color: Deep Cerise. HEX triplet: CF, 31 and AC. RGB value is (207,49,172). Sum of RGB (Red+Green+Blue) = 207+49+172=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31AC is #30CE53. Grayscale: #6D6D6D. Windows color (decimal): -3198548 or 11284943. OLE color: 11284943.
HSL color Cylindrical-coordinate representation of color #CF31AC: hue angle of 313.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 #CF31AC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 172 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.19 |
| HSL | 313.29º | 0.62% | 0.5% | - |
| HSV(B) | 313.29º | 0.76% | 0.81% | - |
| XYZ | 34.28 | 18.44 | 40.78 | - |
| YUV | 110.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 172 | 0 | 0.76 | 0.17 | 0.19 | 313.29 | 0.62 | 0.5 |
| Hex | CF | 31 | AC | 0 | 4C | 11 | 13 | 139 | 3E | 32 |
| Octal | 317 | 61 | 254 | 0 | 114 | 21 | 23 | 471 | 76 | 62 |
| Binary | 11001111 | 110001 | 10101100 | 0 | 1001100 | 10001 | 10011 | 100111001 | 111110 | 110010 |
Color Harmonies of #CF31AC
Complementary color
Monochromatic Colors of #CF31AC
Black with #CF31AC
Text Example
Text Example
White with #CF31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31AC; }
p { color: rgb(207,49,172); }
H1.HeaderClassName
{
color: #CF31AC;
}
.AnyTagClassName
{
color: #CF31AC;
}
</style>
background-color css
<style>
a { background-color: #CF31AC; }
a { background-color: rgb(207,49,172); }
div.DivClassName
{
background-color: #CF31AC;
}
.BgClassName
{
background-color: #CF31AC;
}
</style>
border-color css
<style>
span { border-color: #CF31AC; }
span { border-color: rgb(207,49,172); }
td.TdClassName
{
border-color: #CF31AC;
}
.TagClassName
{
border-color: #CF31AC;
}
</style>