Shades of Fuchsia #CE4ABB
Tints of Fuchsia #CE4ABB
RGB
CMYK
RGB Variations
Color information
#CE4ABB (or 0xCE4ABB) is known color: Fuchsia. HEX triplet: CE, 4A and BB. RGB value is (206,74,187). Sum of RGB (Red+Green+Blue) = 206+74+187=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABB is #31B544. Grayscale: #7E7E7E. Windows color (decimal): -3257669 or 12274382. OLE color: 12274382.
HSL color Cylindrical-coordinate representation of color #CE4ABB: hue angle of 308.64º 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 #CE4ABB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 187 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.19 |
| HSL | 308.64º | 0.57% | 0.55% | - |
| HSV(B) | 308.64º | 0.64% | 0.81% | - |
| XYZ | 36.87 | 21.61 | 49.24 | - |
| YUV | 126.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 187 | 0 | 0.64 | 0.09 | 0.19 | 308.64 | 0.57 | 0.55 |
| Hex | CE | 4A | BB | 0 | 40 | 9 | 13 | 135 | 39 | 37 |
| Octal | 316 | 112 | 273 | 0 | 100 | 11 | 23 | 465 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10111011 | 0 | 1000000 | 1001 | 10011 | 100110101 | 111001 | 110111 |
Color Harmonies of #CE4ABB
Complementary color
Monochromatic Colors of #CE4ABB
Black with #CE4ABB
Text Example
Text Example
White with #CE4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ABB; }
p { color: rgb(206,74,187); }
H1.HeaderClassName
{
color: #CE4ABB;
}
.AnyTagClassName
{
color: #CE4ABB;
}
</style>
background-color css
<style>
a { background-color: #CE4ABB; }
a { background-color: rgb(206,74,187); }
div.DivClassName
{
background-color: #CE4ABB;
}
.BgClassName
{
background-color: #CE4ABB;
}
</style>
border-color css
<style>
span { border-color: #CE4ABB; }
span { border-color: rgb(206,74,187); }
td.TdClassName
{
border-color: #CE4ABB;
}
.TagClassName
{
border-color: #CE4ABB;
}
</style>