Shades of Fuchsia #CE2CBC
Tints of Fuchsia #CE2CBC
RGB
CMYK
RGB Variations
Color information
#CE2CBC (or 0xCE2CBC) is known color: Fuchsia. HEX triplet: CE, 2C and BC. RGB value is (206,44,188). Sum of RGB (Red+Green+Blue) = 206+44+188=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CBC is #31D343. Grayscale: #6C6C6C. Windows color (decimal): -3265348 or 12332238. OLE color: 12332238.
HSL color Cylindrical-coordinate representation of color #CE2CBC: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CBC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 188 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.19 |
| HSL | 306.67º | 0.65% | 0.49% | - |
| HSV(B) | 306.67º | 0.79% | 0.81% | - |
| XYZ | 35.43 | 18.55 | 49.29 | - |
| YUV | 108.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 188 | 0 | 0.79 | 0.09 | 0.19 | 306.67 | 0.65 | 0.49 |
| Hex | CE | 2C | BC | 0 | 4F | 9 | 13 | 133 | 41 | 31 |
| Octal | 316 | 54 | 274 | 0 | 117 | 11 | 23 | 463 | 101 | 61 |
| Binary | 11001110 | 101100 | 10111100 | 0 | 1001111 | 1001 | 10011 | 100110011 | 1000001 | 110001 |
Color Harmonies of #CE2CBC
Complementary color
Monochromatic Colors of #CE2CBC
Black with #CE2CBC
Text Example
Text Example
White with #CE2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CBC; }
p { color: rgb(206,44,188); }
H1.HeaderClassName
{
color: #CE2CBC;
}
.AnyTagClassName
{
color: #CE2CBC;
}
</style>
background-color css
<style>
a { background-color: #CE2CBC; }
a { background-color: rgb(206,44,188); }
div.DivClassName
{
background-color: #CE2CBC;
}
.BgClassName
{
background-color: #CE2CBC;
}
</style>
border-color css
<style>
span { border-color: #CE2CBC; }
span { border-color: rgb(206,44,188); }
td.TdClassName
{
border-color: #CE2CBC;
}
.TagClassName
{
border-color: #CE2CBC;
}
</style>