Shades of Fuchsia #CE46C2
Tints of Fuchsia #CE46C2
RGB
CMYK
RGB Variations
Color information
#CE46C2 (or 0xCE46C2) is known color: Fuchsia. HEX triplet: CE, 46 and C2. RGB value is (206,70,194). Sum of RGB (Red+Green+Blue) = 206+70+194=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46C2 is #31B93D. Grayscale: #7C7C7C. Windows color (decimal): -3258686 or 12732110. OLE color: 12732110.
HSL color Cylindrical-coordinate representation of color #CE46C2: hue angle of 305.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46C2 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 194 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.19 |
| HSL | 305.29º | 0.58% | 0.54% | - |
| HSV(B) | 305.29º | 0.66% | 0.81% | - |
| XYZ | 37.38 | 21.4 | 53.2 | - |
| YUV | 124.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 194 | 0 | 0.66 | 0.06 | 0.19 | 305.29 | 0.58 | 0.54 |
| Hex | CE | 46 | C2 | 0 | 42 | 6 | 13 | 131 | 3A | 36 |
| Octal | 316 | 106 | 302 | 0 | 102 | 6 | 23 | 461 | 72 | 66 |
| Binary | 11001110 | 1000110 | 11000010 | 0 | 1000010 | 110 | 10011 | 100110001 | 111010 | 110110 |
Color Harmonies of #CE46C2
Complementary color
Monochromatic Colors of #CE46C2
Black with #CE46C2
Text Example
Text Example
White with #CE46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46C2; }
p { color: rgb(206,70,194); }
H1.HeaderClassName
{
color: #CE46C2;
}
.AnyTagClassName
{
color: #CE46C2;
}
</style>
background-color css
<style>
a { background-color: #CE46C2; }
a { background-color: rgb(206,70,194); }
div.DivClassName
{
background-color: #CE46C2;
}
.BgClassName
{
background-color: #CE46C2;
}
</style>
border-color css
<style>
span { border-color: #CE46C2; }
span { border-color: rgb(206,70,194); }
td.TdClassName
{
border-color: #CE46C2;
}
.TagClassName
{
border-color: #CE46C2;
}
</style>