Shades of Deep Cerise #CF2684
Tints of Deep Cerise #CF2684
RGB
CMYK
RGB Variations
Color information
#CF2684 (or 0xCF2684) is known color: Deep Cerise. HEX triplet: CF, 26 and 84. RGB value is (207,38,132). Sum of RGB (Red+Green+Blue) = 207+38+132=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2684 is #30D97B. Grayscale: #636363. Windows color (decimal): -3201404 or 8660687. OLE color: 8660687.
HSL color Cylindrical-coordinate representation of color #CF2684: hue angle of 326.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2684 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 132 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.19 |
| HSL | 326.63º | 0.69% | 0.48% | - |
| HSV(B) | 326.63º | 0.82% | 0.81% | - |
| XYZ | 30.59 | 16.32 | 23.37 | - |
| YUV | 99.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 132 | 0 | 0.82 | 0.36 | 0.19 | 326.63 | 0.69 | 0.48 |
| Hex | CF | 26 | 84 | 0 | 52 | 24 | 13 | 147 | 45 | 30 |
| Octal | 317 | 46 | 204 | 0 | 122 | 44 | 23 | 507 | 105 | 60 |
| Binary | 11001111 | 100110 | 10000100 | 0 | 1010010 | 100100 | 10011 | 101000111 | 1000101 | 110000 |
Color Harmonies of #CF2684
Complementary color
Monochromatic Colors of #CF2684
Black with #CF2684
Text Example
Text Example
White with #CF2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2684; }
p { color: rgb(207,38,132); }
H1.HeaderClassName
{
color: #CF2684;
}
.AnyTagClassName
{
color: #CF2684;
}
</style>
background-color css
<style>
a { background-color: #CF2684; }
a { background-color: rgb(207,38,132); }
div.DivClassName
{
background-color: #CF2684;
}
.BgClassName
{
background-color: #CF2684;
}
</style>
border-color css
<style>
span { border-color: #CF2684; }
span { border-color: rgb(207,38,132); }
td.TdClassName
{
border-color: #CF2684;
}
.TagClassName
{
border-color: #CF2684;
}
</style>