Shades of Deep Cerise #CF38A0
Tints of Deep Cerise #CF38A0
RGB
CMYK
RGB Variations
Color information
#CF38A0 (or 0xCF38A0) is known color: Deep Cerise. HEX triplet: CF, 38 and A0. RGB value is (207,56,160). Sum of RGB (Red+Green+Blue) = 207+56+160=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38A0 is #30C75F. Grayscale: #707070. Windows color (decimal): -3196768 or 10500303. OLE color: 10500303.
HSL color Cylindrical-coordinate representation of color #CF38A0: hue angle of 318.68º 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 #CF38A0 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 160 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.19 |
| HSL | 318.68º | 0.61% | 0.52% | - |
| HSV(B) | 318.68º | 0.73% | 0.81% | - |
| XYZ | 33.49 | 18.63 | 35.09 | - |
| YUV | 113.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 160 | 0 | 0.73 | 0.23 | 0.19 | 318.68 | 0.61 | 0.52 |
| Hex | CF | 38 | A0 | 0 | 49 | 17 | 13 | 13F | 3D | 34 |
| Octal | 317 | 70 | 240 | 0 | 111 | 27 | 23 | 477 | 75 | 64 |
| Binary | 11001111 | 111000 | 10100000 | 0 | 1001001 | 10111 | 10011 | 100111111 | 111101 | 110100 |
Color Harmonies of #CF38A0
Complementary color
Monochromatic Colors of #CF38A0
Black with #CF38A0
Text Example
Text Example
White with #CF38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38A0; }
p { color: rgb(207,56,160); }
H1.HeaderClassName
{
color: #CF38A0;
}
.AnyTagClassName
{
color: #CF38A0;
}
</style>
background-color css
<style>
a { background-color: #CF38A0; }
a { background-color: rgb(207,56,160); }
div.DivClassName
{
background-color: #CF38A0;
}
.BgClassName
{
background-color: #CF38A0;
}
</style>
border-color css
<style>
span { border-color: #CF38A0; }
span { border-color: rgb(207,56,160); }
td.TdClassName
{
border-color: #CF38A0;
}
.TagClassName
{
border-color: #CF38A0;
}
</style>