Shades of Fuchsia #CE2DAF
Tints of Fuchsia #CE2DAF
RGB
CMYK
RGB Variations
Color information
#CE2DAF (or 0xCE2DAF) is known color: Fuchsia. HEX triplet: CE, 2D and AF. RGB value is (206,45,175). Sum of RGB (Red+Green+Blue) = 206+45+175=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DAF is #31D250. Grayscale: #6B6B6B. Windows color (decimal): -3265105 or 11480526. OLE color: 11480526.
HSL color Cylindrical-coordinate representation of color #CE2DAF: hue angle of 311.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DAF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 175 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.19 |
| HSL | 311.55º | 0.64% | 0.49% | - |
| HSV(B) | 311.55º | 0.78% | 0.81% | - |
| XYZ | 34.13 | 18.09 | 42.25 | - |
| YUV | 107.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 175 | 0 | 0.78 | 0.15 | 0.19 | 311.55 | 0.64 | 0.49 |
| Hex | CE | 2D | AF | 0 | 4E | F | 13 | 138 | 40 | 31 |
| Octal | 316 | 55 | 257 | 0 | 116 | 17 | 23 | 470 | 100 | 61 |
| Binary | 11001110 | 101101 | 10101111 | 0 | 1001110 | 1111 | 10011 | 100111000 | 1000000 | 110001 |
Color Harmonies of #CE2DAF
Complementary color
Monochromatic Colors of #CE2DAF
Black with #CE2DAF
Text Example
Text Example
White with #CE2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DAF; }
p { color: rgb(206,45,175); }
H1.HeaderClassName
{
color: #CE2DAF;
}
.AnyTagClassName
{
color: #CE2DAF;
}
</style>
background-color css
<style>
a { background-color: #CE2DAF; }
a { background-color: rgb(206,45,175); }
div.DivClassName
{
background-color: #CE2DAF;
}
.BgClassName
{
background-color: #CE2DAF;
}
</style>
border-color css
<style>
span { border-color: #CE2DAF; }
span { border-color: rgb(206,45,175); }
td.TdClassName
{
border-color: #CE2DAF;
}
.TagClassName
{
border-color: #CE2DAF;
}
</style>