Shades of Fuchsia #CE3DB0
Tints of Fuchsia #CE3DB0
RGB
CMYK
RGB Variations
Color information
#CE3DB0 (or 0xCE3DB0) is known color: Fuchsia. HEX triplet: CE, 3D and B0. RGB value is (206,61,176). Sum of RGB (Red+Green+Blue) = 206+61+176=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DB0 is #31C24F. Grayscale: #757575. Windows color (decimal): -3261008 or 11550158. OLE color: 11550158.
HSL color Cylindrical-coordinate representation of color #CE3DB0: hue angle of 312.41º 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 #CE3DB0 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 176 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.19 |
| HSL | 312.41º | 0.6% | 0.52% | - |
| HSV(B) | 312.41º | 0.7% | 0.81% | - |
| XYZ | 34.96 | 19.59 | 43.01 | - |
| YUV | 117.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 176 | 0 | 0.70 | 0.15 | 0.19 | 312.41 | 0.6 | 0.52 |
| Hex | CE | 3D | B0 | 0 | 46 | F | 13 | 138 | 3C | 34 |
| Octal | 316 | 75 | 260 | 0 | 106 | 17 | 23 | 470 | 74 | 64 |
| Binary | 11001110 | 111101 | 10110000 | 0 | 1000110 | 1111 | 10011 | 100111000 | 111100 | 110100 |
Color Harmonies of #CE3DB0
Complementary color
Monochromatic Colors of #CE3DB0
Black with #CE3DB0
Text Example
Text Example
White with #CE3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DB0; }
p { color: rgb(206,61,176); }
H1.HeaderClassName
{
color: #CE3DB0;
}
.AnyTagClassName
{
color: #CE3DB0;
}
</style>
background-color css
<style>
a { background-color: #CE3DB0; }
a { background-color: rgb(206,61,176); }
div.DivClassName
{
background-color: #CE3DB0;
}
.BgClassName
{
background-color: #CE3DB0;
}
</style>
border-color css
<style>
span { border-color: #CE3DB0; }
span { border-color: rgb(206,61,176); }
td.TdClassName
{
border-color: #CE3DB0;
}
.TagClassName
{
border-color: #CE3DB0;
}
</style>