Shades of Deep Cerise #CF3A7A
Tints of Deep Cerise #CF3A7A
RGB
CMYK
RGB Variations
Color information
#CF3A7A (or 0xCF3A7A) is known color: Deep Cerise. HEX triplet: CF, 3A and 7A. RGB value is (207,58,122). Sum of RGB (Red+Green+Blue) = 207+58+122=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A7A is #30C585. Grayscale: #6D6D6D. Windows color (decimal): -3196294 or 8010447. OLE color: 8010447.
HSL color Cylindrical-coordinate representation of color #CF3A7A: hue angle of 334.23º 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 #CF3A7A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 122 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.19 |
| HSL | 334.23º | 0.61% | 0.52% | - |
| HSV(B) | 334.23º | 0.72% | 0.81% | - |
| XYZ | 30.76 | 17.7 | 20.21 | - |
| YUV | 109.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 122 | 0 | 0.72 | 0.41 | 0.19 | 334.23 | 0.61 | 0.52 |
| Hex | CF | 3A | 7A | 0 | 48 | 29 | 13 | 14E | 3D | 34 |
| Octal | 317 | 72 | 172 | 0 | 110 | 51 | 23 | 516 | 75 | 64 |
| Binary | 11001111 | 111010 | 1111010 | 0 | 1001000 | 101001 | 10011 | 101001110 | 111101 | 110100 |
Color Harmonies of #CF3A7A
Complementary color
Monochromatic Colors of #CF3A7A
Black with #CF3A7A
Text Example
Text Example
White with #CF3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A7A; }
p { color: rgb(207,58,122); }
H1.HeaderClassName
{
color: #CF3A7A;
}
.AnyTagClassName
{
color: #CF3A7A;
}
</style>
background-color css
<style>
a { background-color: #CF3A7A; }
a { background-color: rgb(207,58,122); }
div.DivClassName
{
background-color: #CF3A7A;
}
.BgClassName
{
background-color: #CF3A7A;
}
</style>
border-color css
<style>
span { border-color: #CF3A7A; }
span { border-color: rgb(207,58,122); }
td.TdClassName
{
border-color: #CF3A7A;
}
.TagClassName
{
border-color: #CF3A7A;
}
</style>