Shades of Fuchsia #CE4FC1
Tints of Fuchsia #CE4FC1
RGB
CMYK
RGB Variations
Color information
#CE4FC1 (or 0xCE4FC1) is known color: Fuchsia. HEX triplet: CE, 4F and C1. RGB value is (206,79,193). Sum of RGB (Red+Green+Blue) = 206+79+193=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FC1 is #31B03E. Grayscale: #818181. Windows color (decimal): -3256383 or 12668878. OLE color: 12668878.
HSL color Cylindrical-coordinate representation of color #CE4FC1: hue angle of 306.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FC1 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 193 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.19 |
| HSL | 306.14º | 0.56% | 0.56% | - |
| HSV(B) | 306.14º | 0.62% | 0.81% | - |
| XYZ | 37.88 | 22.56 | 52.81 | - |
| YUV | 129.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 193 | 0 | 0.62 | 0.06 | 0.19 | 306.14 | 0.56 | 0.56 |
| Hex | CE | 4F | C1 | 0 | 3E | 6 | 13 | 132 | 38 | 38 |
| Octal | 316 | 117 | 301 | 0 | 76 | 6 | 23 | 462 | 70 | 70 |
| Binary | 11001110 | 1001111 | 11000001 | 0 | 111110 | 110 | 10011 | 100110010 | 111000 | 111000 |
Color Harmonies of #CE4FC1
Complementary color
Monochromatic Colors of #CE4FC1
Black with #CE4FC1
Text Example
Text Example
White with #CE4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FC1; }
p { color: rgb(206,79,193); }
H1.HeaderClassName
{
color: #CE4FC1;
}
.AnyTagClassName
{
color: #CE4FC1;
}
</style>
background-color css
<style>
a { background-color: #CE4FC1; }
a { background-color: rgb(206,79,193); }
div.DivClassName
{
background-color: #CE4FC1;
}
.BgClassName
{
background-color: #CE4FC1;
}
</style>
border-color css
<style>
span { border-color: #CE4FC1; }
span { border-color: rgb(206,79,193); }
td.TdClassName
{
border-color: #CE4FC1;
}
.TagClassName
{
border-color: #CE4FC1;
}
</style>