Shades of Deep Cerise #CF2685
Tints of Deep Cerise #CF2685
RGB
CMYK
RGB Variations
Color information
#CF2685 (or 0xCF2685) is known color: Deep Cerise. HEX triplet: CF, 26 and 85. RGB value is (207,38,133). Sum of RGB (Red+Green+Blue) = 207+38+133=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2685 is #30D97A. Grayscale: #636363. Windows color (decimal): -3201403 or 8726223. OLE color: 8726223.
HSL color Cylindrical-coordinate representation of color #CF2685: hue angle of 326.27º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2685 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 133 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.19 |
| HSL | 326.27º | 0.69% | 0.48% | - |
| HSV(B) | 326.27º | 0.82% | 0.81% | - |
| XYZ | 30.66 | 16.35 | 23.73 | - |
| YUV | 99.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 133 | 0 | 0.82 | 0.36 | 0.19 | 326.27 | 0.69 | 0.48 |
| Hex | CF | 26 | 85 | 0 | 52 | 24 | 13 | 146 | 45 | 30 |
| Octal | 317 | 46 | 205 | 0 | 122 | 44 | 23 | 506 | 105 | 60 |
| Binary | 11001111 | 100110 | 10000101 | 0 | 1010010 | 100100 | 10011 | 101000110 | 1000101 | 110000 |
Color Harmonies of #CF2685
Complementary color
Monochromatic Colors of #CF2685
Black with #CF2685
Text Example
Text Example
White with #CF2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2685; }
p { color: rgb(207,38,133); }
H1.HeaderClassName
{
color: #CF2685;
}
.AnyTagClassName
{
color: #CF2685;
}
</style>
background-color css
<style>
a { background-color: #CF2685; }
a { background-color: rgb(207,38,133); }
div.DivClassName
{
background-color: #CF2685;
}
.BgClassName
{
background-color: #CF2685;
}
</style>
border-color css
<style>
span { border-color: #CF2685; }
span { border-color: rgb(207,38,133); }
td.TdClassName
{
border-color: #CF2685;
}
.TagClassName
{
border-color: #CF2685;
}
</style>