Shades of Deep Cerise #CF3584
Tints of Deep Cerise #CF3584
RGB
CMYK
RGB Variations
Color information
#CF3584 (or 0xCF3584) is known color: Deep Cerise. HEX triplet: CF, 35 and 84. RGB value is (207,53,132). Sum of RGB (Red+Green+Blue) = 207+53+132=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3584 is #30CA7B. Grayscale: #6B6B6B. Windows color (decimal): -3197564 or 8664527. OLE color: 8664527.
HSL color Cylindrical-coordinate representation of color #CF3584: hue angle of 329.22º 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 #CF3584 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 132 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.19 |
| HSL | 329.22º | 0.62% | 0.51% | - |
| HSV(B) | 329.22º | 0.74% | 0.81% | - |
| XYZ | 31.17 | 17.48 | 23.56 | - |
| YUV | 108.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 132 | 0 | 0.74 | 0.36 | 0.19 | 329.22 | 0.62 | 0.51 |
| Hex | CF | 35 | 84 | 0 | 4A | 24 | 13 | 149 | 3E | 33 |
| Octal | 317 | 65 | 204 | 0 | 112 | 44 | 23 | 511 | 76 | 63 |
| Binary | 11001111 | 110101 | 10000100 | 0 | 1001010 | 100100 | 10011 | 101001001 | 111110 | 110011 |
Color Harmonies of #CF3584
Complementary color
Monochromatic Colors of #CF3584
Black with #CF3584
Text Example
Text Example
White with #CF3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3584; }
p { color: rgb(207,53,132); }
H1.HeaderClassName
{
color: #CF3584;
}
.AnyTagClassName
{
color: #CF3584;
}
</style>
background-color css
<style>
a { background-color: #CF3584; }
a { background-color: rgb(207,53,132); }
div.DivClassName
{
background-color: #CF3584;
}
.BgClassName
{
background-color: #CF3584;
}
</style>
border-color css
<style>
span { border-color: #CF3584; }
span { border-color: rgb(207,53,132); }
td.TdClassName
{
border-color: #CF3584;
}
.TagClassName
{
border-color: #CF3584;
}
</style>