Shades of Deep Cerise #CF2683
Tints of Deep Cerise #CF2683
RGB
CMYK
RGB Variations
Color information
#CF2683 (or 0xCF2683) is known color: Deep Cerise. HEX triplet: CF, 26 and 83. RGB value is (207,38,131). Sum of RGB (Red+Green+Blue) = 207+38+131=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2683 is #30D97C. Grayscale: #626262. Windows color (decimal): -3201405 or 8595151. OLE color: 8595151.
HSL color Cylindrical-coordinate representation of color #CF2683: hue angle of 326.98º 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 #CF2683 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 131 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.19 |
| HSL | 326.98º | 0.69% | 0.48% | - |
| HSV(B) | 326.98º | 0.82% | 0.81% | - |
| XYZ | 30.52 | 16.29 | 23.01 | - |
| YUV | 99.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 131 | 0 | 0.82 | 0.37 | 0.19 | 326.98 | 0.69 | 0.48 |
| Hex | CF | 26 | 83 | 0 | 52 | 25 | 13 | 147 | 45 | 30 |
| Octal | 317 | 46 | 203 | 0 | 122 | 45 | 23 | 507 | 105 | 60 |
| Binary | 11001111 | 100110 | 10000011 | 0 | 1010010 | 100101 | 10011 | 101000111 | 1000101 | 110000 |
Color Harmonies of #CF2683
Complementary color
Monochromatic Colors of #CF2683
Black with #CF2683
Text Example
Text Example
White with #CF2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2683; }
p { color: rgb(207,38,131); }
H1.HeaderClassName
{
color: #CF2683;
}
.AnyTagClassName
{
color: #CF2683;
}
</style>
background-color css
<style>
a { background-color: #CF2683; }
a { background-color: rgb(207,38,131); }
div.DivClassName
{
background-color: #CF2683;
}
.BgClassName
{
background-color: #CF2683;
}
</style>
border-color css
<style>
span { border-color: #CF2683; }
span { border-color: rgb(207,38,131); }
td.TdClassName
{
border-color: #CF2683;
}
.TagClassName
{
border-color: #CF2683;
}
</style>