Shades of Deep Cerise #CF3D7D
Tints of Deep Cerise #CF3D7D
RGB
CMYK
RGB Variations
Color information
#CF3D7D (or 0xCF3D7D) is known color: Deep Cerise. HEX triplet: CF, 3D and 7D. RGB value is (207,61,125). Sum of RGB (Red+Green+Blue) = 207+61+125=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D7D is #30C282. Grayscale: #6F6F6F. Windows color (decimal): -3195523 or 8207823. OLE color: 8207823.
HSL color Cylindrical-coordinate representation of color #CF3D7D: hue angle of 333.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D7D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 125 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.19 |
| HSL | 333.7º | 0.6% | 0.53% | - |
| HSV(B) | 333.7º | 0.71% | 0.81% | - |
| XYZ | 31.1 | 18.08 | 21.25 | - |
| YUV | 111.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 125 | 0 | 0.71 | 0.40 | 0.19 | 333.7 | 0.6 | 0.53 |
| Hex | CF | 3D | 7D | 0 | 47 | 28 | 13 | 14E | 3C | 35 |
| Octal | 317 | 75 | 175 | 0 | 107 | 50 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 111101 | 1111101 | 0 | 1000111 | 101000 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF3D7D
Complementary color
Monochromatic Colors of #CF3D7D
Black with #CF3D7D
Text Example
Text Example
White with #CF3D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D7D; }
p { color: rgb(207,61,125); }
H1.HeaderClassName
{
color: #CF3D7D;
}
.AnyTagClassName
{
color: #CF3D7D;
}
</style>
background-color css
<style>
a { background-color: #CF3D7D; }
a { background-color: rgb(207,61,125); }
div.DivClassName
{
background-color: #CF3D7D;
}
.BgClassName
{
background-color: #CF3D7D;
}
</style>
border-color css
<style>
span { border-color: #CF3D7D; }
span { border-color: rgb(207,61,125); }
td.TdClassName
{
border-color: #CF3D7D;
}
.TagClassName
{
border-color: #CF3D7D;
}
</style>