Shades of Deep Cerise #CF3A7F
Tints of Deep Cerise #CF3A7F
RGB
CMYK
RGB Variations
Color information
#CF3A7F (or 0xCF3A7F) is known color: Deep Cerise. HEX triplet: CF, 3A and 7F. RGB value is (207,58,127). Sum of RGB (Red+Green+Blue) = 207+58+127=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A7F is #30C580. Grayscale: #6E6E6E. Windows color (decimal): -3196289 or 8338127. OLE color: 8338127.
HSL color Cylindrical-coordinate representation of color #CF3A7F: hue angle of 332.21º 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 #CF3A7F is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 127 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.19 |
| HSL | 332.21º | 0.61% | 0.52% | - |
| HSV(B) | 332.21º | 0.72% | 0.81% | - |
| XYZ | 31.08 | 17.82 | 21.88 | - |
| YUV | 110.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 127 | 0 | 0.72 | 0.39 | 0.19 | 332.21 | 0.61 | 0.52 |
| Hex | CF | 3A | 7F | 0 | 48 | 27 | 13 | 14C | 3D | 34 |
| Octal | 317 | 72 | 177 | 0 | 110 | 47 | 23 | 514 | 75 | 64 |
| Binary | 11001111 | 111010 | 1111111 | 0 | 1001000 | 100111 | 10011 | 101001100 | 111101 | 110100 |
Color Harmonies of #CF3A7F
Complementary color
Monochromatic Colors of #CF3A7F
Black with #CF3A7F
Text Example
Text Example
White with #CF3A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A7F; }
p { color: rgb(207,58,127); }
H1.HeaderClassName
{
color: #CF3A7F;
}
.AnyTagClassName
{
color: #CF3A7F;
}
</style>
background-color css
<style>
a { background-color: #CF3A7F; }
a { background-color: rgb(207,58,127); }
div.DivClassName
{
background-color: #CF3A7F;
}
.BgClassName
{
background-color: #CF3A7F;
}
</style>
border-color css
<style>
span { border-color: #CF3A7F; }
span { border-color: rgb(207,58,127); }
td.TdClassName
{
border-color: #CF3A7F;
}
.TagClassName
{
border-color: #CF3A7F;
}
</style>