Shades of Deep Cerise #CF277D
Tints of Deep Cerise #CF277D
RGB
CMYK
RGB Variations
Color information
#CF277D (or 0xCF277D) is known color: Deep Cerise. HEX triplet: CF, 27 and 7D. RGB value is (207,39,125). Sum of RGB (Red+Green+Blue) = 207+39+125=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF277D is #30D882. Grayscale: #626262. Windows color (decimal): -3201155 or 8202191. OLE color: 8202191.
HSL color Cylindrical-coordinate representation of color #CF277D: hue angle of 329.29º 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 #CF277D is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 125 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.19 |
| HSL | 329.29º | 0.68% | 0.48% | - |
| HSV(B) | 329.29º | 0.81% | 0.81% | - |
| XYZ | 30.16 | 16.2 | 20.94 | - |
| YUV | 99.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 125 | 0 | 0.81 | 0.40 | 0.19 | 329.29 | 0.68 | 0.48 |
| Hex | CF | 27 | 7D | 0 | 51 | 28 | 13 | 149 | 44 | 30 |
| Octal | 317 | 47 | 175 | 0 | 121 | 50 | 23 | 511 | 104 | 60 |
| Binary | 11001111 | 100111 | 1111101 | 0 | 1010001 | 101000 | 10011 | 101001001 | 1000100 | 110000 |
Color Harmonies of #CF277D
Complementary color
Monochromatic Colors of #CF277D
Black with #CF277D
Text Example
Text Example
White with #CF277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF277D; }
p { color: rgb(207,39,125); }
H1.HeaderClassName
{
color: #CF277D;
}
.AnyTagClassName
{
color: #CF277D;
}
</style>
background-color css
<style>
a { background-color: #CF277D; }
a { background-color: rgb(207,39,125); }
div.DivClassName
{
background-color: #CF277D;
}
.BgClassName
{
background-color: #CF277D;
}
</style>
border-color css
<style>
span { border-color: #CF277D; }
span { border-color: rgb(207,39,125); }
td.TdClassName
{
border-color: #CF277D;
}
.TagClassName
{
border-color: #CF277D;
}
</style>