Shades of Deep Cerise #CF407D
Tints of Deep Cerise #CF407D
RGB
CMYK
RGB Variations
Color information
#CF407D (or 0xCF407D) is known color: Deep Cerise. HEX triplet: CF, 40 and 7D. RGB value is (207,64,125). Sum of RGB (Red+Green+Blue) = 207+64+125=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF407D is #30BF82. Grayscale: #717171. Windows color (decimal): -3194755 or 8208591. OLE color: 8208591.
HSL color Cylindrical-coordinate representation of color #CF407D: hue angle of 334.41º 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 #CF407D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 125 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.19 |
| HSL | 334.41º | 0.6% | 0.53% | - |
| HSV(B) | 334.41º | 0.69% | 0.81% | - |
| XYZ | 31.27 | 18.41 | 21.31 | - |
| YUV | 113.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 125 | 0 | 0.69 | 0.40 | 0.19 | 334.41 | 0.6 | 0.53 |
| Hex | CF | 40 | 7D | 0 | 45 | 28 | 13 | 14E | 3C | 35 |
| Octal | 317 | 100 | 175 | 0 | 105 | 50 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1111101 | 0 | 1000101 | 101000 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF407D
Complementary color
Monochromatic Colors of #CF407D
Black with #CF407D
Text Example
Text Example
White with #CF407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF407D; }
p { color: rgb(207,64,125); }
H1.HeaderClassName
{
color: #CF407D;
}
.AnyTagClassName
{
color: #CF407D;
}
</style>
background-color css
<style>
a { background-color: #CF407D; }
a { background-color: rgb(207,64,125); }
div.DivClassName
{
background-color: #CF407D;
}
.BgClassName
{
background-color: #CF407D;
}
</style>
border-color css
<style>
span { border-color: #CF407D; }
span { border-color: rgb(207,64,125); }
td.TdClassName
{
border-color: #CF407D;
}
.TagClassName
{
border-color: #CF407D;
}
</style>