Shades of Fuchsia #CE46C4
Tints of Fuchsia #CE46C4
RGB
CMYK
RGB Variations
Color information
#CE46C4 (or 0xCE46C4) is known color: Fuchsia. HEX triplet: CE, 46 and C4. RGB value is (206,70,196). Sum of RGB (Red+Green+Blue) = 206+70+196=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46C4 is #31B93B. Grayscale: #7C7C7C. Windows color (decimal): -3258684 or 12863182. OLE color: 12863182.
HSL color Cylindrical-coordinate representation of color #CE46C4: hue angle of 304.41º degrees, saturation: 0.58, 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 #CE46C4 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 196 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.19 |
| HSL | 304.41º | 0.58% | 0.54% | - |
| HSV(B) | 304.41º | 0.66% | 0.81% | - |
| XYZ | 37.61 | 21.49 | 54.39 | - |
| YUV | 125.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 196 | 0 | 0.66 | 0.05 | 0.19 | 304.41 | 0.58 | 0.54 |
| Hex | CE | 46 | C4 | 0 | 42 | 5 | 13 | 130 | 3A | 36 |
| Octal | 316 | 106 | 304 | 0 | 102 | 5 | 23 | 460 | 72 | 66 |
| Binary | 11001110 | 1000110 | 11000100 | 0 | 1000010 | 101 | 10011 | 100110000 | 111010 | 110110 |
Color Harmonies of #CE46C4
Complementary color
Monochromatic Colors of #CE46C4
Black with #CE46C4
Text Example
Text Example
White with #CE46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46C4; }
p { color: rgb(206,70,196); }
H1.HeaderClassName
{
color: #CE46C4;
}
.AnyTagClassName
{
color: #CE46C4;
}
</style>
background-color css
<style>
a { background-color: #CE46C4; }
a { background-color: rgb(206,70,196); }
div.DivClassName
{
background-color: #CE46C4;
}
.BgClassName
{
background-color: #CE46C4;
}
</style>
border-color css
<style>
span { border-color: #CE46C4; }
span { border-color: rgb(206,70,196); }
td.TdClassName
{
border-color: #CE46C4;
}
.TagClassName
{
border-color: #CE46C4;
}
</style>