Shades of Deep Cerise #CF3C8F
Tints of Deep Cerise #CF3C8F
RGB
CMYK
RGB Variations
Color information
#CF3C8F (or 0xCF3C8F) is known color: Deep Cerise. HEX triplet: CF, 3C and 8F. RGB value is (207,60,143). Sum of RGB (Red+Green+Blue) = 207+60+143=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C8F is #30C370. Grayscale: #717171. Windows color (decimal): -3195761 or 9387215. OLE color: 9387215.
HSL color Cylindrical-coordinate representation of color #CF3C8F: hue angle of 326.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C8F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 143 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.19 |
| HSL | 326.12º | 0.6% | 0.52% | - |
| HSV(B) | 326.12º | 0.71% | 0.81% | - |
| XYZ | 32.31 | 18.48 | 27.85 | - |
| YUV | 113.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 143 | 0 | 0.71 | 0.31 | 0.19 | 326.12 | 0.6 | 0.52 |
| Hex | CF | 3C | 8F | 0 | 47 | 1F | 13 | 146 | 3C | 34 |
| Octal | 317 | 74 | 217 | 0 | 107 | 37 | 23 | 506 | 74 | 64 |
| Binary | 11001111 | 111100 | 10001111 | 0 | 1000111 | 11111 | 10011 | 101000110 | 111100 | 110100 |
Color Harmonies of #CF3C8F
Complementary color
Monochromatic Colors of #CF3C8F
Black with #CF3C8F
Text Example
Text Example
White with #CF3C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C8F; }
p { color: rgb(207,60,143); }
H1.HeaderClassName
{
color: #CF3C8F;
}
.AnyTagClassName
{
color: #CF3C8F;
}
</style>
background-color css
<style>
a { background-color: #CF3C8F; }
a { background-color: rgb(207,60,143); }
div.DivClassName
{
background-color: #CF3C8F;
}
.BgClassName
{
background-color: #CF3C8F;
}
</style>
border-color css
<style>
span { border-color: #CF3C8F; }
span { border-color: rgb(207,60,143); }
td.TdClassName
{
border-color: #CF3C8F;
}
.TagClassName
{
border-color: #CF3C8F;
}
</style>