Shades of Deep Cerise #CF3187
Tints of Deep Cerise #CF3187
RGB
CMYK
RGB Variations
Color information
#CF3187 (or 0xCF3187) is known color: Deep Cerise. HEX triplet: CF, 31 and 87. RGB value is (207,49,135). Sum of RGB (Red+Green+Blue) = 207+49+135=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3187 is #30CE78. Grayscale: #696969. Windows color (decimal): -3198585 or 8860111. OLE color: 8860111.
HSL color Cylindrical-coordinate representation of color #CF3187: hue angle of 327.34º 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 #CF3187 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 135 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.19 |
| HSL | 327.34º | 0.62% | 0.5% | - |
| HSV(B) | 327.34º | 0.76% | 0.81% | - |
| XYZ | 31.2 | 17.21 | 24.6 | - |
| YUV | 106.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 135 | 0 | 0.76 | 0.35 | 0.19 | 327.34 | 0.62 | 0.5 |
| Hex | CF | 31 | 87 | 0 | 4C | 23 | 13 | 147 | 3E | 32 |
| Octal | 317 | 61 | 207 | 0 | 114 | 43 | 23 | 507 | 76 | 62 |
| Binary | 11001111 | 110001 | 10000111 | 0 | 1001100 | 100011 | 10011 | 101000111 | 111110 | 110010 |
Color Harmonies of #CF3187
Complementary color
Monochromatic Colors of #CF3187
Black with #CF3187
Text Example
Text Example
White with #CF3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3187; }
p { color: rgb(207,49,135); }
H1.HeaderClassName
{
color: #CF3187;
}
.AnyTagClassName
{
color: #CF3187;
}
</style>
background-color css
<style>
a { background-color: #CF3187; }
a { background-color: rgb(207,49,135); }
div.DivClassName
{
background-color: #CF3187;
}
.BgClassName
{
background-color: #CF3187;
}
</style>
border-color css
<style>
span { border-color: #CF3187; }
span { border-color: rgb(207,49,135); }
td.TdClassName
{
border-color: #CF3187;
}
.TagClassName
{
border-color: #CF3187;
}
</style>