Shades of Deep Cerise #CF3A76
Tints of Deep Cerise #CF3A76
RGB
CMYK
RGB Variations
Color information
#CF3A76 (or 0xCF3A76) is known color: Deep Cerise. HEX triplet: CF, 3A and 76. RGB value is (207,58,118). Sum of RGB (Red+Green+Blue) = 207+58+118=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A76 is #30C589. Grayscale: #6D6D6D. Windows color (decimal): -3196298 or 7748303. OLE color: 7748303.
HSL color Cylindrical-coordinate representation of color #CF3A76: hue angle of 335.84º 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 #CF3A76 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 118 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.19 |
| HSL | 335.84º | 0.61% | 0.52% | - |
| HSV(B) | 335.84º | 0.72% | 0.81% | - |
| XYZ | 30.52 | 17.6 | 18.93 | - |
| YUV | 109.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 118 | 0 | 0.72 | 0.43 | 0.19 | 335.84 | 0.61 | 0.52 |
| Hex | CF | 3A | 76 | 0 | 48 | 2B | 13 | 150 | 3D | 34 |
| Octal | 317 | 72 | 166 | 0 | 110 | 53 | 23 | 520 | 75 | 64 |
| Binary | 11001111 | 111010 | 1110110 | 0 | 1001000 | 101011 | 10011 | 101010000 | 111101 | 110100 |
Color Harmonies of #CF3A76
Complementary color
Monochromatic Colors of #CF3A76
Black with #CF3A76
Text Example
Text Example
White with #CF3A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A76; }
p { color: rgb(207,58,118); }
H1.HeaderClassName
{
color: #CF3A76;
}
.AnyTagClassName
{
color: #CF3A76;
}
</style>
background-color css
<style>
a { background-color: #CF3A76; }
a { background-color: rgb(207,58,118); }
div.DivClassName
{
background-color: #CF3A76;
}
.BgClassName
{
background-color: #CF3A76;
}
</style>
border-color css
<style>
span { border-color: #CF3A76; }
span { border-color: rgb(207,58,118); }
td.TdClassName
{
border-color: #CF3A76;
}
.TagClassName
{
border-color: #CF3A76;
}
</style>