Shades of Deep Cerise #CF289C
Tints of Deep Cerise #CF289C
RGB
CMYK
RGB Variations
Color information
#CF289C (or 0xCF289C) is known color: Deep Cerise. HEX triplet: CF, 28 and 9C. RGB value is (207,40,156). Sum of RGB (Red+Green+Blue) = 207+40+156=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF289C is #30D763. Grayscale: #666666. Windows color (decimal): -3200868 or 10234063. OLE color: 10234063.
HSL color Cylindrical-coordinate representation of color #CF289C: hue angle of 318.32º 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 #CF289C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 156 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.19 |
| HSL | 318.32º | 0.68% | 0.48% | - |
| HSV(B) | 318.32º | 0.81% | 0.81% | - |
| XYZ | 32.49 | 17.18 | 33.06 | - |
| YUV | 103.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 156 | 0 | 0.81 | 0.25 | 0.19 | 318.32 | 0.68 | 0.48 |
| Hex | CF | 28 | 9C | 0 | 51 | 19 | 13 | 13E | 44 | 30 |
| Octal | 317 | 50 | 234 | 0 | 121 | 31 | 23 | 476 | 104 | 60 |
| Binary | 11001111 | 101000 | 10011100 | 0 | 1010001 | 11001 | 10011 | 100111110 | 1000100 | 110000 |
Color Harmonies of #CF289C
Complementary color
Monochromatic Colors of #CF289C
Black with #CF289C
Text Example
Text Example
White with #CF289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF289C; }
p { color: rgb(207,40,156); }
H1.HeaderClassName
{
color: #CF289C;
}
.AnyTagClassName
{
color: #CF289C;
}
</style>
background-color css
<style>
a { background-color: #CF289C; }
a { background-color: rgb(207,40,156); }
div.DivClassName
{
background-color: #CF289C;
}
.BgClassName
{
background-color: #CF289C;
}
</style>
border-color css
<style>
span { border-color: #CF289C; }
span { border-color: rgb(207,40,156); }
td.TdClassName
{
border-color: #CF289C;
}
.TagClassName
{
border-color: #CF289C;
}
</style>