Shades of Fuchsia #CE3BBC
Tints of Fuchsia #CE3BBC
RGB
CMYK
RGB Variations
Color information
#CE3BBC (or 0xCE3BBC) is known color: Fuchsia. HEX triplet: CE, 3B and BC. RGB value is (206,59,188). Sum of RGB (Red+Green+Blue) = 206+59+188=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BBC is #31C443. Grayscale: #757575. Windows color (decimal): -3261508 or 12336078. OLE color: 12336078.
HSL color Cylindrical-coordinate representation of color #CE3BBC: hue angle of 307.35º 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 #CE3BBC is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 188 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.19 |
| HSL | 307.35º | 0.6% | 0.52% | - |
| HSV(B) | 307.35º | 0.71% | 0.81% | - |
| XYZ | 36.09 | 19.88 | 49.51 | - |
| YUV | 117.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 188 | 0 | 0.71 | 0.09 | 0.19 | 307.35 | 0.6 | 0.52 |
| Hex | CE | 3B | BC | 0 | 47 | 9 | 13 | 133 | 3C | 34 |
| Octal | 316 | 73 | 274 | 0 | 107 | 11 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111011 | 10111100 | 0 | 1000111 | 1001 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3BBC
Complementary color
Monochromatic Colors of #CE3BBC
Black with #CE3BBC
Text Example
Text Example
White with #CE3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BBC; }
p { color: rgb(206,59,188); }
H1.HeaderClassName
{
color: #CE3BBC;
}
.AnyTagClassName
{
color: #CE3BBC;
}
</style>
background-color css
<style>
a { background-color: #CE3BBC; }
a { background-color: rgb(206,59,188); }
div.DivClassName
{
background-color: #CE3BBC;
}
.BgClassName
{
background-color: #CE3BBC;
}
</style>
border-color css
<style>
span { border-color: #CE3BBC; }
span { border-color: rgb(206,59,188); }
td.TdClassName
{
border-color: #CE3BBC;
}
.TagClassName
{
border-color: #CE3BBC;
}
</style>