Shades of Fuchsia #CE4AD1
Tints of Fuchsia #CE4AD1
RGB
CMYK
RGB Variations
Color information
#CE4AD1 (or 0xCE4AD1) is known color: Fuchsia. HEX triplet: CE, 4A and D1. RGB value is (206,74,209). Sum of RGB (Red+Green+Blue) = 206+74+209=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE4AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AD1 is #31B52E. Grayscale: #808080. Windows color (decimal): -3257647 or 13716174. OLE color: 13716174.
HSL color Cylindrical-coordinate representation of color #CE4AD1: hue angle of 298.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4AD1 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 74 | 209 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.18 |
| HSL | 298.67º | 0.59% | 0.55% | - |
| HSV(B) | 298.67º | 0.65% | 0.82% | - |
| XYZ | 39.41 | 22.62 | 62.61 | - |
| YUV | 128.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 209 | 0.01 | 0.65 | 0 | 0.18 | 298.67 | 0.59 | 0.55 |
| Hex | CE | 4A | D1 | 1 | 41 | 0 | 12 | 12B | 3B | 37 |
| Octal | 316 | 112 | 321 | 1 | 101 | 0 | 22 | 453 | 73 | 67 |
| Binary | 11001110 | 1001010 | 11010001 | 1 | 1000001 | 0 | 10010 | 100101011 | 111011 | 110111 |
Color Harmonies of #CE4AD1
Complementary color
Monochromatic Colors of #CE4AD1
Black with #CE4AD1
Text Example
Text Example
White with #CE4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AD1; }
p { color: rgb(206,74,209); }
H1.HeaderClassName
{
color: #CE4AD1;
}
.AnyTagClassName
{
color: #CE4AD1;
}
</style>
background-color css
<style>
a { background-color: #CE4AD1; }
a { background-color: rgb(206,74,209); }
div.DivClassName
{
background-color: #CE4AD1;
}
.BgClassName
{
background-color: #CE4AD1;
}
</style>
border-color css
<style>
span { border-color: #CE4AD1; }
span { border-color: rgb(206,74,209); }
td.TdClassName
{
border-color: #CE4AD1;
}
.TagClassName
{
border-color: #CE4AD1;
}
</style>