Shades of Deep Cerise #CF407E
Tints of Deep Cerise #CF407E
RGB
CMYK
RGB Variations
Color information
#CF407E (or 0xCF407E) is known color: Deep Cerise. HEX triplet: CF, 40 and 7E. RGB value is (207,64,126). Sum of RGB (Red+Green+Blue) = 207+64+126=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF407E is #30BF81. Grayscale: #717171. Windows color (decimal): -3194754 or 8274127. OLE color: 8274127.
HSL color Cylindrical-coordinate representation of color #CF407E: hue angle of 333.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF407E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 126 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.19 |
| HSL | 333.99º | 0.6% | 0.53% | - |
| HSV(B) | 333.99º | 0.69% | 0.81% | - |
| XYZ | 31.33 | 18.44 | 21.65 | - |
| YUV | 113.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 126 | 0 | 0.69 | 0.39 | 0.19 | 333.99 | 0.6 | 0.53 |
| Hex | CF | 40 | 7E | 0 | 45 | 27 | 13 | 14E | 3C | 35 |
| Octal | 317 | 100 | 176 | 0 | 105 | 47 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1111110 | 0 | 1000101 | 100111 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF407E
Complementary color
Monochromatic Colors of #CF407E
Black with #CF407E
Text Example
Text Example
White with #CF407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF407E; }
p { color: rgb(207,64,126); }
H1.HeaderClassName
{
color: #CF407E;
}
.AnyTagClassName
{
color: #CF407E;
}
</style>
background-color css
<style>
a { background-color: #CF407E; }
a { background-color: rgb(207,64,126); }
div.DivClassName
{
background-color: #CF407E;
}
.BgClassName
{
background-color: #CF407E;
}
</style>
border-color css
<style>
span { border-color: #CF407E; }
span { border-color: rgb(207,64,126); }
td.TdClassName
{
border-color: #CF407E;
}
.TagClassName
{
border-color: #CF407E;
}
</style>