Shades of Deep Cerise #CF3A85
Tints of Deep Cerise #CF3A85
RGB
CMYK
RGB Variations
Color information
#CF3A85 (or 0xCF3A85) is known color: Deep Cerise. HEX triplet: CF, 3A and 85. RGB value is (207,58,133). Sum of RGB (Red+Green+Blue) = 207+58+133=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A85 is #30C57A. Grayscale: #6E6E6E. Windows color (decimal): -3196283 or 8731343. OLE color: 8731343.
HSL color Cylindrical-coordinate representation of color #CF3A85: hue angle of 329.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A85 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 133 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.19 |
| HSL | 329.8º | 0.61% | 0.52% | - |
| HSV(B) | 329.8º | 0.72% | 0.81% | - |
| XYZ | 31.48 | 17.98 | 24 | - |
| YUV | 111.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 133 | 0 | 0.72 | 0.36 | 0.19 | 329.8 | 0.61 | 0.52 |
| Hex | CF | 3A | 85 | 0 | 48 | 24 | 13 | 14A | 3D | 34 |
| Octal | 317 | 72 | 205 | 0 | 110 | 44 | 23 | 512 | 75 | 64 |
| Binary | 11001111 | 111010 | 10000101 | 0 | 1001000 | 100100 | 10011 | 101001010 | 111101 | 110100 |
Color Harmonies of #CF3A85
Complementary color
Monochromatic Colors of #CF3A85
Black with #CF3A85
Text Example
Text Example
White with #CF3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A85; }
p { color: rgb(207,58,133); }
H1.HeaderClassName
{
color: #CF3A85;
}
.AnyTagClassName
{
color: #CF3A85;
}
</style>
background-color css
<style>
a { background-color: #CF3A85; }
a { background-color: rgb(207,58,133); }
div.DivClassName
{
background-color: #CF3A85;
}
.BgClassName
{
background-color: #CF3A85;
}
</style>
border-color css
<style>
span { border-color: #CF3A85; }
span { border-color: rgb(207,58,133); }
td.TdClassName
{
border-color: #CF3A85;
}
.TagClassName
{
border-color: #CF3A85;
}
</style>