Shades of Deep Cerise #CF369F
Tints of Deep Cerise #CF369F
RGB
CMYK
RGB Variations
Color information
#CF369F (or 0xCF369F) is known color: Deep Cerise. HEX triplet: CF, 36 and 9F. RGB value is (207,54,159). Sum of RGB (Red+Green+Blue) = 207+54+159=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369F is #30C960. Grayscale: #6F6F6F. Windows color (decimal): -3197281 or 10434255. OLE color: 10434255.
HSL color Cylindrical-coordinate representation of color #CF369F: hue angle of 318.82º 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 #CF369F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 159 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.19 |
| HSL | 318.82º | 0.61% | 0.51% | - |
| HSV(B) | 318.82º | 0.74% | 0.81% | - |
| XYZ | 33.31 | 18.41 | 34.6 | - |
| YUV | 111.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 159 | 0 | 0.74 | 0.23 | 0.19 | 318.82 | 0.61 | 0.51 |
| Hex | CF | 36 | 9F | 0 | 4A | 17 | 13 | 13F | 3D | 33 |
| Octal | 317 | 66 | 237 | 0 | 112 | 27 | 23 | 477 | 75 | 63 |
| Binary | 11001111 | 110110 | 10011111 | 0 | 1001010 | 10111 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CF369F
Complementary color
Monochromatic Colors of #CF369F
Black with #CF369F
Text Example
Text Example
White with #CF369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF369F; }
p { color: rgb(207,54,159); }
H1.HeaderClassName
{
color: #CF369F;
}
.AnyTagClassName
{
color: #CF369F;
}
</style>
background-color css
<style>
a { background-color: #CF369F; }
a { background-color: rgb(207,54,159); }
div.DivClassName
{
background-color: #CF369F;
}
.BgClassName
{
background-color: #CF369F;
}
</style>
border-color css
<style>
span { border-color: #CF369F; }
span { border-color: rgb(207,54,159); }
td.TdClassName
{
border-color: #CF369F;
}
.TagClassName
{
border-color: #CF369F;
}
</style>