Shades of Deep Cerise #CF328D
Tints of Deep Cerise #CF328D
RGB
CMYK
RGB Variations
Color information
#CF328D (or 0xCF328D) is known color: Deep Cerise. HEX triplet: CF, 32 and 8D. RGB value is (207,50,141). Sum of RGB (Red+Green+Blue) = 207+50+141=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF328D is #30CD72. Grayscale: #6B6B6B. Windows color (decimal): -3198323 or 9253583. OLE color: 9253583.
HSL color Cylindrical-coordinate representation of color #CF328D: hue angle of 325.22º 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 #CF328D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 141 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.19 |
| HSL | 325.22º | 0.62% | 0.5% | - |
| HSV(B) | 325.22º | 0.76% | 0.81% | - |
| XYZ | 31.68 | 17.47 | 26.9 | - |
| YUV | 107.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 141 | 0 | 0.76 | 0.32 | 0.19 | 325.22 | 0.62 | 0.5 |
| Hex | CF | 32 | 8D | 0 | 4C | 20 | 13 | 145 | 3E | 32 |
| Octal | 317 | 62 | 215 | 0 | 114 | 40 | 23 | 505 | 76 | 62 |
| Binary | 11001111 | 110010 | 10001101 | 0 | 1001100 | 100000 | 10011 | 101000101 | 111110 | 110010 |
Color Harmonies of #CF328D
Complementary color
Monochromatic Colors of #CF328D
Black with #CF328D
Text Example
Text Example
White with #CF328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF328D; }
p { color: rgb(207,50,141); }
H1.HeaderClassName
{
color: #CF328D;
}
.AnyTagClassName
{
color: #CF328D;
}
</style>
background-color css
<style>
a { background-color: #CF328D; }
a { background-color: rgb(207,50,141); }
div.DivClassName
{
background-color: #CF328D;
}
.BgClassName
{
background-color: #CF328D;
}
</style>
border-color css
<style>
span { border-color: #CF328D; }
span { border-color: rgb(207,50,141); }
td.TdClassName
{
border-color: #CF328D;
}
.TagClassName
{
border-color: #CF328D;
}
</style>