Shades of Fuchsia #CE3DBB
Tints of Fuchsia #CE3DBB
RGB
CMYK
RGB Variations
Color information
#CE3DBB (or 0xCE3DBB) is known color: Fuchsia. HEX triplet: CE, 3D and BB. RGB value is (206,61,187). Sum of RGB (Red+Green+Blue) = 206+61+187=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DBB is #31C244. Grayscale: #767676. Windows color (decimal): -3260997 or 12271054. OLE color: 12271054.
HSL color Cylindrical-coordinate representation of color #CE3DBB: hue angle of 307.86º 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 #CE3DBB is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 187 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.19 |
| HSL | 307.86º | 0.6% | 0.52% | - |
| HSV(B) | 307.86º | 0.7% | 0.81% | - |
| XYZ | 36.09 | 20.05 | 48.98 | - |
| YUV | 118.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 187 | 0 | 0.70 | 0.09 | 0.19 | 307.86 | 0.6 | 0.52 |
| Hex | CE | 3D | BB | 0 | 46 | 9 | 13 | 134 | 3C | 34 |
| Octal | 316 | 75 | 273 | 0 | 106 | 11 | 23 | 464 | 74 | 64 |
| Binary | 11001110 | 111101 | 10111011 | 0 | 1000110 | 1001 | 10011 | 100110100 | 111100 | 110100 |
Color Harmonies of #CE3DBB
Complementary color
Monochromatic Colors of #CE3DBB
Black with #CE3DBB
Text Example
Text Example
White with #CE3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DBB; }
p { color: rgb(206,61,187); }
H1.HeaderClassName
{
color: #CE3DBB;
}
.AnyTagClassName
{
color: #CE3DBB;
}
</style>
background-color css
<style>
a { background-color: #CE3DBB; }
a { background-color: rgb(206,61,187); }
div.DivClassName
{
background-color: #CE3DBB;
}
.BgClassName
{
background-color: #CE3DBB;
}
</style>
border-color css
<style>
span { border-color: #CE3DBB; }
span { border-color: rgb(206,61,187); }
td.TdClassName
{
border-color: #CE3DBB;
}
.TagClassName
{
border-color: #CE3DBB;
}
</style>