Shades of Fuchsia #CE3CB5
Tints of Fuchsia #CE3CB5
RGB
CMYK
RGB Variations
Color information
#CE3CB5 (or 0xCE3CB5) is known color: Fuchsia. HEX triplet: CE, 3C and B5. RGB value is (206,60,181). Sum of RGB (Red+Green+Blue) = 206+60+181=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CB5 is #31C34A. Grayscale: #757575. Windows color (decimal): -3261259 or 11877582. OLE color: 11877582.
HSL color Cylindrical-coordinate representation of color #CE3CB5: hue angle of 310.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CB5 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 181 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.19 |
| HSL | 310.27º | 0.6% | 0.52% | - |
| HSV(B) | 310.27º | 0.71% | 0.81% | - |
| XYZ | 35.41 | 19.69 | 45.65 | - |
| YUV | 117.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 181 | 0 | 0.71 | 0.12 | 0.19 | 310.27 | 0.6 | 0.52 |
| Hex | CE | 3C | B5 | 0 | 47 | C | 13 | 136 | 3C | 34 |
| Octal | 316 | 74 | 265 | 0 | 107 | 14 | 23 | 466 | 74 | 64 |
| Binary | 11001110 | 111100 | 10110101 | 0 | 1000111 | 1100 | 10011 | 100110110 | 111100 | 110100 |
Color Harmonies of #CE3CB5
Complementary color
Monochromatic Colors of #CE3CB5
Black with #CE3CB5
Text Example
Text Example
White with #CE3CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CB5; }
p { color: rgb(206,60,181); }
H1.HeaderClassName
{
color: #CE3CB5;
}
.AnyTagClassName
{
color: #CE3CB5;
}
</style>
background-color css
<style>
a { background-color: #CE3CB5; }
a { background-color: rgb(206,60,181); }
div.DivClassName
{
background-color: #CE3CB5;
}
.BgClassName
{
background-color: #CE3CB5;
}
</style>
border-color css
<style>
span { border-color: #CE3CB5; }
span { border-color: rgb(206,60,181); }
td.TdClassName
{
border-color: #CE3CB5;
}
.TagClassName
{
border-color: #CE3CB5;
}
</style>