Shades of Fuchsia #CE3DB4
Tints of Fuchsia #CE3DB4
RGB
CMYK
RGB Variations
Color information
#CE3DB4 (or 0xCE3DB4) is known color: Fuchsia. HEX triplet: CE, 3D and B4. RGB value is (206,61,180). Sum of RGB (Red+Green+Blue) = 206+61+180=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DB4 is #31C24B. Grayscale: #757575. Windows color (decimal): -3261004 or 11812302. OLE color: 11812302.
HSL color Cylindrical-coordinate representation of color #CE3DB4: hue angle of 310.76º 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 #CE3DB4 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 180 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.19 |
| HSL | 310.76º | 0.6% | 0.52% | - |
| HSV(B) | 310.76º | 0.7% | 0.81% | - |
| XYZ | 35.36 | 19.75 | 45.13 | - |
| YUV | 117.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 180 | 0 | 0.70 | 0.13 | 0.19 | 310.76 | 0.6 | 0.52 |
| Hex | CE | 3D | B4 | 0 | 46 | D | 13 | 137 | 3C | 34 |
| Octal | 316 | 75 | 264 | 0 | 106 | 15 | 23 | 467 | 74 | 64 |
| Binary | 11001110 | 111101 | 10110100 | 0 | 1000110 | 1101 | 10011 | 100110111 | 111100 | 110100 |
Color Harmonies of #CE3DB4
Complementary color
Monochromatic Colors of #CE3DB4
Black with #CE3DB4
Text Example
Text Example
White with #CE3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DB4; }
p { color: rgb(206,61,180); }
H1.HeaderClassName
{
color: #CE3DB4;
}
.AnyTagClassName
{
color: #CE3DB4;
}
</style>
background-color css
<style>
a { background-color: #CE3DB4; }
a { background-color: rgb(206,61,180); }
div.DivClassName
{
background-color: #CE3DB4;
}
.BgClassName
{
background-color: #CE3DB4;
}
</style>
border-color css
<style>
span { border-color: #CE3DB4; }
span { border-color: rgb(206,61,180); }
td.TdClassName
{
border-color: #CE3DB4;
}
.TagClassName
{
border-color: #CE3DB4;
}
</style>