Shades of Deep Cerise #CF417E
Tints of Deep Cerise #CF417E
RGB
CMYK
RGB Variations
Color information
#CF417E (or 0xCF417E) is known color: Deep Cerise. HEX triplet: CF, 41 and 7E. RGB value is (207,65,126). Sum of RGB (Red+Green+Blue) = 207+65+126=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417E is #30BE81. Grayscale: #727272. Windows color (decimal): -3194498 or 8274383. OLE color: 8274383.
HSL color Cylindrical-coordinate representation of color #CF417E: hue angle of 334.23º 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 #CF417E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 126 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.19 |
| HSL | 334.23º | 0.6% | 0.53% | - |
| HSV(B) | 334.23º | 0.69% | 0.81% | - |
| XYZ | 31.39 | 18.55 | 21.67 | - |
| YUV | 114.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 126 | 0 | 0.69 | 0.39 | 0.19 | 334.23 | 0.6 | 0.53 |
| Hex | CF | 41 | 7E | 0 | 45 | 27 | 13 | 14E | 3C | 35 |
| Octal | 317 | 101 | 176 | 0 | 105 | 47 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1111110 | 0 | 1000101 | 100111 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF417E
Complementary color
Monochromatic Colors of #CF417E
Black with #CF417E
Text Example
Text Example
White with #CF417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF417E; }
p { color: rgb(207,65,126); }
H1.HeaderClassName
{
color: #CF417E;
}
.AnyTagClassName
{
color: #CF417E;
}
</style>
background-color css
<style>
a { background-color: #CF417E; }
a { background-color: rgb(207,65,126); }
div.DivClassName
{
background-color: #CF417E;
}
.BgClassName
{
background-color: #CF417E;
}
</style>
border-color css
<style>
span { border-color: #CF417E; }
span { border-color: rgb(207,65,126); }
td.TdClassName
{
border-color: #CF417E;
}
.TagClassName
{
border-color: #CF417E;
}
</style>