Shades of Deep Cerise #CF389A
Tints of Deep Cerise #CF389A
RGB
CMYK
RGB Variations
Color information
#CF389A (or 0xCF389A) is known color: Deep Cerise. HEX triplet: CF, 38 and 9A. RGB value is (207,56,154). Sum of RGB (Red+Green+Blue) = 207+56+154=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF389A is #30C765. Grayscale: #707070. Windows color (decimal): -3196774 or 10107087. OLE color: 10107087.
HSL color Cylindrical-coordinate representation of color #CF389A: hue angle of 321.06º 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 #CF389A is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 154 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.19 |
| HSL | 321.06º | 0.61% | 0.52% | - |
| HSV(B) | 321.06º | 0.73% | 0.81% | - |
| XYZ | 32.98 | 18.43 | 32.39 | - |
| YUV | 112.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 154 | 0 | 0.73 | 0.26 | 0.19 | 321.06 | 0.61 | 0.52 |
| Hex | CF | 38 | 9A | 0 | 49 | 1A | 13 | 141 | 3D | 34 |
| Octal | 317 | 70 | 232 | 0 | 111 | 32 | 23 | 501 | 75 | 64 |
| Binary | 11001111 | 111000 | 10011010 | 0 | 1001001 | 11010 | 10011 | 101000001 | 111101 | 110100 |
Color Harmonies of #CF389A
Complementary color
Monochromatic Colors of #CF389A
Black with #CF389A
Text Example
Text Example
White with #CF389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF389A; }
p { color: rgb(207,56,154); }
H1.HeaderClassName
{
color: #CF389A;
}
.AnyTagClassName
{
color: #CF389A;
}
</style>
background-color css
<style>
a { background-color: #CF389A; }
a { background-color: rgb(207,56,154); }
div.DivClassName
{
background-color: #CF389A;
}
.BgClassName
{
background-color: #CF389A;
}
</style>
border-color css
<style>
span { border-color: #CF389A; }
span { border-color: rgb(207,56,154); }
td.TdClassName
{
border-color: #CF389A;
}
.TagClassName
{
border-color: #CF389A;
}
</style>