Shades of Fuchsia #CE4AD0
Tints of Fuchsia #CE4AD0
RGB
CMYK
RGB Variations
Color information
#CE4AD0 (or 0xCE4AD0) is known color: Fuchsia. HEX triplet: CE, 4A and D0. RGB value is (206,74,208). Sum of RGB (Red+Green+Blue) = 206+74+208=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE4AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AD0 is #31B52F. Grayscale: #808080. Windows color (decimal): -3257648 or 13650638. OLE color: 13650638.
HSL color Cylindrical-coordinate representation of color #CE4AD0: hue angle of 299.1º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4AD0 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 74 | 208 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.18 |
| HSL | 299.1º | 0.59% | 0.55% | - |
| HSV(B) | 299.1º | 0.64% | 0.82% | - |
| XYZ | 39.29 | 22.57 | 61.96 | - |
| YUV | 128.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 208 | 0.01 | 0.64 | 0 | 0.18 | 299.1 | 0.59 | 0.55 |
| Hex | CE | 4A | D0 | 1 | 40 | 0 | 12 | 12B | 3B | 37 |
| Octal | 316 | 112 | 320 | 1 | 100 | 0 | 22 | 453 | 73 | 67 |
| Binary | 11001110 | 1001010 | 11010000 | 1 | 1000000 | 0 | 10010 | 100101011 | 111011 | 110111 |
Color Harmonies of #CE4AD0
Complementary color
Monochromatic Colors of #CE4AD0
Black with #CE4AD0
Text Example
Text Example
White with #CE4AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AD0; }
p { color: rgb(206,74,208); }
H1.HeaderClassName
{
color: #CE4AD0;
}
.AnyTagClassName
{
color: #CE4AD0;
}
</style>
background-color css
<style>
a { background-color: #CE4AD0; }
a { background-color: rgb(206,74,208); }
div.DivClassName
{
background-color: #CE4AD0;
}
.BgClassName
{
background-color: #CE4AD0;
}
</style>
border-color css
<style>
span { border-color: #CE4AD0; }
span { border-color: rgb(206,74,208); }
td.TdClassName
{
border-color: #CE4AD0;
}
.TagClassName
{
border-color: #CE4AD0;
}
</style>