Shades of Fuchsia #CE3DC5
Tints of Fuchsia #CE3DC5
RGB
CMYK
RGB Variations
Color information
#CE3DC5 (or 0xCE3DC5) is known color: Fuchsia. HEX triplet: CE, 3D and C5. RGB value is (206,61,197). Sum of RGB (Red+Green+Blue) = 206+61+197=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DC5 is #31C23A. Grayscale: #777777. Windows color (decimal): -3260987 or 12926414. OLE color: 12926414.
HSL color Cylindrical-coordinate representation of color #CE3DC5: hue angle of 303.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DC5 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 197 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.19 |
| HSL | 303.72º | 0.6% | 0.52% | - |
| HSV(B) | 303.72º | 0.7% | 0.81% | - |
| XYZ | 37.2 | 20.49 | 54.82 | - |
| YUV | 119.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 197 | 0 | 0.70 | 0.04 | 0.19 | 303.72 | 0.6 | 0.52 |
| Hex | CE | 3D | C5 | 0 | 46 | 4 | 13 | 130 | 3C | 34 |
| Octal | 316 | 75 | 305 | 0 | 106 | 4 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111101 | 11000101 | 0 | 1000110 | 100 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE3DC5
Complementary color
Monochromatic Colors of #CE3DC5
Black with #CE3DC5
Text Example
Text Example
White with #CE3DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DC5; }
p { color: rgb(206,61,197); }
H1.HeaderClassName
{
color: #CE3DC5;
}
.AnyTagClassName
{
color: #CE3DC5;
}
</style>
background-color css
<style>
a { background-color: #CE3DC5; }
a { background-color: rgb(206,61,197); }
div.DivClassName
{
background-color: #CE3DC5;
}
.BgClassName
{
background-color: #CE3DC5;
}
</style>
border-color css
<style>
span { border-color: #CE3DC5; }
span { border-color: rgb(206,61,197); }
td.TdClassName
{
border-color: #CE3DC5;
}
.TagClassName
{
border-color: #CE3DC5;
}
</style>