Shades of Deep Cerise #CF31AD
Tints of Deep Cerise #CF31AD
RGB
CMYK
RGB Variations
Color information
#CF31AD (or 0xCF31AD) is known color: Deep Cerise. HEX triplet: CF, 31 and AD. RGB value is (207,49,173). Sum of RGB (Red+Green+Blue) = 207+49+173=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31AD is #30CE52. Grayscale: #6E6E6E. Windows color (decimal): -3198547 or 11350479. OLE color: 11350479.
HSL color Cylindrical-coordinate representation of color #CF31AD: hue angle of 312.91º 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 #CF31AD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 173 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.19 |
| HSL | 312.91º | 0.62% | 0.5% | - |
| HSV(B) | 312.91º | 0.76% | 0.81% | - |
| XYZ | 34.37 | 18.48 | 41.29 | - |
| YUV | 110.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 173 | 0 | 0.76 | 0.16 | 0.19 | 312.91 | 0.62 | 0.5 |
| Hex | CF | 31 | AD | 0 | 4C | 10 | 13 | 139 | 3E | 32 |
| Octal | 317 | 61 | 255 | 0 | 114 | 20 | 23 | 471 | 76 | 62 |
| Binary | 11001111 | 110001 | 10101101 | 0 | 1001100 | 10000 | 10011 | 100111001 | 111110 | 110010 |
Color Harmonies of #CF31AD
Complementary color
Monochromatic Colors of #CF31AD
Black with #CF31AD
Text Example
Text Example
White with #CF31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31AD; }
p { color: rgb(207,49,173); }
H1.HeaderClassName
{
color: #CF31AD;
}
.AnyTagClassName
{
color: #CF31AD;
}
</style>
background-color css
<style>
a { background-color: #CF31AD; }
a { background-color: rgb(207,49,173); }
div.DivClassName
{
background-color: #CF31AD;
}
.BgClassName
{
background-color: #CF31AD;
}
</style>
border-color css
<style>
span { border-color: #CF31AD; }
span { border-color: rgb(207,49,173); }
td.TdClassName
{
border-color: #CF31AD;
}
.TagClassName
{
border-color: #CF31AD;
}
</style>