Shades of Deep Cerise #CF3D85
Tints of Deep Cerise #CF3D85
RGB
CMYK
RGB Variations
Color information
#CF3D85 (or 0xCF3D85) is known color: Deep Cerise. HEX triplet: CF, 3D and 85. RGB value is (207,61,133). Sum of RGB (Red+Green+Blue) = 207+61+133=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D85 is #30C27A. Grayscale: #707070. Windows color (decimal): -3195515 or 8732111. OLE color: 8732111.
HSL color Cylindrical-coordinate representation of color #CF3D85: hue angle of 330.41º 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 #CF3D85 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 133 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.19 |
| HSL | 330.41º | 0.6% | 0.53% | - |
| HSV(B) | 330.41º | 0.71% | 0.81% | - |
| XYZ | 31.63 | 18.3 | 24.05 | - |
| YUV | 112.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 133 | 0 | 0.71 | 0.36 | 0.19 | 330.41 | 0.6 | 0.53 |
| Hex | CF | 3D | 85 | 0 | 47 | 24 | 13 | 14A | 3C | 35 |
| Octal | 317 | 75 | 205 | 0 | 107 | 44 | 23 | 512 | 74 | 65 |
| Binary | 11001111 | 111101 | 10000101 | 0 | 1000111 | 100100 | 10011 | 101001010 | 111100 | 110101 |
Color Harmonies of #CF3D85
Complementary color
Monochromatic Colors of #CF3D85
Black with #CF3D85
Text Example
Text Example
White with #CF3D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D85; }
p { color: rgb(207,61,133); }
H1.HeaderClassName
{
color: #CF3D85;
}
.AnyTagClassName
{
color: #CF3D85;
}
</style>
background-color css
<style>
a { background-color: #CF3D85; }
a { background-color: rgb(207,61,133); }
div.DivClassName
{
background-color: #CF3D85;
}
.BgClassName
{
background-color: #CF3D85;
}
</style>
border-color css
<style>
span { border-color: #CF3D85; }
span { border-color: rgb(207,61,133); }
td.TdClassName
{
border-color: #CF3D85;
}
.TagClassName
{
border-color: #CF3D85;
}
</style>