Shades of Fuchsia #CE4AAF
Tints of Fuchsia #CE4AAF
RGB
CMYK
RGB Variations
Color information
#CE4AAF (or 0xCE4AAF) is known color: Fuchsia. HEX triplet: CE, 4A and AF. RGB value is (206,74,175). Sum of RGB (Red+Green+Blue) = 206+74+175=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AAF is #31B550. Grayscale: #7C7C7C. Windows color (decimal): -3257681 or 11487950. OLE color: 11487950.
HSL color Cylindrical-coordinate representation of color #CE4AAF: hue angle of 314.09º 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 #CE4AAF is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 175 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.19 |
| HSL | 314.09º | 0.57% | 0.55% | - |
| HSV(B) | 314.09º | 0.64% | 0.81% | - |
| XYZ | 35.64 | 21.11 | 42.75 | - |
| YUV | 124.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 175 | 0 | 0.64 | 0.15 | 0.19 | 314.09 | 0.57 | 0.55 |
| Hex | CE | 4A | AF | 0 | 40 | F | 13 | 13A | 39 | 37 |
| Octal | 316 | 112 | 257 | 0 | 100 | 17 | 23 | 472 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10101111 | 0 | 1000000 | 1111 | 10011 | 100111010 | 111001 | 110111 |
Color Harmonies of #CE4AAF
Complementary color
Monochromatic Colors of #CE4AAF
Black with #CE4AAF
Text Example
Text Example
White with #CE4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AAF; }
p { color: rgb(206,74,175); }
H1.HeaderClassName
{
color: #CE4AAF;
}
.AnyTagClassName
{
color: #CE4AAF;
}
</style>
background-color css
<style>
a { background-color: #CE4AAF; }
a { background-color: rgb(206,74,175); }
div.DivClassName
{
background-color: #CE4AAF;
}
.BgClassName
{
background-color: #CE4AAF;
}
</style>
border-color css
<style>
span { border-color: #CE4AAF; }
span { border-color: rgb(206,74,175); }
td.TdClassName
{
border-color: #CE4AAF;
}
.TagClassName
{
border-color: #CE4AAF;
}
</style>