Shades of Deep Cerise #CF379A
Tints of Deep Cerise #CF379A
RGB
CMYK
RGB Variations
Color information
#CF379A (or 0xCF379A) is known color: Deep Cerise. HEX triplet: CF, 37 and 9A. RGB value is (207,55,154). Sum of RGB (Red+Green+Blue) = 207+55+154=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF379A is #30C865. Grayscale: #6F6F6F. Windows color (decimal): -3197030 or 10106831. OLE color: 10106831.
HSL color Cylindrical-coordinate representation of color #CF379A: hue angle of 320.92º 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 #CF379A is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 154 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.19 |
| HSL | 320.92º | 0.61% | 0.51% | - |
| HSV(B) | 320.92º | 0.73% | 0.81% | - |
| XYZ | 32.93 | 18.33 | 32.37 | - |
| YUV | 111.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 154 | 0 | 0.73 | 0.26 | 0.19 | 320.92 | 0.61 | 0.51 |
| Hex | CF | 37 | 9A | 0 | 49 | 1A | 13 | 141 | 3D | 33 |
| Octal | 317 | 67 | 232 | 0 | 111 | 32 | 23 | 501 | 75 | 63 |
| Binary | 11001111 | 110111 | 10011010 | 0 | 1001001 | 11010 | 10011 | 101000001 | 111101 | 110011 |
Color Harmonies of #CF379A
Complementary color
Monochromatic Colors of #CF379A
Black with #CF379A
Text Example
Text Example
White with #CF379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF379A; }
p { color: rgb(207,55,154); }
H1.HeaderClassName
{
color: #CF379A;
}
.AnyTagClassName
{
color: #CF379A;
}
</style>
background-color css
<style>
a { background-color: #CF379A; }
a { background-color: rgb(207,55,154); }
div.DivClassName
{
background-color: #CF379A;
}
.BgClassName
{
background-color: #CF379A;
}
</style>
border-color css
<style>
span { border-color: #CF379A; }
span { border-color: rgb(207,55,154); }
td.TdClassName
{
border-color: #CF379A;
}
.TagClassName
{
border-color: #CF379A;
}
</style>