Shades of Deep Cerise #CF3284
Tints of Deep Cerise #CF3284
RGB
CMYK
RGB Variations
Color information
#CF3284 (or 0xCF3284) is known color: Deep Cerise. HEX triplet: CF, 32 and 84. RGB value is (207,50,132). Sum of RGB (Red+Green+Blue) = 207+50+132=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3284 is #30CD7B. Grayscale: #6A6A6A. Windows color (decimal): -3198332 or 8663759. OLE color: 8663759.
HSL color Cylindrical-coordinate representation of color #CF3284: hue angle of 328.66º 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 #CF3284 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 132 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.19 |
| HSL | 328.66º | 0.62% | 0.5% | - |
| HSV(B) | 328.66º | 0.76% | 0.81% | - |
| XYZ | 31.04 | 17.21 | 23.52 | - |
| YUV | 106.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 132 | 0 | 0.76 | 0.36 | 0.19 | 328.66 | 0.62 | 0.5 |
| Hex | CF | 32 | 84 | 0 | 4C | 24 | 13 | 149 | 3E | 32 |
| Octal | 317 | 62 | 204 | 0 | 114 | 44 | 23 | 511 | 76 | 62 |
| Binary | 11001111 | 110010 | 10000100 | 0 | 1001100 | 100100 | 10011 | 101001001 | 111110 | 110010 |
Color Harmonies of #CF3284
Complementary color
Monochromatic Colors of #CF3284
Black with #CF3284
Text Example
Text Example
White with #CF3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3284; }
p { color: rgb(207,50,132); }
H1.HeaderClassName
{
color: #CF3284;
}
.AnyTagClassName
{
color: #CF3284;
}
</style>
background-color css
<style>
a { background-color: #CF3284; }
a { background-color: rgb(207,50,132); }
div.DivClassName
{
background-color: #CF3284;
}
.BgClassName
{
background-color: #CF3284;
}
</style>
border-color css
<style>
span { border-color: #CF3284; }
span { border-color: rgb(207,50,132); }
td.TdClassName
{
border-color: #CF3284;
}
.TagClassName
{
border-color: #CF3284;
}
</style>