Shades of Deep Cerise #CF3479
Tints of Deep Cerise #CF3479
RGB
CMYK
RGB Variations
Color information
#CF3479 (or 0xCF3479) is known color: Deep Cerise. HEX triplet: CF, 34 and 79. RGB value is (207,52,121). Sum of RGB (Red+Green+Blue) = 207+52+121=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3479 is #30CB86. Grayscale: #6A6A6A. Windows color (decimal): -3197831 or 7943375. OLE color: 7943375.
HSL color Cylindrical-coordinate representation of color #CF3479: hue angle of 333.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3479 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 121 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.19 |
| HSL | 333.29º | 0.62% | 0.51% | - |
| HSV(B) | 333.29º | 0.75% | 0.81% | - |
| XYZ | 30.41 | 17.1 | 19.79 | - |
| YUV | 106.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 121 | 0 | 0.75 | 0.42 | 0.19 | 333.29 | 0.62 | 0.51 |
| Hex | CF | 34 | 79 | 0 | 4B | 2A | 13 | 14D | 3E | 33 |
| Octal | 317 | 64 | 171 | 0 | 113 | 52 | 23 | 515 | 76 | 63 |
| Binary | 11001111 | 110100 | 1111001 | 0 | 1001011 | 101010 | 10011 | 101001101 | 111110 | 110011 |
Color Harmonies of #CF3479
Complementary color
Monochromatic Colors of #CF3479
Black with #CF3479
Text Example
Text Example
White with #CF3479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3479; }
p { color: rgb(207,52,121); }
H1.HeaderClassName
{
color: #CF3479;
}
.AnyTagClassName
{
color: #CF3479;
}
</style>
background-color css
<style>
a { background-color: #CF3479; }
a { background-color: rgb(207,52,121); }
div.DivClassName
{
background-color: #CF3479;
}
.BgClassName
{
background-color: #CF3479;
}
</style>
border-color css
<style>
span { border-color: #CF3479; }
span { border-color: rgb(207,52,121); }
td.TdClassName
{
border-color: #CF3479;
}
.TagClassName
{
border-color: #CF3479;
}
</style>