Shades of Fuchsia #CE4BBB
Tints of Fuchsia #CE4BBB
RGB
CMYK
RGB Variations
Color information
#CE4BBB (or 0xCE4BBB) is known color: Fuchsia. HEX triplet: CE, 4B and BB. RGB value is (206,75,187). Sum of RGB (Red+Green+Blue) = 206+75+187=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BBB is #31B444. Grayscale: #7E7E7E. Windows color (decimal): -3257413 or 12274638. OLE color: 12274638.
HSL color Cylindrical-coordinate representation of color #CE4BBB: hue angle of 308.7º 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 #CE4BBB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 187 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.19 |
| HSL | 308.7º | 0.57% | 0.55% | - |
| HSV(B) | 308.7º | 0.64% | 0.81% | - |
| XYZ | 36.94 | 21.74 | 49.26 | - |
| YUV | 126.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 187 | 0 | 0.64 | 0.09 | 0.19 | 308.7 | 0.57 | 0.55 |
| Hex | CE | 4B | BB | 0 | 40 | 9 | 13 | 135 | 39 | 37 |
| Octal | 316 | 113 | 273 | 0 | 100 | 11 | 23 | 465 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10111011 | 0 | 1000000 | 1001 | 10011 | 100110101 | 111001 | 110111 |
Color Harmonies of #CE4BBB
Complementary color
Monochromatic Colors of #CE4BBB
Black with #CE4BBB
Text Example
Text Example
White with #CE4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BBB; }
p { color: rgb(206,75,187); }
H1.HeaderClassName
{
color: #CE4BBB;
}
.AnyTagClassName
{
color: #CE4BBB;
}
</style>
background-color css
<style>
a { background-color: #CE4BBB; }
a { background-color: rgb(206,75,187); }
div.DivClassName
{
background-color: #CE4BBB;
}
.BgClassName
{
background-color: #CE4BBB;
}
</style>
border-color css
<style>
span { border-color: #CE4BBB; }
span { border-color: rgb(206,75,187); }
td.TdClassName
{
border-color: #CE4BBB;
}
.TagClassName
{
border-color: #CE4BBB;
}
</style>