Shades of Deep Cerise #CF379C
Tints of Deep Cerise #CF379C
RGB
CMYK
RGB Variations
Color information
#CF379C (or 0xCF379C) is known color: Deep Cerise. HEX triplet: CF, 37 and 9C. RGB value is (207,55,156). Sum of RGB (Red+Green+Blue) = 207+55+156=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF379C is #30C863. Grayscale: #6F6F6F. Windows color (decimal): -3197028 or 10237903. OLE color: 10237903.
HSL color Cylindrical-coordinate representation of color #CF379C: hue angle of 320.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF379C is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 156 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.19 |
| HSL | 320.13º | 0.61% | 0.51% | - |
| HSV(B) | 320.13º | 0.73% | 0.81% | - |
| XYZ | 33.1 | 18.4 | 33.26 | - |
| YUV | 111.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 156 | 0 | 0.73 | 0.25 | 0.19 | 320.13 | 0.61 | 0.51 |
| Hex | CF | 37 | 9C | 0 | 49 | 19 | 13 | 140 | 3D | 33 |
| Octal | 317 | 67 | 234 | 0 | 111 | 31 | 23 | 500 | 75 | 63 |
| Binary | 11001111 | 110111 | 10011100 | 0 | 1001001 | 11001 | 10011 | 101000000 | 111101 | 110011 |
Color Harmonies of #CF379C
Complementary color
Monochromatic Colors of #CF379C
Black with #CF379C
Text Example
Text Example
White with #CF379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF379C; }
p { color: rgb(207,55,156); }
H1.HeaderClassName
{
color: #CF379C;
}
.AnyTagClassName
{
color: #CF379C;
}
</style>
background-color css
<style>
a { background-color: #CF379C; }
a { background-color: rgb(207,55,156); }
div.DivClassName
{
background-color: #CF379C;
}
.BgClassName
{
background-color: #CF379C;
}
</style>
border-color css
<style>
span { border-color: #CF379C; }
span { border-color: rgb(207,55,156); }
td.TdClassName
{
border-color: #CF379C;
}
.TagClassName
{
border-color: #CF379C;
}
</style>