Shades of Deep Cerise #CF3487
Tints of Deep Cerise #CF3487
RGB
CMYK
RGB Variations
Color information
#CF3487 (or 0xCF3487) is known color: Deep Cerise. HEX triplet: CF, 34 and 87. RGB value is (207,52,135). Sum of RGB (Red+Green+Blue) = 207+52+135=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3487 is #30CB78. Grayscale: #6B6B6B. Windows color (decimal): -3197817 or 8860879. OLE color: 8860879.
HSL color Cylindrical-coordinate representation of color #CF3487: hue angle of 327.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3487 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 135 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.19 |
| HSL | 327.87º | 0.62% | 0.51% | - |
| HSV(B) | 327.87º | 0.75% | 0.81% | - |
| XYZ | 31.33 | 17.47 | 24.64 | - |
| YUV | 107.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 135 | 0 | 0.75 | 0.35 | 0.19 | 327.87 | 0.62 | 0.51 |
| Hex | CF | 34 | 87 | 0 | 4B | 23 | 13 | 148 | 3E | 33 |
| Octal | 317 | 64 | 207 | 0 | 113 | 43 | 23 | 510 | 76 | 63 |
| Binary | 11001111 | 110100 | 10000111 | 0 | 1001011 | 100011 | 10011 | 101001000 | 111110 | 110011 |
Color Harmonies of #CF3487
Complementary color
Monochromatic Colors of #CF3487
Black with #CF3487
Text Example
Text Example
White with #CF3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3487; }
p { color: rgb(207,52,135); }
H1.HeaderClassName
{
color: #CF3487;
}
.AnyTagClassName
{
color: #CF3487;
}
</style>
background-color css
<style>
a { background-color: #CF3487; }
a { background-color: rgb(207,52,135); }
div.DivClassName
{
background-color: #CF3487;
}
.BgClassName
{
background-color: #CF3487;
}
</style>
border-color css
<style>
span { border-color: #CF3487; }
span { border-color: rgb(207,52,135); }
td.TdClassName
{
border-color: #CF3487;
}
.TagClassName
{
border-color: #CF3487;
}
</style>