Shades of Fuchsia #CE4AC1
Tints of Fuchsia #CE4AC1
RGB
CMYK
RGB Variations
Color information
#CE4AC1 (or 0xCE4AC1) is known color: Fuchsia. HEX triplet: CE, 4A and C1. RGB value is (206,74,193). Sum of RGB (Red+Green+Blue) = 206+74+193=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC1 is #31B53E. Grayscale: #7E7E7E. Windows color (decimal): -3257663 or 12667598. OLE color: 12667598.
HSL color Cylindrical-coordinate representation of color #CE4AC1: hue angle of 305.91º 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 #CE4AC1 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 193 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.19 |
| HSL | 305.91º | 0.57% | 0.55% | - |
| HSV(B) | 305.91º | 0.64% | 0.81% | - |
| XYZ | 37.53 | 21.87 | 52.7 | - |
| YUV | 127.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 193 | 0 | 0.64 | 0.06 | 0.19 | 305.91 | 0.57 | 0.55 |
| Hex | CE | 4A | C1 | 0 | 40 | 6 | 13 | 132 | 39 | 37 |
| Octal | 316 | 112 | 301 | 0 | 100 | 6 | 23 | 462 | 71 | 67 |
| Binary | 11001110 | 1001010 | 11000001 | 0 | 1000000 | 110 | 10011 | 100110010 | 111001 | 110111 |
Color Harmonies of #CE4AC1
Complementary color
Monochromatic Colors of #CE4AC1
Black with #CE4AC1
Text Example
Text Example
White with #CE4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AC1; }
p { color: rgb(206,74,193); }
H1.HeaderClassName
{
color: #CE4AC1;
}
.AnyTagClassName
{
color: #CE4AC1;
}
</style>
background-color css
<style>
a { background-color: #CE4AC1; }
a { background-color: rgb(206,74,193); }
div.DivClassName
{
background-color: #CE4AC1;
}
.BgClassName
{
background-color: #CE4AC1;
}
</style>
border-color css
<style>
span { border-color: #CE4AC1; }
span { border-color: rgb(206,74,193); }
td.TdClassName
{
border-color: #CE4AC1;
}
.TagClassName
{
border-color: #CE4AC1;
}
</style>