Shades of Fuchsia #CE3BC5
Tints of Fuchsia #CE3BC5
RGB
CMYK
RGB Variations
Color information
#CE3BC5 (or 0xCE3BC5) is known color: Fuchsia. HEX triplet: CE, 3B and C5. RGB value is (206,59,197). Sum of RGB (Red+Green+Blue) = 206+59+197=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BC5 is #31C43A. Grayscale: #767676. Windows color (decimal): -3261499 or 12925902. OLE color: 12925902.
HSL color Cylindrical-coordinate representation of color #CE3BC5: hue angle of 303.67º 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 #CE3BC5 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 197 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.19 |
| HSL | 303.67º | 0.6% | 0.52% | - |
| HSV(B) | 303.67º | 0.71% | 0.81% | - |
| XYZ | 37.1 | 20.28 | 54.78 | - |
| YUV | 118.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 197 | 0 | 0.71 | 0.04 | 0.19 | 303.67 | 0.6 | 0.52 |
| Hex | CE | 3B | C5 | 0 | 47 | 4 | 13 | 130 | 3C | 34 |
| Octal | 316 | 73 | 305 | 0 | 107 | 4 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111011 | 11000101 | 0 | 1000111 | 100 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE3BC5
Complementary color
Monochromatic Colors of #CE3BC5
Black with #CE3BC5
Text Example
Text Example
White with #CE3BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BC5; }
p { color: rgb(206,59,197); }
H1.HeaderClassName
{
color: #CE3BC5;
}
.AnyTagClassName
{
color: #CE3BC5;
}
</style>
background-color css
<style>
a { background-color: #CE3BC5; }
a { background-color: rgb(206,59,197); }
div.DivClassName
{
background-color: #CE3BC5;
}
.BgClassName
{
background-color: #CE3BC5;
}
</style>
border-color css
<style>
span { border-color: #CE3BC5; }
span { border-color: rgb(206,59,197); }
td.TdClassName
{
border-color: #CE3BC5;
}
.TagClassName
{
border-color: #CE3BC5;
}
</style>