Shades of Deep Cerise #CF2690
Tints of Deep Cerise #CF2690
RGB
CMYK
RGB Variations
Color information
#CF2690 (or 0xCF2690) is known color: Deep Cerise. HEX triplet: CF, 26 and 90. RGB value is (207,38,144). Sum of RGB (Red+Green+Blue) = 207+38+144=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2690 is #30D96F. Grayscale: #646464. Windows color (decimal): -3201392 or 9447119. OLE color: 9447119.
HSL color Cylindrical-coordinate representation of color #CF2690: hue angle of 322.37º degrees, saturation: 0.69, 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 #CF2690 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 144 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.19 |
| HSL | 322.37º | 0.69% | 0.48% | - |
| HSV(B) | 322.37º | 0.82% | 0.81% | - |
| XYZ | 31.46 | 16.67 | 27.94 | - |
| YUV | 100.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 144 | 0 | 0.82 | 0.30 | 0.19 | 322.37 | 0.69 | 0.48 |
| Hex | CF | 26 | 90 | 0 | 52 | 1E | 13 | 142 | 45 | 30 |
| Octal | 317 | 46 | 220 | 0 | 122 | 36 | 23 | 502 | 105 | 60 |
| Binary | 11001111 | 100110 | 10010000 | 0 | 1010010 | 11110 | 10011 | 101000010 | 1000101 | 110000 |
Color Harmonies of #CF2690
Complementary color
Monochromatic Colors of #CF2690
Black with #CF2690
Text Example
Text Example
White with #CF2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2690; }
p { color: rgb(207,38,144); }
H1.HeaderClassName
{
color: #CF2690;
}
.AnyTagClassName
{
color: #CF2690;
}
</style>
background-color css
<style>
a { background-color: #CF2690; }
a { background-color: rgb(207,38,144); }
div.DivClassName
{
background-color: #CF2690;
}
.BgClassName
{
background-color: #CF2690;
}
</style>
border-color css
<style>
span { border-color: #CF2690; }
span { border-color: rgb(207,38,144); }
td.TdClassName
{
border-color: #CF2690;
}
.TagClassName
{
border-color: #CF2690;
}
</style>