Shades of Fuchsia #CE46CF
Tints of Fuchsia #CE46CF
RGB
CMYK
RGB Variations
Color information
#CE46CF (or 0xCE46CF) is known color: Fuchsia. HEX triplet: CE, 46 and CF. RGB value is (206,70,207). Sum of RGB (Red+Green+Blue) = 206+70+207=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46CF is #31B930. Grayscale: #7D7D7D. Windows color (decimal): -3258673 or 13584078. OLE color: 13584078.
HSL color Cylindrical-coordinate representation of color #CE46CF: hue angle of 299.56º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46CF is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 207 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.19 |
| HSL | 299.56º | 0.59% | 0.54% | - |
| HSV(B) | 299.56º | 0.66% | 0.81% | - |
| XYZ | 38.91 | 22.01 | 61.23 | - |
| YUV | 126.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 207 | 0.00 | 0.66 | 0 | 0.19 | 299.56 | 0.59 | 0.54 |
| Hex | CE | 46 | CF | 0 | 42 | 0 | 13 | 12C | 3B | 36 |
| Octal | 316 | 106 | 317 | 0 | 102 | 0 | 23 | 454 | 73 | 66 |
| Binary | 11001110 | 1000110 | 11001111 | 0 | 1000010 | 0 | 10011 | 100101100 | 111011 | 110110 |
Color Harmonies of #CE46CF
Complementary color
Monochromatic Colors of #CE46CF
Black with #CE46CF
Text Example
Text Example
White with #CE46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46CF; }
p { color: rgb(206,70,207); }
H1.HeaderClassName
{
color: #CE46CF;
}
.AnyTagClassName
{
color: #CE46CF;
}
</style>
background-color css
<style>
a { background-color: #CE46CF; }
a { background-color: rgb(206,70,207); }
div.DivClassName
{
background-color: #CE46CF;
}
.BgClassName
{
background-color: #CE46CF;
}
</style>
border-color css
<style>
span { border-color: #CE46CF; }
span { border-color: rgb(206,70,207); }
td.TdClassName
{
border-color: #CE46CF;
}
.TagClassName
{
border-color: #CE46CF;
}
</style>