Shades of Fuchsia #CE3FC5
Tints of Fuchsia #CE3FC5
RGB
CMYK
RGB Variations
Color information
#CE3FC5 (or 0xCE3FC5) is known color: Fuchsia. HEX triplet: CE, 3F and C5. RGB value is (206,63,197). Sum of RGB (Red+Green+Blue) = 206+63+197=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FC5 is #31C03A. Grayscale: #787878. Windows color (decimal): -3260475 or 12926926. OLE color: 12926926.
HSL color Cylindrical-coordinate representation of color #CE3FC5: hue angle of 303.78º 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 #CE3FC5 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 197 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.19 |
| HSL | 303.78º | 0.59% | 0.53% | - |
| HSV(B) | 303.78º | 0.69% | 0.81% | - |
| XYZ | 37.31 | 20.71 | 54.85 | - |
| YUV | 121.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 197 | 0 | 0.69 | 0.04 | 0.19 | 303.78 | 0.59 | 0.53 |
| Hex | CE | 3F | C5 | 0 | 45 | 4 | 13 | 130 | 3B | 35 |
| Octal | 316 | 77 | 305 | 0 | 105 | 4 | 23 | 460 | 73 | 65 |
| Binary | 11001110 | 111111 | 11000101 | 0 | 1000101 | 100 | 10011 | 100110000 | 111011 | 110101 |
Color Harmonies of #CE3FC5
Complementary color
Monochromatic Colors of #CE3FC5
Black with #CE3FC5
Text Example
Text Example
White with #CE3FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FC5; }
p { color: rgb(206,63,197); }
H1.HeaderClassName
{
color: #CE3FC5;
}
.AnyTagClassName
{
color: #CE3FC5;
}
</style>
background-color css
<style>
a { background-color: #CE3FC5; }
a { background-color: rgb(206,63,197); }
div.DivClassName
{
background-color: #CE3FC5;
}
.BgClassName
{
background-color: #CE3FC5;
}
</style>
border-color css
<style>
span { border-color: #CE3FC5; }
span { border-color: rgb(206,63,197); }
td.TdClassName
{
border-color: #CE3FC5;
}
.TagClassName
{
border-color: #CE3FC5;
}
</style>