Shades of Deep Cerise #CF3598
Tints of Deep Cerise #CF3598
RGB
CMYK
RGB Variations
Color information
#CF3598 (or 0xCF3598) is known color: Deep Cerise. HEX triplet: CF, 35 and 98. RGB value is (207,53,152). Sum of RGB (Red+Green+Blue) = 207+53+152=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3598 is #30CA67. Grayscale: #6E6E6E. Windows color (decimal): -3197544 or 9975247. OLE color: 9975247.
HSL color Cylindrical-coordinate representation of color #CF3598: hue angle of 321.43º degrees, saturation: 0.62, 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 #CF3598 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 152 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.19 |
| HSL | 321.43º | 0.62% | 0.51% | - |
| HSV(B) | 321.43º | 0.74% | 0.81% | - |
| XYZ | 32.67 | 18.08 | 31.47 | - |
| YUV | 110.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 152 | 0 | 0.74 | 0.27 | 0.19 | 321.43 | 0.62 | 0.51 |
| Hex | CF | 35 | 98 | 0 | 4A | 1B | 13 | 141 | 3E | 33 |
| Octal | 317 | 65 | 230 | 0 | 112 | 33 | 23 | 501 | 76 | 63 |
| Binary | 11001111 | 110101 | 10011000 | 0 | 1001010 | 11011 | 10011 | 101000001 | 111110 | 110011 |
Color Harmonies of #CF3598
Complementary color
Monochromatic Colors of #CF3598
Black with #CF3598
Text Example
Text Example
White with #CF3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3598; }
p { color: rgb(207,53,152); }
H1.HeaderClassName
{
color: #CF3598;
}
.AnyTagClassName
{
color: #CF3598;
}
</style>
background-color css
<style>
a { background-color: #CF3598; }
a { background-color: rgb(207,53,152); }
div.DivClassName
{
background-color: #CF3598;
}
.BgClassName
{
background-color: #CF3598;
}
</style>
border-color css
<style>
span { border-color: #CF3598; }
span { border-color: rgb(207,53,152); }
td.TdClassName
{
border-color: #CF3598;
}
.TagClassName
{
border-color: #CF3598;
}
</style>