Shades of Fuchsia #CE4BBC
Tints of Fuchsia #CE4BBC
RGB
CMYK
RGB Variations
Color information
#CE4BBC (or 0xCE4BBC) is known color: Fuchsia. HEX triplet: CE, 4B and BC. RGB value is (206,75,188). Sum of RGB (Red+Green+Blue) = 206+75+188=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BBC is #31B443. Grayscale: #7E7E7E. Windows color (decimal): -3257412 or 12340174. OLE color: 12340174.
HSL color Cylindrical-coordinate representation of color #CE4BBC: hue angle of 308.24º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4BBC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.19 |
| HSL | 308.24º | 0.57% | 0.55% | - |
| HSV(B) | 308.24º | 0.64% | 0.81% | - |
| XYZ | 37.05 | 21.78 | 49.83 | - |
| YUV | 127.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 188 | 0 | 0.64 | 0.09 | 0.19 | 308.24 | 0.57 | 0.55 |
| Hex | CE | 4B | BC | 0 | 40 | 9 | 13 | 134 | 39 | 37 |
| Octal | 316 | 113 | 274 | 0 | 100 | 11 | 23 | 464 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10111100 | 0 | 1000000 | 1001 | 10011 | 100110100 | 111001 | 110111 |
Color Harmonies of #CE4BBC
Complementary color
Monochromatic Colors of #CE4BBC
Black with #CE4BBC
Text Example
Text Example
White with #CE4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BBC; }
p { color: rgb(206,75,188); }
H1.HeaderClassName
{
color: #CE4BBC;
}
.AnyTagClassName
{
color: #CE4BBC;
}
</style>
background-color css
<style>
a { background-color: #CE4BBC; }
a { background-color: rgb(206,75,188); }
div.DivClassName
{
background-color: #CE4BBC;
}
.BgClassName
{
background-color: #CE4BBC;
}
</style>
border-color css
<style>
span { border-color: #CE4BBC; }
span { border-color: rgb(206,75,188); }
td.TdClassName
{
border-color: #CE4BBC;
}
.TagClassName
{
border-color: #CE4BBC;
}
</style>