Shades of Deep Cerise #CF3698
Tints of Deep Cerise #CF3698
RGB
CMYK
RGB Variations
Color information
#CF3698 (or 0xCF3698) is known color: Deep Cerise. HEX triplet: CF, 36 and 98. RGB value is (207,54,152). Sum of RGB (Red+Green+Blue) = 207+54+152=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3698 is #30C967. Grayscale: #6E6E6E. Windows color (decimal): -3197288 or 9975503. OLE color: 9975503.
HSL color Cylindrical-coordinate representation of color #CF3698: hue angle of 321.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3698 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 152 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.19 |
| HSL | 321.57º | 0.61% | 0.51% | - |
| HSV(B) | 321.57º | 0.74% | 0.81% | - |
| XYZ | 32.72 | 18.17 | 31.49 | - |
| YUV | 110.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 152 | 0 | 0.74 | 0.27 | 0.19 | 321.57 | 0.61 | 0.51 |
| Hex | CF | 36 | 98 | 0 | 4A | 1B | 13 | 142 | 3D | 33 |
| Octal | 317 | 66 | 230 | 0 | 112 | 33 | 23 | 502 | 75 | 63 |
| Binary | 11001111 | 110110 | 10011000 | 0 | 1001010 | 11011 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CF3698
Complementary color
Monochromatic Colors of #CF3698
Black with #CF3698
Text Example
Text Example
White with #CF3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3698; }
p { color: rgb(207,54,152); }
H1.HeaderClassName
{
color: #CF3698;
}
.AnyTagClassName
{
color: #CF3698;
}
</style>
background-color css
<style>
a { background-color: #CF3698; }
a { background-color: rgb(207,54,152); }
div.DivClassName
{
background-color: #CF3698;
}
.BgClassName
{
background-color: #CF3698;
}
</style>
border-color css
<style>
span { border-color: #CF3698; }
span { border-color: rgb(207,54,152); }
td.TdClassName
{
border-color: #CF3698;
}
.TagClassName
{
border-color: #CF3698;
}
</style>