Shades of Fuchsia #CE3DC4
Tints of Fuchsia #CE3DC4
RGB
CMYK
RGB Variations
Color information
#CE3DC4 (or 0xCE3DC4) is known color: Fuchsia. HEX triplet: CE, 3D and C4. RGB value is (206,61,196). Sum of RGB (Red+Green+Blue) = 206+61+196=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DC4 is #31C23B. Grayscale: #777777. Windows color (decimal): -3260988 or 12860878. OLE color: 12860878.
HSL color Cylindrical-coordinate representation of color #CE3DC4: hue angle of 304.14º 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 #CE3DC4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 196 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.19 |
| HSL | 304.14º | 0.6% | 0.52% | - |
| HSV(B) | 304.14º | 0.7% | 0.81% | - |
| XYZ | 37.09 | 20.44 | 54.22 | - |
| YUV | 119.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 196 | 0 | 0.70 | 0.05 | 0.19 | 304.14 | 0.6 | 0.52 |
| Hex | CE | 3D | C4 | 0 | 46 | 5 | 13 | 130 | 3C | 34 |
| Octal | 316 | 75 | 304 | 0 | 106 | 5 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111101 | 11000100 | 0 | 1000110 | 101 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE3DC4
Complementary color
Monochromatic Colors of #CE3DC4
Black with #CE3DC4
Text Example
Text Example
White with #CE3DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DC4; }
p { color: rgb(206,61,196); }
H1.HeaderClassName
{
color: #CE3DC4;
}
.AnyTagClassName
{
color: #CE3DC4;
}
</style>
background-color css
<style>
a { background-color: #CE3DC4; }
a { background-color: rgb(206,61,196); }
div.DivClassName
{
background-color: #CE3DC4;
}
.BgClassName
{
background-color: #CE3DC4;
}
</style>
border-color css
<style>
span { border-color: #CE3DC4; }
span { border-color: rgb(206,61,196); }
td.TdClassName
{
border-color: #CE3DC4;
}
.TagClassName
{
border-color: #CE3DC4;
}
</style>