Shades of Deep Cerise #CF389C
Tints of Deep Cerise #CF389C
RGB
CMYK
RGB Variations
Color information
#CF389C (or 0xCF389C) is known color: Deep Cerise. HEX triplet: CF, 38 and 9C. RGB value is (207,56,156). Sum of RGB (Red+Green+Blue) = 207+56+156=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF389C is #30C763. Grayscale: #707070. Windows color (decimal): -3196772 or 10238159. OLE color: 10238159.
HSL color Cylindrical-coordinate representation of color #CF389C: hue angle of 320.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF389C is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 156 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.19 |
| HSL | 320.26º | 0.61% | 0.52% | - |
| HSV(B) | 320.26º | 0.73% | 0.81% | - |
| XYZ | 33.15 | 18.49 | 33.28 | - |
| YUV | 112.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 156 | 0 | 0.73 | 0.25 | 0.19 | 320.26 | 0.61 | 0.52 |
| Hex | CF | 38 | 9C | 0 | 49 | 19 | 13 | 140 | 3D | 34 |
| Octal | 317 | 70 | 234 | 0 | 111 | 31 | 23 | 500 | 75 | 64 |
| Binary | 11001111 | 111000 | 10011100 | 0 | 1001001 | 11001 | 10011 | 101000000 | 111101 | 110100 |
Color Harmonies of #CF389C
Complementary color
Monochromatic Colors of #CF389C
Black with #CF389C
Text Example
Text Example
White with #CF389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF389C; }
p { color: rgb(207,56,156); }
H1.HeaderClassName
{
color: #CF389C;
}
.AnyTagClassName
{
color: #CF389C;
}
</style>
background-color css
<style>
a { background-color: #CF389C; }
a { background-color: rgb(207,56,156); }
div.DivClassName
{
background-color: #CF389C;
}
.BgClassName
{
background-color: #CF389C;
}
</style>
border-color css
<style>
span { border-color: #CF389C; }
span { border-color: rgb(207,56,156); }
td.TdClassName
{
border-color: #CF389C;
}
.TagClassName
{
border-color: #CF389C;
}
</style>