Shades of Fuchsia #CE3ACD
Tints of Fuchsia #CE3ACD
RGB
CMYK
RGB Variations
Color information
#CE3ACD (or 0xCE3ACD) is known color: Fuchsia. HEX triplet: CE, 3A and CD. RGB value is (206,58,205). Sum of RGB (Red+Green+Blue) = 206+58+205=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ACD is #31C532. Grayscale: #767676. Windows color (decimal): -3261747 or 13449934. OLE color: 13449934.
HSL color Cylindrical-coordinate representation of color #CE3ACD: hue angle of 300.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3ACD is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 205 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.19 |
| HSL | 300.41º | 0.6% | 0.52% | - |
| HSV(B) | 300.41º | 0.72% | 0.81% | - |
| XYZ | 37.99 | 20.56 | 59.72 | - |
| YUV | 119.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 205 | 0 | 0.72 | 0.00 | 0.19 | 300.41 | 0.6 | 0.52 |
| Hex | CE | 3A | CD | 0 | 48 | 0 | 13 | 12C | 3C | 34 |
| Octal | 316 | 72 | 315 | 0 | 110 | 0 | 23 | 454 | 74 | 64 |
| Binary | 11001110 | 111010 | 11001101 | 0 | 1001000 | 0 | 10011 | 100101100 | 111100 | 110100 |
Color Harmonies of #CE3ACD
Complementary color
Monochromatic Colors of #CE3ACD
Black with #CE3ACD
Text Example
Text Example
White with #CE3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ACD; }
p { color: rgb(206,58,205); }
H1.HeaderClassName
{
color: #CE3ACD;
}
.AnyTagClassName
{
color: #CE3ACD;
}
</style>
background-color css
<style>
a { background-color: #CE3ACD; }
a { background-color: rgb(206,58,205); }
div.DivClassName
{
background-color: #CE3ACD;
}
.BgClassName
{
background-color: #CE3ACD;
}
</style>
border-color css
<style>
span { border-color: #CE3ACD; }
span { border-color: rgb(206,58,205); }
td.TdClassName
{
border-color: #CE3ACD;
}
.TagClassName
{
border-color: #CE3ACD;
}
</style>