Shades of Fuchsia #CE4DC2
Tints of Fuchsia #CE4DC2
RGB
CMYK
RGB Variations
Color information
#CE4DC2 (or 0xCE4DC2) is known color: Fuchsia. HEX triplet: CE, 4D and C2. RGB value is (206,77,194). Sum of RGB (Red+Green+Blue) = 206+77+194=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DC2 is #31B23D. Grayscale: #808080. Windows color (decimal): -3256894 or 12733902. OLE color: 12733902.
HSL color Cylindrical-coordinate representation of color #CE4DC2: hue angle of 305.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DC2 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 194 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.19 |
| HSL | 305.58º | 0.57% | 0.55% | - |
| HSV(B) | 305.58º | 0.63% | 0.81% | - |
| XYZ | 37.85 | 22.32 | 53.35 | - |
| YUV | 128.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 194 | 0 | 0.63 | 0.06 | 0.19 | 305.58 | 0.57 | 0.55 |
| Hex | CE | 4D | C2 | 0 | 3F | 6 | 13 | 132 | 39 | 37 |
| Octal | 316 | 115 | 302 | 0 | 77 | 6 | 23 | 462 | 71 | 67 |
| Binary | 11001110 | 1001101 | 11000010 | 0 | 111111 | 110 | 10011 | 100110010 | 111001 | 110111 |
Color Harmonies of #CE4DC2
Complementary color
Monochromatic Colors of #CE4DC2
Black with #CE4DC2
Text Example
Text Example
White with #CE4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DC2; }
p { color: rgb(206,77,194); }
H1.HeaderClassName
{
color: #CE4DC2;
}
.AnyTagClassName
{
color: #CE4DC2;
}
</style>
background-color css
<style>
a { background-color: #CE4DC2; }
a { background-color: rgb(206,77,194); }
div.DivClassName
{
background-color: #CE4DC2;
}
.BgClassName
{
background-color: #CE4DC2;
}
</style>
border-color css
<style>
span { border-color: #CE4DC2; }
span { border-color: rgb(206,77,194); }
td.TdClassName
{
border-color: #CE4DC2;
}
.TagClassName
{
border-color: #CE4DC2;
}
</style>