Shades of Deep Cerise #CF3177
Tints of Deep Cerise #CF3177
RGB
CMYK
RGB Variations
Color information
#CF3177 (or 0xCF3177) is known color: Deep Cerise. HEX triplet: CF, 31 and 77. RGB value is (207,49,119). Sum of RGB (Red+Green+Blue) = 207+49+119=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3177 is #30CE88. Grayscale: #686868. Windows color (decimal): -3198601 or 7811535. OLE color: 7811535.
HSL color Cylindrical-coordinate representation of color #CF3177: hue angle of 333.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3177 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 119 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.19 |
| HSL | 333.42º | 0.62% | 0.5% | - |
| HSV(B) | 333.42º | 0.76% | 0.81% | - |
| XYZ | 30.16 | 16.79 | 19.1 | - |
| YUV | 104.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 119 | 0 | 0.76 | 0.43 | 0.19 | 333.42 | 0.62 | 0.5 |
| Hex | CF | 31 | 77 | 0 | 4C | 2B | 13 | 14D | 3E | 32 |
| Octal | 317 | 61 | 167 | 0 | 114 | 53 | 23 | 515 | 76 | 62 |
| Binary | 11001111 | 110001 | 1110111 | 0 | 1001100 | 101011 | 10011 | 101001101 | 111110 | 110010 |
Color Harmonies of #CF3177
Complementary color
Monochromatic Colors of #CF3177
Black with #CF3177
Text Example
Text Example
White with #CF3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3177; }
p { color: rgb(207,49,119); }
H1.HeaderClassName
{
color: #CF3177;
}
.AnyTagClassName
{
color: #CF3177;
}
</style>
background-color css
<style>
a { background-color: #CF3177; }
a { background-color: rgb(207,49,119); }
div.DivClassName
{
background-color: #CF3177;
}
.BgClassName
{
background-color: #CF3177;
}
</style>
border-color css
<style>
span { border-color: #CF3177; }
span { border-color: rgb(207,49,119); }
td.TdClassName
{
border-color: #CF3177;
}
.TagClassName
{
border-color: #CF3177;
}
</style>