Shades of Deep Cerise #CF2693
Tints of Deep Cerise #CF2693
RGB
CMYK
RGB Variations
Color information
#CF2693 (or 0xCF2693) is known color: Deep Cerise. HEX triplet: CF, 26 and 93. RGB value is (207,38,147). Sum of RGB (Red+Green+Blue) = 207+38+147=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2693 is #30D96C. Grayscale: #646464. Windows color (decimal): -3201389 or 9643727. OLE color: 9643727.
HSL color Cylindrical-coordinate representation of color #CF2693: hue angle of 321.3º 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 #CF2693 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 147 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.19 |
| HSL | 321.3º | 0.69% | 0.48% | - |
| HSV(B) | 321.3º | 0.82% | 0.81% | - |
| XYZ | 31.69 | 16.76 | 29.17 | - |
| YUV | 100.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 147 | 0 | 0.82 | 0.29 | 0.19 | 321.3 | 0.69 | 0.48 |
| Hex | CF | 26 | 93 | 0 | 52 | 1D | 13 | 141 | 45 | 30 |
| Octal | 317 | 46 | 223 | 0 | 122 | 35 | 23 | 501 | 105 | 60 |
| Binary | 11001111 | 100110 | 10010011 | 0 | 1010010 | 11101 | 10011 | 101000001 | 1000101 | 110000 |
Color Harmonies of #CF2693
Complementary color
Monochromatic Colors of #CF2693
Black with #CF2693
Text Example
Text Example
White with #CF2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2693; }
p { color: rgb(207,38,147); }
H1.HeaderClassName
{
color: #CF2693;
}
.AnyTagClassName
{
color: #CF2693;
}
</style>
background-color css
<style>
a { background-color: #CF2693; }
a { background-color: rgb(207,38,147); }
div.DivClassName
{
background-color: #CF2693;
}
.BgClassName
{
background-color: #CF2693;
}
</style>
border-color css
<style>
span { border-color: #CF2693; }
span { border-color: rgb(207,38,147); }
td.TdClassName
{
border-color: #CF2693;
}
.TagClassName
{
border-color: #CF2693;
}
</style>