Shades of Deep Cerise #CF3A7D
Tints of Deep Cerise #CF3A7D
RGB
CMYK
RGB Variations
Color information
#CF3A7D (or 0xCF3A7D) is known color: Deep Cerise. HEX triplet: CF, 3A and 7D. RGB value is (207,58,125). Sum of RGB (Red+Green+Blue) = 207+58+125=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A7D is #30C582. Grayscale: #6E6E6E. Windows color (decimal): -3196291 or 8207055. OLE color: 8207055.
HSL color Cylindrical-coordinate representation of color #CF3A7D: hue angle of 333.02º 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 #CF3A7D is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 125 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.19 |
| HSL | 333.02º | 0.61% | 0.52% | - |
| HSV(B) | 333.02º | 0.72% | 0.81% | - |
| XYZ | 30.95 | 17.77 | 21.2 | - |
| YUV | 110.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 125 | 0 | 0.72 | 0.40 | 0.19 | 333.02 | 0.61 | 0.52 |
| Hex | CF | 3A | 7D | 0 | 48 | 28 | 13 | 14D | 3D | 34 |
| Octal | 317 | 72 | 175 | 0 | 110 | 50 | 23 | 515 | 75 | 64 |
| Binary | 11001111 | 111010 | 1111101 | 0 | 1001000 | 101000 | 10011 | 101001101 | 111101 | 110100 |
Color Harmonies of #CF3A7D
Complementary color
Monochromatic Colors of #CF3A7D
Black with #CF3A7D
Text Example
Text Example
White with #CF3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A7D; }
p { color: rgb(207,58,125); }
H1.HeaderClassName
{
color: #CF3A7D;
}
.AnyTagClassName
{
color: #CF3A7D;
}
</style>
background-color css
<style>
a { background-color: #CF3A7D; }
a { background-color: rgb(207,58,125); }
div.DivClassName
{
background-color: #CF3A7D;
}
.BgClassName
{
background-color: #CF3A7D;
}
</style>
border-color css
<style>
span { border-color: #CF3A7D; }
span { border-color: rgb(207,58,125); }
td.TdClassName
{
border-color: #CF3A7D;
}
.TagClassName
{
border-color: #CF3A7D;
}
</style>