Shades of Deep Cerise #CF278F
Tints of Deep Cerise #CF278F
RGB
CMYK
RGB Variations
Color information
#CF278F (or 0xCF278F) is known color: Deep Cerise. HEX triplet: CF, 27 and 8F. RGB value is (207,39,143). Sum of RGB (Red+Green+Blue) = 207+39+143=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF278F is #30D870. Grayscale: #646464. Windows color (decimal): -3201137 or 9381839. OLE color: 9381839.
HSL color Cylindrical-coordinate representation of color #CF278F: hue angle of 322.86º 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 #CF278F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 143 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.19 |
| HSL | 322.86º | 0.68% | 0.48% | - |
| HSV(B) | 322.86º | 0.81% | 0.81% | - |
| XYZ | 31.42 | 16.7 | 27.55 | - |
| YUV | 101.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 143 | 0 | 0.81 | 0.31 | 0.19 | 322.86 | 0.68 | 0.48 |
| Hex | CF | 27 | 8F | 0 | 51 | 1F | 13 | 143 | 44 | 30 |
| Octal | 317 | 47 | 217 | 0 | 121 | 37 | 23 | 503 | 104 | 60 |
| Binary | 11001111 | 100111 | 10001111 | 0 | 1010001 | 11111 | 10011 | 101000011 | 1000100 | 110000 |
Color Harmonies of #CF278F
Complementary color
Monochromatic Colors of #CF278F
Black with #CF278F
Text Example
Text Example
White with #CF278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF278F; }
p { color: rgb(207,39,143); }
H1.HeaderClassName
{
color: #CF278F;
}
.AnyTagClassName
{
color: #CF278F;
}
</style>
background-color css
<style>
a { background-color: #CF278F; }
a { background-color: rgb(207,39,143); }
div.DivClassName
{
background-color: #CF278F;
}
.BgClassName
{
background-color: #CF278F;
}
</style>
border-color css
<style>
span { border-color: #CF278F; }
span { border-color: rgb(207,39,143); }
td.TdClassName
{
border-color: #CF278F;
}
.TagClassName
{
border-color: #CF278F;
}
</style>