Shades of Deep Cerise #CF3379
Tints of Deep Cerise #CF3379
RGB
CMYK
RGB Variations
Color information
#CF3379 (or 0xCF3379) is known color: Deep Cerise. HEX triplet: CF, 33 and 79. RGB value is (207,51,121). Sum of RGB (Red+Green+Blue) = 207+51+121=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3379 is #30CC86. Grayscale: #696969. Windows color (decimal): -3198087 or 7943119. OLE color: 7943119.
HSL color Cylindrical-coordinate representation of color #CF3379: hue angle of 333.08º 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 #CF3379 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 121 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.19 |
| HSL | 333.08º | 0.62% | 0.51% | - |
| HSV(B) | 333.08º | 0.75% | 0.81% | - |
| XYZ | 30.37 | 17.01 | 19.77 | - |
| YUV | 105.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 121 | 0 | 0.75 | 0.42 | 0.19 | 333.08 | 0.62 | 0.51 |
| Hex | CF | 33 | 79 | 0 | 4B | 2A | 13 | 14D | 3E | 33 |
| Octal | 317 | 63 | 171 | 0 | 113 | 52 | 23 | 515 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111001 | 0 | 1001011 | 101010 | 10011 | 101001101 | 111110 | 110011 |
Color Harmonies of #CF3379
Complementary color
Monochromatic Colors of #CF3379
Black with #CF3379
Text Example
Text Example
White with #CF3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3379; }
p { color: rgb(207,51,121); }
H1.HeaderClassName
{
color: #CF3379;
}
.AnyTagClassName
{
color: #CF3379;
}
</style>
background-color css
<style>
a { background-color: #CF3379; }
a { background-color: rgb(207,51,121); }
div.DivClassName
{
background-color: #CF3379;
}
.BgClassName
{
background-color: #CF3379;
}
</style>
border-color css
<style>
span { border-color: #CF3379; }
span { border-color: rgb(207,51,121); }
td.TdClassName
{
border-color: #CF3379;
}
.TagClassName
{
border-color: #CF3379;
}
</style>