Shades of Deep Cerise #CF2574
Tints of Deep Cerise #CF2574
RGB
CMYK
RGB Variations
Color information
#CF2574 (or 0xCF2574) is known color: Deep Cerise. HEX triplet: CF, 25 and 74. RGB value is (207,37,116). Sum of RGB (Red+Green+Blue) = 207+37+116=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2574 is #30DA8B. Grayscale: #606060. Windows color (decimal): -3201676 or 7611855. OLE color: 7611855.
HSL color Cylindrical-coordinate representation of color #CF2574: hue angle of 332.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2574 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 116 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.19 |
| HSL | 332.12º | 0.7% | 0.48% | - |
| HSV(B) | 332.12º | 0.82% | 0.81% | - |
| XYZ | 29.55 | 15.85 | 18.03 | - |
| YUV | 96.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 116 | 0 | 0.82 | 0.44 | 0.19 | 332.12 | 0.7 | 0.48 |
| Hex | CF | 25 | 74 | 0 | 52 | 2C | 13 | 14C | 46 | 30 |
| Octal | 317 | 45 | 164 | 0 | 122 | 54 | 23 | 514 | 106 | 60 |
| Binary | 11001111 | 100101 | 1110100 | 0 | 1010010 | 101100 | 10011 | 101001100 | 1000110 | 110000 |
Color Harmonies of #CF2574
Complementary color
Monochromatic Colors of #CF2574
Black with #CF2574
Text Example
Text Example
White with #CF2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2574; }
p { color: rgb(207,37,116); }
H1.HeaderClassName
{
color: #CF2574;
}
.AnyTagClassName
{
color: #CF2574;
}
</style>
background-color css
<style>
a { background-color: #CF2574; }
a { background-color: rgb(207,37,116); }
div.DivClassName
{
background-color: #CF2574;
}
.BgClassName
{
background-color: #CF2574;
}
</style>
border-color css
<style>
span { border-color: #CF2574; }
span { border-color: rgb(207,37,116); }
td.TdClassName
{
border-color: #CF2574;
}
.TagClassName
{
border-color: #CF2574;
}
</style>