Shades of Fuchsia #CE3FC2
Tints of Fuchsia #CE3FC2
RGB
CMYK
RGB Variations
Color information
#CE3FC2 (or 0xCE3FC2) is known color: Fuchsia. HEX triplet: CE, 3F and C2. RGB value is (206,63,194). Sum of RGB (Red+Green+Blue) = 206+63+194=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FC2 is #31C03D. Grayscale: #787878. Windows color (decimal): -3260478 or 12730318. OLE color: 12730318.
HSL color Cylindrical-coordinate representation of color #CE3FC2: hue angle of 305.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FC2 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 194 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.19 |
| HSL | 305.04º | 0.59% | 0.53% | - |
| HSV(B) | 305.04º | 0.69% | 0.81% | - |
| XYZ | 36.97 | 20.57 | 53.06 | - |
| YUV | 120.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 194 | 0 | 0.69 | 0.06 | 0.19 | 305.04 | 0.59 | 0.53 |
| Hex | CE | 3F | C2 | 0 | 45 | 6 | 13 | 131 | 3B | 35 |
| Octal | 316 | 77 | 302 | 0 | 105 | 6 | 23 | 461 | 73 | 65 |
| Binary | 11001110 | 111111 | 11000010 | 0 | 1000101 | 110 | 10011 | 100110001 | 111011 | 110101 |
Color Harmonies of #CE3FC2
Complementary color
Monochromatic Colors of #CE3FC2
Black with #CE3FC2
Text Example
Text Example
White with #CE3FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FC2; }
p { color: rgb(206,63,194); }
H1.HeaderClassName
{
color: #CE3FC2;
}
.AnyTagClassName
{
color: #CE3FC2;
}
</style>
background-color css
<style>
a { background-color: #CE3FC2; }
a { background-color: rgb(206,63,194); }
div.DivClassName
{
background-color: #CE3FC2;
}
.BgClassName
{
background-color: #CE3FC2;
}
</style>
border-color css
<style>
span { border-color: #CE3FC2; }
span { border-color: rgb(206,63,194); }
td.TdClassName
{
border-color: #CE3FC2;
}
.TagClassName
{
border-color: #CE3FC2;
}
</style>