Shades of Fuchsia #CE3DB1
Tints of Fuchsia #CE3DB1
RGB
CMYK
RGB Variations
Color information
#CE3DB1 (or 0xCE3DB1) is known color: Fuchsia. HEX triplet: CE, 3D and B1. RGB value is (206,61,177). Sum of RGB (Red+Green+Blue) = 206+61+177=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DB1 is #31C24E. Grayscale: #757575. Windows color (decimal): -3261007 or 11615694. OLE color: 11615694.
HSL color Cylindrical-coordinate representation of color #CE3DB1: hue angle of 312º 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 #CE3DB1 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 177 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.19 |
| HSL | 312º | 0.6% | 0.52% | - |
| HSV(B) | 312º | 0.7% | 0.81% | - |
| XYZ | 35.06 | 19.63 | 43.54 | - |
| YUV | 117.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 177 | 0 | 0.70 | 0.14 | 0.19 | 312 | 0.6 | 0.52 |
| Hex | CE | 3D | B1 | 0 | 46 | E | 13 | 138 | 3C | 34 |
| Octal | 316 | 75 | 261 | 0 | 106 | 16 | 23 | 470 | 74 | 64 |
| Binary | 11001110 | 111101 | 10110001 | 0 | 1000110 | 1110 | 10011 | 100111000 | 111100 | 110100 |
Color Harmonies of #CE3DB1
Complementary color
Monochromatic Colors of #CE3DB1
Black with #CE3DB1
Text Example
Text Example
White with #CE3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DB1; }
p { color: rgb(206,61,177); }
H1.HeaderClassName
{
color: #CE3DB1;
}
.AnyTagClassName
{
color: #CE3DB1;
}
</style>
background-color css
<style>
a { background-color: #CE3DB1; }
a { background-color: rgb(206,61,177); }
div.DivClassName
{
background-color: #CE3DB1;
}
.BgClassName
{
background-color: #CE3DB1;
}
</style>
border-color css
<style>
span { border-color: #CE3DB1; }
span { border-color: rgb(206,61,177); }
td.TdClassName
{
border-color: #CE3DB1;
}
.TagClassName
{
border-color: #CE3DB1;
}
</style>