Shades of Deep Cerise #CF3679
Tints of Deep Cerise #CF3679
RGB
CMYK
RGB Variations
Color information
#CF3679 (or 0xCF3679) is known color: Deep Cerise. HEX triplet: CF, 36 and 79. RGB value is (207,54,121). Sum of RGB (Red+Green+Blue) = 207+54+121=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3679 is #30C986. Grayscale: #6B6B6B. Windows color (decimal): -3197319 or 7943887. OLE color: 7943887.
HSL color Cylindrical-coordinate representation of color #CF3679: hue angle of 333.73º degrees, saturation: 0.61, 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 #CF3679 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 121 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.19 |
| HSL | 333.73º | 0.61% | 0.51% | - |
| HSV(B) | 333.73º | 0.74% | 0.81% | - |
| XYZ | 30.5 | 17.28 | 19.82 | - |
| YUV | 107.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 121 | 0 | 0.74 | 0.42 | 0.19 | 333.73 | 0.61 | 0.51 |
| Hex | CF | 36 | 79 | 0 | 4A | 2A | 13 | 14E | 3D | 33 |
| Octal | 317 | 66 | 171 | 0 | 112 | 52 | 23 | 516 | 75 | 63 |
| Binary | 11001111 | 110110 | 1111001 | 0 | 1001010 | 101010 | 10011 | 101001110 | 111101 | 110011 |
Color Harmonies of #CF3679
Complementary color
Monochromatic Colors of #CF3679
Black with #CF3679
Text Example
Text Example
White with #CF3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3679; }
p { color: rgb(207,54,121); }
H1.HeaderClassName
{
color: #CF3679;
}
.AnyTagClassName
{
color: #CF3679;
}
</style>
background-color css
<style>
a { background-color: #CF3679; }
a { background-color: rgb(207,54,121); }
div.DivClassName
{
background-color: #CF3679;
}
.BgClassName
{
background-color: #CF3679;
}
</style>
border-color css
<style>
span { border-color: #CF3679; }
span { border-color: rgb(207,54,121); }
td.TdClassName
{
border-color: #CF3679;
}
.TagClassName
{
border-color: #CF3679;
}
</style>