Shades of Fuchsia #CE3DAF
Tints of Fuchsia #CE3DAF
RGB
CMYK
RGB Variations
Color information
#CE3DAF (or 0xCE3DAF) is known color: Fuchsia. HEX triplet: CE, 3D and AF. RGB value is (206,61,175). Sum of RGB (Red+Green+Blue) = 206+61+175=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DAF is #31C250. Grayscale: #757575. Windows color (decimal): -3261009 or 11484622. OLE color: 11484622.
HSL color Cylindrical-coordinate representation of color #CE3DAF: hue angle of 312.83º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DAF is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 175 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.19 |
| HSL | 312.83º | 0.6% | 0.52% | - |
| HSV(B) | 312.83º | 0.7% | 0.81% | - |
| XYZ | 34.86 | 19.55 | 42.49 | - |
| YUV | 117.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 175 | 0 | 0.70 | 0.15 | 0.19 | 312.83 | 0.6 | 0.52 |
| Hex | CE | 3D | AF | 0 | 46 | F | 13 | 139 | 3C | 34 |
| Octal | 316 | 75 | 257 | 0 | 106 | 17 | 23 | 471 | 74 | 64 |
| Binary | 11001110 | 111101 | 10101111 | 0 | 1000110 | 1111 | 10011 | 100111001 | 111100 | 110100 |
Color Harmonies of #CE3DAF
Complementary color
Monochromatic Colors of #CE3DAF
Black with #CE3DAF
Text Example
Text Example
White with #CE3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DAF; }
p { color: rgb(206,61,175); }
H1.HeaderClassName
{
color: #CE3DAF;
}
.AnyTagClassName
{
color: #CE3DAF;
}
</style>
background-color css
<style>
a { background-color: #CE3DAF; }
a { background-color: rgb(206,61,175); }
div.DivClassName
{
background-color: #CE3DAF;
}
.BgClassName
{
background-color: #CE3DAF;
}
</style>
border-color css
<style>
span { border-color: #CE3DAF; }
span { border-color: rgb(206,61,175); }
td.TdClassName
{
border-color: #CE3DAF;
}
.TagClassName
{
border-color: #CE3DAF;
}
</style>