Shades of Fuchsia #CE4BC5
Tints of Fuchsia #CE4BC5
RGB
CMYK
RGB Variations
Color information
#CE4BC5 (or 0xCE4BC5) is known color: Fuchsia. HEX triplet: CE, 4B and C5. RGB value is (206,75,197). Sum of RGB (Red+Green+Blue) = 206+75+197=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BC5 is #31B43A. Grayscale: #7F7F7F. Windows color (decimal): -3257403 or 12929998. OLE color: 12929998.
HSL color Cylindrical-coordinate representation of color #CE4BC5: hue angle of 304.12º 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 #CE4BC5 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 197 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.19 |
| HSL | 304.12º | 0.57% | 0.55% | - |
| HSV(B) | 304.12º | 0.64% | 0.81% | - |
| XYZ | 38.05 | 22.19 | 55.1 | - |
| YUV | 128.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 197 | 0 | 0.64 | 0.04 | 0.19 | 304.12 | 0.57 | 0.55 |
| Hex | CE | 4B | C5 | 0 | 40 | 4 | 13 | 130 | 39 | 37 |
| Octal | 316 | 113 | 305 | 0 | 100 | 4 | 23 | 460 | 71 | 67 |
| Binary | 11001110 | 1001011 | 11000101 | 0 | 1000000 | 100 | 10011 | 100110000 | 111001 | 110111 |
Color Harmonies of #CE4BC5
Complementary color
Monochromatic Colors of #CE4BC5
Black with #CE4BC5
Text Example
Text Example
White with #CE4BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BC5; }
p { color: rgb(206,75,197); }
H1.HeaderClassName
{
color: #CE4BC5;
}
.AnyTagClassName
{
color: #CE4BC5;
}
</style>
background-color css
<style>
a { background-color: #CE4BC5; }
a { background-color: rgb(206,75,197); }
div.DivClassName
{
background-color: #CE4BC5;
}
.BgClassName
{
background-color: #CE4BC5;
}
</style>
border-color css
<style>
span { border-color: #CE4BC5; }
span { border-color: rgb(206,75,197); }
td.TdClassName
{
border-color: #CE4BC5;
}
.TagClassName
{
border-color: #CE4BC5;
}
</style>