Shades of Fuchsia #CE2FC0
Tints of Fuchsia #CE2FC0
RGB
CMYK
RGB Variations
Color information
#CE2FC0 (or 0xCE2FC0) is known color: Fuchsia. HEX triplet: CE, 2F and C0. RGB value is (206,47,192). Sum of RGB (Red+Green+Blue) = 206+47+192=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FC0 is #31D03F. Grayscale: #6E6E6E. Windows color (decimal): -3264576 or 12595150. OLE color: 12595150.
HSL color Cylindrical-coordinate representation of color #CE2FC0: hue angle of 305.28º 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 #CE2FC0 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 192 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.19 |
| HSL | 305.28º | 0.63% | 0.5% | - |
| HSV(B) | 305.28º | 0.77% | 0.81% | - |
| XYZ | 35.98 | 18.96 | 51.63 | - |
| YUV | 111.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 192 | 0 | 0.77 | 0.07 | 0.19 | 305.28 | 0.63 | 0.5 |
| Hex | CE | 2F | C0 | 0 | 4D | 7 | 13 | 131 | 3F | 32 |
| Octal | 316 | 57 | 300 | 0 | 115 | 7 | 23 | 461 | 77 | 62 |
| Binary | 11001110 | 101111 | 11000000 | 0 | 1001101 | 111 | 10011 | 100110001 | 111111 | 110010 |
Color Harmonies of #CE2FC0
Complementary color
Monochromatic Colors of #CE2FC0
Black with #CE2FC0
Text Example
Text Example
White with #CE2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FC0; }
p { color: rgb(206,47,192); }
H1.HeaderClassName
{
color: #CE2FC0;
}
.AnyTagClassName
{
color: #CE2FC0;
}
</style>
background-color css
<style>
a { background-color: #CE2FC0; }
a { background-color: rgb(206,47,192); }
div.DivClassName
{
background-color: #CE2FC0;
}
.BgClassName
{
background-color: #CE2FC0;
}
</style>
border-color css
<style>
span { border-color: #CE2FC0; }
span { border-color: rgb(206,47,192); }
td.TdClassName
{
border-color: #CE2FC0;
}
.TagClassName
{
border-color: #CE2FC0;
}
</style>