Shades of Fuchsia #CE2FC2
Tints of Fuchsia #CE2FC2
RGB
CMYK
RGB Variations
Color information
#CE2FC2 (or 0xCE2FC2) is known color: Fuchsia. HEX triplet: CE, 2F and C2. RGB value is (206,47,194). Sum of RGB (Red+Green+Blue) = 206+47+194=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FC2 is #31D03D. Grayscale: #6E6E6E. Windows color (decimal): -3264574 or 12726222. OLE color: 12726222.
HSL color Cylindrical-coordinate representation of color #CE2FC2: hue angle of 304.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FC2 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 194 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.19 |
| HSL | 304.53º | 0.63% | 0.5% | - |
| HSV(B) | 304.53º | 0.77% | 0.81% | - |
| XYZ | 36.21 | 19.05 | 52.81 | - |
| YUV | 111.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 194 | 0 | 0.77 | 0.06 | 0.19 | 304.53 | 0.63 | 0.5 |
| Hex | CE | 2F | C2 | 0 | 4D | 6 | 13 | 131 | 3F | 32 |
| Octal | 316 | 57 | 302 | 0 | 115 | 6 | 23 | 461 | 77 | 62 |
| Binary | 11001110 | 101111 | 11000010 | 0 | 1001101 | 110 | 10011 | 100110001 | 111111 | 110010 |
Color Harmonies of #CE2FC2
Complementary color
Monochromatic Colors of #CE2FC2
Black with #CE2FC2
Text Example
Text Example
White with #CE2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FC2; }
p { color: rgb(206,47,194); }
H1.HeaderClassName
{
color: #CE2FC2;
}
.AnyTagClassName
{
color: #CE2FC2;
}
</style>
background-color css
<style>
a { background-color: #CE2FC2; }
a { background-color: rgb(206,47,194); }
div.DivClassName
{
background-color: #CE2FC2;
}
.BgClassName
{
background-color: #CE2FC2;
}
</style>
border-color css
<style>
span { border-color: #CE2FC2; }
span { border-color: rgb(206,47,194); }
td.TdClassName
{
border-color: #CE2FC2;
}
.TagClassName
{
border-color: #CE2FC2;
}
</style>