Shades of Deep Cerise #CF3277
Tints of Deep Cerise #CF3277
RGB
CMYK
RGB Variations
Color information
#CF3277 (or 0xCF3277) is known color: Deep Cerise. HEX triplet: CF, 32 and 77. RGB value is (207,50,119). Sum of RGB (Red+Green+Blue) = 207+50+119=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3277 is #30CD88. Grayscale: #686868. Windows color (decimal): -3198345 or 7811791. OLE color: 7811791.
HSL color Cylindrical-coordinate representation of color #CF3277: hue angle of 333.63º 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 #CF3277 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 119 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.19 |
| HSL | 333.63º | 0.62% | 0.5% | - |
| HSV(B) | 333.63º | 0.76% | 0.81% | - |
| XYZ | 30.2 | 16.88 | 19.12 | - |
| YUV | 104.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 119 | 0 | 0.76 | 0.43 | 0.19 | 333.63 | 0.62 | 0.5 |
| Hex | CF | 32 | 77 | 0 | 4C | 2B | 13 | 14E | 3E | 32 |
| Octal | 317 | 62 | 167 | 0 | 114 | 53 | 23 | 516 | 76 | 62 |
| Binary | 11001111 | 110010 | 1110111 | 0 | 1001100 | 101011 | 10011 | 101001110 | 111110 | 110010 |
Color Harmonies of #CF3277
Complementary color
Monochromatic Colors of #CF3277
Black with #CF3277
Text Example
Text Example
White with #CF3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3277; }
p { color: rgb(207,50,119); }
H1.HeaderClassName
{
color: #CF3277;
}
.AnyTagClassName
{
color: #CF3277;
}
</style>
background-color css
<style>
a { background-color: #CF3277; }
a { background-color: rgb(207,50,119); }
div.DivClassName
{
background-color: #CF3277;
}
.BgClassName
{
background-color: #CF3277;
}
</style>
border-color css
<style>
span { border-color: #CF3277; }
span { border-color: rgb(207,50,119); }
td.TdClassName
{
border-color: #CF3277;
}
.TagClassName
{
border-color: #CF3277;
}
</style>