Shades of Deep Cerise #CF3885
Tints of Deep Cerise #CF3885
RGB
CMYK
RGB Variations
Color information
#CF3885 (or 0xCF3885) is known color: Deep Cerise. HEX triplet: CF, 38 and 85. RGB value is (207,56,133). Sum of RGB (Red+Green+Blue) = 207+56+133=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3885 is #30C77A. Grayscale: #6D6D6D. Windows color (decimal): -3196795 or 8730831. OLE color: 8730831.
HSL color Cylindrical-coordinate representation of color #CF3885: hue angle of 329.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3885 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 133 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.19 |
| HSL | 329.4º | 0.61% | 0.52% | - |
| HSV(B) | 329.4º | 0.73% | 0.81% | - |
| XYZ | 31.38 | 17.79 | 23.97 | - |
| YUV | 109.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 133 | 0 | 0.73 | 0.36 | 0.19 | 329.4 | 0.61 | 0.52 |
| Hex | CF | 38 | 85 | 0 | 49 | 24 | 13 | 149 | 3D | 34 |
| Octal | 317 | 70 | 205 | 0 | 111 | 44 | 23 | 511 | 75 | 64 |
| Binary | 11001111 | 111000 | 10000101 | 0 | 1001001 | 100100 | 10011 | 101001001 | 111101 | 110100 |
Color Harmonies of #CF3885
Complementary color
Monochromatic Colors of #CF3885
Black with #CF3885
Text Example
Text Example
White with #CF3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3885; }
p { color: rgb(207,56,133); }
H1.HeaderClassName
{
color: #CF3885;
}
.AnyTagClassName
{
color: #CF3885;
}
</style>
background-color css
<style>
a { background-color: #CF3885; }
a { background-color: rgb(207,56,133); }
div.DivClassName
{
background-color: #CF3885;
}
.BgClassName
{
background-color: #CF3885;
}
</style>
border-color css
<style>
span { border-color: #CF3885; }
span { border-color: rgb(207,56,133); }
td.TdClassName
{
border-color: #CF3885;
}
.TagClassName
{
border-color: #CF3885;
}
</style>