Shades of Deep Cerise #CF279B
Tints of Deep Cerise #CF279B
RGB
CMYK
RGB Variations
Color information
#CF279B (or 0xCF279B) is known color: Deep Cerise. HEX triplet: CF, 27 and 9B. RGB value is (207,39,155). Sum of RGB (Red+Green+Blue) = 207+39+155=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF279B is #30D864. Grayscale: #666666. Windows color (decimal): -3201125 or 10168271. OLE color: 10168271.
HSL color Cylindrical-coordinate representation of color #CF279B: hue angle of 318.57º 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 #CF279B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 155 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.19 |
| HSL | 318.57º | 0.68% | 0.48% | - |
| HSV(B) | 318.57º | 0.81% | 0.81% | - |
| XYZ | 32.37 | 17.08 | 32.6 | - |
| YUV | 102.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 155 | 0 | 0.81 | 0.25 | 0.19 | 318.57 | 0.68 | 0.48 |
| Hex | CF | 27 | 9B | 0 | 51 | 19 | 13 | 13F | 44 | 30 |
| Octal | 317 | 47 | 233 | 0 | 121 | 31 | 23 | 477 | 104 | 60 |
| Binary | 11001111 | 100111 | 10011011 | 0 | 1010001 | 11001 | 10011 | 100111111 | 1000100 | 110000 |
Color Harmonies of #CF279B
Complementary color
Monochromatic Colors of #CF279B
Black with #CF279B
Text Example
Text Example
White with #CF279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF279B; }
p { color: rgb(207,39,155); }
H1.HeaderClassName
{
color: #CF279B;
}
.AnyTagClassName
{
color: #CF279B;
}
</style>
background-color css
<style>
a { background-color: #CF279B; }
a { background-color: rgb(207,39,155); }
div.DivClassName
{
background-color: #CF279B;
}
.BgClassName
{
background-color: #CF279B;
}
</style>
border-color css
<style>
span { border-color: #CF279B; }
span { border-color: rgb(207,39,155); }
td.TdClassName
{
border-color: #CF279B;
}
.TagClassName
{
border-color: #CF279B;
}
</style>