Shades of Deep Cerise #CF3579
Tints of Deep Cerise #CF3579
RGB
CMYK
RGB Variations
Color information
#CF3579 (or 0xCF3579) is known color: Deep Cerise. HEX triplet: CF, 35 and 79. RGB value is (207,53,121). Sum of RGB (Red+Green+Blue) = 207+53+121=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3579 is #30CA86. Grayscale: #6A6A6A. Windows color (decimal): -3197575 or 7943631. OLE color: 7943631.
HSL color Cylindrical-coordinate representation of color #CF3579: hue angle of 333.51º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3579 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 121 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.19 |
| HSL | 333.51º | 0.62% | 0.51% | - |
| HSV(B) | 333.51º | 0.74% | 0.81% | - |
| XYZ | 30.46 | 17.19 | 19.8 | - |
| YUV | 106.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 121 | 0 | 0.74 | 0.42 | 0.19 | 333.51 | 0.62 | 0.51 |
| Hex | CF | 35 | 79 | 0 | 4A | 2A | 13 | 14E | 3E | 33 |
| Octal | 317 | 65 | 171 | 0 | 112 | 52 | 23 | 516 | 76 | 63 |
| Binary | 11001111 | 110101 | 1111001 | 0 | 1001010 | 101010 | 10011 | 101001110 | 111110 | 110011 |
Color Harmonies of #CF3579
Complementary color
Monochromatic Colors of #CF3579
Black with #CF3579
Text Example
Text Example
White with #CF3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3579; }
p { color: rgb(207,53,121); }
H1.HeaderClassName
{
color: #CF3579;
}
.AnyTagClassName
{
color: #CF3579;
}
</style>
background-color css
<style>
a { background-color: #CF3579; }
a { background-color: rgb(207,53,121); }
div.DivClassName
{
background-color: #CF3579;
}
.BgClassName
{
background-color: #CF3579;
}
</style>
border-color css
<style>
span { border-color: #CF3579; }
span { border-color: rgb(207,53,121); }
td.TdClassName
{
border-color: #CF3579;
}
.TagClassName
{
border-color: #CF3579;
}
</style>