Shades of Deep Cerise #CF369E
Tints of Deep Cerise #CF369E
RGB
CMYK
RGB Variations
Color information
#CF369E (or 0xCF369E) is known color: Deep Cerise. HEX triplet: CF, 36 and 9E. RGB value is (207,54,158). Sum of RGB (Red+Green+Blue) = 207+54+158=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369E is #30C961. Grayscale: #6F6F6F. Windows color (decimal): -3197282 or 10368719. OLE color: 10368719.
HSL color Cylindrical-coordinate representation of color #CF369E: hue angle of 319.22º 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 #CF369E is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 158 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.19 |
| HSL | 319.22º | 0.61% | 0.51% | - |
| HSV(B) | 319.22º | 0.74% | 0.81% | - |
| XYZ | 33.22 | 18.37 | 34.14 | - |
| YUV | 111.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 158 | 0 | 0.74 | 0.24 | 0.19 | 319.22 | 0.61 | 0.51 |
| Hex | CF | 36 | 9E | 0 | 4A | 18 | 13 | 13F | 3D | 33 |
| Octal | 317 | 66 | 236 | 0 | 112 | 30 | 23 | 477 | 75 | 63 |
| Binary | 11001111 | 110110 | 10011110 | 0 | 1001010 | 11000 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CF369E
Complementary color
Monochromatic Colors of #CF369E
Black with #CF369E
Text Example
Text Example
White with #CF369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF369E; }
p { color: rgb(207,54,158); }
H1.HeaderClassName
{
color: #CF369E;
}
.AnyTagClassName
{
color: #CF369E;
}
</style>
background-color css
<style>
a { background-color: #CF369E; }
a { background-color: rgb(207,54,158); }
div.DivClassName
{
background-color: #CF369E;
}
.BgClassName
{
background-color: #CF369E;
}
</style>
border-color css
<style>
span { border-color: #CF369E; }
span { border-color: rgb(207,54,158); }
td.TdClassName
{
border-color: #CF369E;
}
.TagClassName
{
border-color: #CF369E;
}
</style>