Shades of Deep Cerise #CF3D7A
Tints of Deep Cerise #CF3D7A
RGB
CMYK
RGB Variations
Color information
#CF3D7A (or 0xCF3D7A) is known color: Deep Cerise. HEX triplet: CF, 3D and 7A. RGB value is (207,61,122). Sum of RGB (Red+Green+Blue) = 207+61+122=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D7A is #30C285. Grayscale: #6F6F6F. Windows color (decimal): -3195526 or 8011215. OLE color: 8011215.
HSL color Cylindrical-coordinate representation of color #CF3D7A: hue angle of 334.93º 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 #CF3D7A is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 122 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.19 |
| HSL | 334.93º | 0.6% | 0.53% | - |
| HSV(B) | 334.93º | 0.71% | 0.81% | - |
| XYZ | 30.91 | 18.01 | 20.26 | - |
| YUV | 111.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 122 | 0 | 0.71 | 0.41 | 0.19 | 334.93 | 0.6 | 0.53 |
| Hex | CF | 3D | 7A | 0 | 47 | 29 | 13 | 14F | 3C | 35 |
| Octal | 317 | 75 | 172 | 0 | 107 | 51 | 23 | 517 | 74 | 65 |
| Binary | 11001111 | 111101 | 1111010 | 0 | 1000111 | 101001 | 10011 | 101001111 | 111100 | 110101 |
Color Harmonies of #CF3D7A
Complementary color
Monochromatic Colors of #CF3D7A
Black with #CF3D7A
Text Example
Text Example
White with #CF3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D7A; }
p { color: rgb(207,61,122); }
H1.HeaderClassName
{
color: #CF3D7A;
}
.AnyTagClassName
{
color: #CF3D7A;
}
</style>
background-color css
<style>
a { background-color: #CF3D7A; }
a { background-color: rgb(207,61,122); }
div.DivClassName
{
background-color: #CF3D7A;
}
.BgClassName
{
background-color: #CF3D7A;
}
</style>
border-color css
<style>
span { border-color: #CF3D7A; }
span { border-color: rgb(207,61,122); }
td.TdClassName
{
border-color: #CF3D7A;
}
.TagClassName
{
border-color: #CF3D7A;
}
</style>