Shades of Deep Cerise #CF31A5
Tints of Deep Cerise #CF31A5
RGB
CMYK
RGB Variations
Color information
#CF31A5 (or 0xCF31A5) is known color: Deep Cerise. HEX triplet: CF, 31 and A5. RGB value is (207,49,165). Sum of RGB (Red+Green+Blue) = 207+49+165=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31A5 is #30CE5A. Grayscale: #6D6D6D. Windows color (decimal): -3198555 or 10826191. OLE color: 10826191.
HSL color Cylindrical-coordinate representation of color #CF31A5: hue angle of 315.95º 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 #CF31A5 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 165 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.19 |
| HSL | 315.95º | 0.62% | 0.5% | - |
| HSV(B) | 315.95º | 0.76% | 0.81% | - |
| XYZ | 33.62 | 18.18 | 37.33 | - |
| YUV | 109.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 165 | 0 | 0.76 | 0.20 | 0.19 | 315.95 | 0.62 | 0.5 |
| Hex | CF | 31 | A5 | 0 | 4C | 14 | 13 | 13C | 3E | 32 |
| Octal | 317 | 61 | 245 | 0 | 114 | 24 | 23 | 474 | 76 | 62 |
| Binary | 11001111 | 110001 | 10100101 | 0 | 1001100 | 10100 | 10011 | 100111100 | 111110 | 110010 |
Color Harmonies of #CF31A5
Complementary color
Monochromatic Colors of #CF31A5
Black with #CF31A5
Text Example
Text Example
White with #CF31A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31A5; }
p { color: rgb(207,49,165); }
H1.HeaderClassName
{
color: #CF31A5;
}
.AnyTagClassName
{
color: #CF31A5;
}
</style>
background-color css
<style>
a { background-color: #CF31A5; }
a { background-color: rgb(207,49,165); }
div.DivClassName
{
background-color: #CF31A5;
}
.BgClassName
{
background-color: #CF31A5;
}
</style>
border-color css
<style>
span { border-color: #CF31A5; }
span { border-color: rgb(207,49,165); }
td.TdClassName
{
border-color: #CF31A5;
}
.TagClassName
{
border-color: #CF31A5;
}
</style>