Shades of Deep Cerise #CE2582
Tints of Deep Cerise #CE2582
RGB
CMYK
RGB Variations
Color information
#CE2582 (or 0xCE2582) is known color: Deep Cerise. HEX triplet: CE, 25 and 82. RGB value is (206,37,130). Sum of RGB (Red+Green+Blue) = 206+37+130=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2582 is #31DA7D. Grayscale: #616161. Windows color (decimal): -3267198 or 8529358. OLE color: 8529358.
HSL color Cylindrical-coordinate representation of color #CE2582: hue angle of 326.98º 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 #CE2582 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 130 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.19 |
| HSL | 326.98º | 0.7% | 0.48% | - |
| HSV(B) | 326.98º | 0.82% | 0.81% | - |
| XYZ | 30.14 | 16.06 | 22.63 | - |
| YUV | 98.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 130 | 0 | 0.82 | 0.37 | 0.19 | 326.98 | 0.7 | 0.48 |
| Hex | CE | 25 | 82 | 0 | 52 | 25 | 13 | 147 | 46 | 30 |
| Octal | 316 | 45 | 202 | 0 | 122 | 45 | 23 | 507 | 106 | 60 |
| Binary | 11001110 | 100101 | 10000010 | 0 | 1010010 | 100101 | 10011 | 101000111 | 1000110 | 110000 |
Color Harmonies of #CE2582
Complementary color
Monochromatic Colors of #CE2582
Black with #CE2582
Text Example
Text Example
White with #CE2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2582; }
p { color: rgb(206,37,130); }
H1.HeaderClassName
{
color: #CE2582;
}
.AnyTagClassName
{
color: #CE2582;
}
</style>
background-color css
<style>
a { background-color: #CE2582; }
a { background-color: rgb(206,37,130); }
div.DivClassName
{
background-color: #CE2582;
}
.BgClassName
{
background-color: #CE2582;
}
</style>
border-color css
<style>
span { border-color: #CE2582; }
span { border-color: rgb(206,37,130); }
td.TdClassName
{
border-color: #CE2582;
}
.TagClassName
{
border-color: #CE2582;
}
</style>