Shades of Deep Cerise #CF3893
Tints of Deep Cerise #CF3893
RGB
CMYK
RGB Variations
Color information
#CF3893 (or 0xCF3893) is known color: Deep Cerise. HEX triplet: CF, 38 and 93. RGB value is (207,56,147). Sum of RGB (Red+Green+Blue) = 207+56+147=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3893 is #30C76C. Grayscale: #6F6F6F. Windows color (decimal): -3196781 or 9648335. OLE color: 9648335.
HSL color Cylindrical-coordinate representation of color #CF3893: hue angle of 323.84º 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 #CF3893 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 147 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.19 |
| HSL | 323.84º | 0.61% | 0.52% | - |
| HSV(B) | 323.84º | 0.73% | 0.81% | - |
| XYZ | 32.41 | 18.2 | 29.41 | - |
| YUV | 111.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 147 | 0 | 0.73 | 0.29 | 0.19 | 323.84 | 0.61 | 0.52 |
| Hex | CF | 38 | 93 | 0 | 49 | 1D | 13 | 144 | 3D | 34 |
| Octal | 317 | 70 | 223 | 0 | 111 | 35 | 23 | 504 | 75 | 64 |
| Binary | 11001111 | 111000 | 10010011 | 0 | 1001001 | 11101 | 10011 | 101000100 | 111101 | 110100 |
Color Harmonies of #CF3893
Complementary color
Monochromatic Colors of #CF3893
Black with #CF3893
Text Example
Text Example
White with #CF3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3893; }
p { color: rgb(207,56,147); }
H1.HeaderClassName
{
color: #CF3893;
}
.AnyTagClassName
{
color: #CF3893;
}
</style>
background-color css
<style>
a { background-color: #CF3893; }
a { background-color: rgb(207,56,147); }
div.DivClassName
{
background-color: #CF3893;
}
.BgClassName
{
background-color: #CF3893;
}
</style>
border-color css
<style>
span { border-color: #CF3893; }
span { border-color: rgb(207,56,147); }
td.TdClassName
{
border-color: #CF3893;
}
.TagClassName
{
border-color: #CF3893;
}
</style>