Shades of Deep Cerise #CF367C
Tints of Deep Cerise #CF367C
RGB
CMYK
RGB Variations
Color information
#CF367C (or 0xCF367C) is known color: Deep Cerise. HEX triplet: CF, 36 and 7C. RGB value is (207,54,124). Sum of RGB (Red+Green+Blue) = 207+54+124=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF367C is #30C983. Grayscale: #6B6B6B. Windows color (decimal): -3197316 or 8140495. OLE color: 8140495.
HSL color Cylindrical-coordinate representation of color #CF367C: hue angle of 332.55º 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 #CF367C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 124 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.19 |
| HSL | 332.55º | 0.61% | 0.51% | - |
| HSV(B) | 332.55º | 0.74% | 0.81% | - |
| XYZ | 30.69 | 17.36 | 20.8 | - |
| YUV | 107.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 124 | 0 | 0.74 | 0.40 | 0.19 | 332.55 | 0.61 | 0.51 |
| Hex | CF | 36 | 7C | 0 | 4A | 28 | 13 | 14D | 3D | 33 |
| Octal | 317 | 66 | 174 | 0 | 112 | 50 | 23 | 515 | 75 | 63 |
| Binary | 11001111 | 110110 | 1111100 | 0 | 1001010 | 101000 | 10011 | 101001101 | 111101 | 110011 |
Color Harmonies of #CF367C
Complementary color
Monochromatic Colors of #CF367C
Black with #CF367C
Text Example
Text Example
White with #CF367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF367C; }
p { color: rgb(207,54,124); }
H1.HeaderClassName
{
color: #CF367C;
}
.AnyTagClassName
{
color: #CF367C;
}
</style>
background-color css
<style>
a { background-color: #CF367C; }
a { background-color: rgb(207,54,124); }
div.DivClassName
{
background-color: #CF367C;
}
.BgClassName
{
background-color: #CF367C;
}
</style>
border-color css
<style>
span { border-color: #CF367C; }
span { border-color: rgb(207,54,124); }
td.TdClassName
{
border-color: #CF367C;
}
.TagClassName
{
border-color: #CF367C;
}
</style>