Shades of Deep Cerise #CF3184
Tints of Deep Cerise #CF3184
RGB
CMYK
RGB Variations
Color information
#CF3184 (or 0xCF3184) is known color: Deep Cerise. HEX triplet: CF, 31 and 84. RGB value is (207,49,132). Sum of RGB (Red+Green+Blue) = 207+49+132=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3184 is #30CE7B. Grayscale: #696969. Windows color (decimal): -3198588 or 8663503. OLE color: 8663503.
HSL color Cylindrical-coordinate representation of color #CF3184: hue angle of 328.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3184 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 132 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.19 |
| HSL | 328.48º | 0.62% | 0.5% | - |
| HSV(B) | 328.48º | 0.76% | 0.81% | - |
| XYZ | 31 | 17.13 | 23.5 | - |
| YUV | 105.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 132 | 0 | 0.76 | 0.36 | 0.19 | 328.48 | 0.62 | 0.5 |
| Hex | CF | 31 | 84 | 0 | 4C | 24 | 13 | 148 | 3E | 32 |
| Octal | 317 | 61 | 204 | 0 | 114 | 44 | 23 | 510 | 76 | 62 |
| Binary | 11001111 | 110001 | 10000100 | 0 | 1001100 | 100100 | 10011 | 101001000 | 111110 | 110010 |
Color Harmonies of #CF3184
Complementary color
Monochromatic Colors of #CF3184
Black with #CF3184
Text Example
Text Example
White with #CF3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3184; }
p { color: rgb(207,49,132); }
H1.HeaderClassName
{
color: #CF3184;
}
.AnyTagClassName
{
color: #CF3184;
}
</style>
background-color css
<style>
a { background-color: #CF3184; }
a { background-color: rgb(207,49,132); }
div.DivClassName
{
background-color: #CF3184;
}
.BgClassName
{
background-color: #CF3184;
}
</style>
border-color css
<style>
span { border-color: #CF3184; }
span { border-color: rgb(207,49,132); }
td.TdClassName
{
border-color: #CF3184;
}
.TagClassName
{
border-color: #CF3184;
}
</style>