Shades of Deep Cerise #CF287E
Tints of Deep Cerise #CF287E
RGB
CMYK
RGB Variations
Color information
#CF287E (or 0xCF287E) is known color: Deep Cerise. HEX triplet: CF, 28 and 7E. RGB value is (207,40,126). Sum of RGB (Red+Green+Blue) = 207+40+126=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF287E is #30D781. Grayscale: #636363. Windows color (decimal): -3200898 or 8267983. OLE color: 8267983.
HSL color Cylindrical-coordinate representation of color #CF287E: hue angle of 329.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF287E is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 126 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.19 |
| HSL | 329.1º | 0.68% | 0.48% | - |
| HSV(B) | 329.1º | 0.81% | 0.81% | - |
| XYZ | 30.26 | 16.29 | 21.29 | - |
| YUV | 99.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 126 | 0 | 0.81 | 0.39 | 0.19 | 329.1 | 0.68 | 0.48 |
| Hex | CF | 28 | 7E | 0 | 51 | 27 | 13 | 149 | 44 | 30 |
| Octal | 317 | 50 | 176 | 0 | 121 | 47 | 23 | 511 | 104 | 60 |
| Binary | 11001111 | 101000 | 1111110 | 0 | 1010001 | 100111 | 10011 | 101001001 | 1000100 | 110000 |
Color Harmonies of #CF287E
Complementary color
Monochromatic Colors of #CF287E
Black with #CF287E
Text Example
Text Example
White with #CF287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF287E; }
p { color: rgb(207,40,126); }
H1.HeaderClassName
{
color: #CF287E;
}
.AnyTagClassName
{
color: #CF287E;
}
</style>
background-color css
<style>
a { background-color: #CF287E; }
a { background-color: rgb(207,40,126); }
div.DivClassName
{
background-color: #CF287E;
}
.BgClassName
{
background-color: #CF287E;
}
</style>
border-color css
<style>
span { border-color: #CF287E; }
span { border-color: rgb(207,40,126); }
td.TdClassName
{
border-color: #CF287E;
}
.TagClassName
{
border-color: #CF287E;
}
</style>