Shades of Deep Cerise #CF3A8E
Tints of Deep Cerise #CF3A8E
RGB
CMYK
RGB Variations
Color information
#CF3A8E (or 0xCF3A8E) is known color: Deep Cerise. HEX triplet: CF, 3A and 8E. RGB value is (207,58,142). Sum of RGB (Red+Green+Blue) = 207+58+142=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A8E is #30C571. Grayscale: #6F6F6F. Windows color (decimal): -3196274 or 9321167. OLE color: 9321167.
HSL color Cylindrical-coordinate representation of color #CF3A8E: hue angle of 326.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A8E is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 142 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.19 |
| HSL | 326.17º | 0.61% | 0.52% | - |
| HSV(B) | 326.17º | 0.72% | 0.81% | - |
| XYZ | 32.13 | 18.24 | 27.42 | - |
| YUV | 112.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 142 | 0 | 0.72 | 0.31 | 0.19 | 326.17 | 0.61 | 0.52 |
| Hex | CF | 3A | 8E | 0 | 48 | 1F | 13 | 146 | 3D | 34 |
| Octal | 317 | 72 | 216 | 0 | 110 | 37 | 23 | 506 | 75 | 64 |
| Binary | 11001111 | 111010 | 10001110 | 0 | 1001000 | 11111 | 10011 | 101000110 | 111101 | 110100 |
Color Harmonies of #CF3A8E
Complementary color
Monochromatic Colors of #CF3A8E
Black with #CF3A8E
Text Example
Text Example
White with #CF3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A8E; }
p { color: rgb(207,58,142); }
H1.HeaderClassName
{
color: #CF3A8E;
}
.AnyTagClassName
{
color: #CF3A8E;
}
</style>
background-color css
<style>
a { background-color: #CF3A8E; }
a { background-color: rgb(207,58,142); }
div.DivClassName
{
background-color: #CF3A8E;
}
.BgClassName
{
background-color: #CF3A8E;
}
</style>
border-color css
<style>
span { border-color: #CF3A8E; }
span { border-color: rgb(207,58,142); }
td.TdClassName
{
border-color: #CF3A8E;
}
.TagClassName
{
border-color: #CF3A8E;
}
</style>