Shades of Deep Cerise #CF3D8D
Tints of Deep Cerise #CF3D8D
RGB
CMYK
RGB Variations
Color information
#CF3D8D (or 0xCF3D8D) is known color: Deep Cerise. HEX triplet: CF, 3D and 8D. RGB value is (207,61,141). Sum of RGB (Red+Green+Blue) = 207+61+141=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D8D is #30C272. Grayscale: #717171. Windows color (decimal): -3195507 or 9256399. OLE color: 9256399.
HSL color Cylindrical-coordinate representation of color #CF3D8D: hue angle of 327.12º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D8D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 141 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.19 |
| HSL | 327.12º | 0.6% | 0.53% | - |
| HSV(B) | 327.12º | 0.71% | 0.81% | - |
| XYZ | 32.21 | 18.53 | 27.08 | - |
| YUV | 113.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 141 | 0 | 0.71 | 0.32 | 0.19 | 327.12 | 0.6 | 0.53 |
| Hex | CF | 3D | 8D | 0 | 47 | 20 | 13 | 147 | 3C | 35 |
| Octal | 317 | 75 | 215 | 0 | 107 | 40 | 23 | 507 | 74 | 65 |
| Binary | 11001111 | 111101 | 10001101 | 0 | 1000111 | 100000 | 10011 | 101000111 | 111100 | 110101 |
Color Harmonies of #CF3D8D
Complementary color
Monochromatic Colors of #CF3D8D
Black with #CF3D8D
Text Example
Text Example
White with #CF3D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D8D; }
p { color: rgb(207,61,141); }
H1.HeaderClassName
{
color: #CF3D8D;
}
.AnyTagClassName
{
color: #CF3D8D;
}
</style>
background-color css
<style>
a { background-color: #CF3D8D; }
a { background-color: rgb(207,61,141); }
div.DivClassName
{
background-color: #CF3D8D;
}
.BgClassName
{
background-color: #CF3D8D;
}
</style>
border-color css
<style>
span { border-color: #CF3D8D; }
span { border-color: rgb(207,61,141); }
td.TdClassName
{
border-color: #CF3D8D;
}
.TagClassName
{
border-color: #CF3D8D;
}
</style>