Shades of Deep Cerise #CF3C85
Tints of Deep Cerise #CF3C85
RGB
CMYK
RGB Variations
Color information
#CF3C85 (or 0xCF3C85) is known color: Deep Cerise. HEX triplet: CF, 3C and 85. RGB value is (207,60,133). Sum of RGB (Red+Green+Blue) = 207+60+133=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C85 is #30C37A. Grayscale: #707070. Windows color (decimal): -3195771 or 8731855. OLE color: 8731855.
HSL color Cylindrical-coordinate representation of color #CF3C85: hue angle of 330.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C85 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 133 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.19 |
| HSL | 330.2º | 0.6% | 0.52% | - |
| HSV(B) | 330.2º | 0.71% | 0.81% | - |
| XYZ | 31.58 | 18.19 | 24.04 | - |
| YUV | 112.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 133 | 0 | 0.71 | 0.36 | 0.19 | 330.2 | 0.6 | 0.52 |
| Hex | CF | 3C | 85 | 0 | 47 | 24 | 13 | 14A | 3C | 34 |
| Octal | 317 | 74 | 205 | 0 | 107 | 44 | 23 | 512 | 74 | 64 |
| Binary | 11001111 | 111100 | 10000101 | 0 | 1000111 | 100100 | 10011 | 101001010 | 111100 | 110100 |
Color Harmonies of #CF3C85
Complementary color
Monochromatic Colors of #CF3C85
Black with #CF3C85
Text Example
Text Example
White with #CF3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C85; }
p { color: rgb(207,60,133); }
H1.HeaderClassName
{
color: #CF3C85;
}
.AnyTagClassName
{
color: #CF3C85;
}
</style>
background-color css
<style>
a { background-color: #CF3C85; }
a { background-color: rgb(207,60,133); }
div.DivClassName
{
background-color: #CF3C85;
}
.BgClassName
{
background-color: #CF3C85;
}
</style>
border-color css
<style>
span { border-color: #CF3C85; }
span { border-color: rgb(207,60,133); }
td.TdClassName
{
border-color: #CF3C85;
}
.TagClassName
{
border-color: #CF3C85;
}
</style>