Shades of Fuchsia #CE4AB7
Tints of Fuchsia #CE4AB7
RGB
CMYK
RGB Variations
Color information
#CE4AB7 (or 0xCE4AB7) is known color: Fuchsia. HEX triplet: CE, 4A and B7. RGB value is (206,74,183). Sum of RGB (Red+Green+Blue) = 206+74+183=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AB7 is #31B548. Grayscale: #7D7D7D. Windows color (decimal): -3257673 or 12012238. OLE color: 12012238.
HSL color Cylindrical-coordinate representation of color #CE4AB7: hue angle of 310.45º 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 #CE4AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 183 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.19 |
| HSL | 310.45º | 0.57% | 0.55% | - |
| HSV(B) | 310.45º | 0.64% | 0.81% | - |
| XYZ | 36.45 | 21.44 | 47.02 | - |
| YUV | 125.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 183 | 0 | 0.64 | 0.11 | 0.19 | 310.45 | 0.57 | 0.55 |
| Hex | CE | 4A | B7 | 0 | 40 | B | 13 | 136 | 39 | 37 |
| Octal | 316 | 112 | 267 | 0 | 100 | 13 | 23 | 466 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10110111 | 0 | 1000000 | 1011 | 10011 | 100110110 | 111001 | 110111 |
Color Harmonies of #CE4AB7
Complementary color
Monochromatic Colors of #CE4AB7
Black with #CE4AB7
Text Example
Text Example
White with #CE4AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AB7; }
p { color: rgb(206,74,183); }
H1.HeaderClassName
{
color: #CE4AB7;
}
.AnyTagClassName
{
color: #CE4AB7;
}
</style>
background-color css
<style>
a { background-color: #CE4AB7; }
a { background-color: rgb(206,74,183); }
div.DivClassName
{
background-color: #CE4AB7;
}
.BgClassName
{
background-color: #CE4AB7;
}
</style>
border-color css
<style>
span { border-color: #CE4AB7; }
span { border-color: rgb(206,74,183); }
td.TdClassName
{
border-color: #CE4AB7;
}
.TagClassName
{
border-color: #CE4AB7;
}
</style>