Shades of Fuchsia #CE45C6
Tints of Fuchsia #CE45C6
RGB
CMYK
RGB Variations
Color information
#CE45C6 (or 0xCE45C6) is known color: Fuchsia. HEX triplet: CE, 45 and C6. RGB value is (206,69,198). Sum of RGB (Red+Green+Blue) = 206+69+198=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45C6 is #31BA39. Grayscale: #7C7C7C. Windows color (decimal): -3258938 or 12993998. OLE color: 12993998.
HSL color Cylindrical-coordinate representation of color #CE45C6: hue angle of 303.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45C6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 198 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.19 |
| HSL | 303.5º | 0.58% | 0.54% | - |
| HSV(B) | 303.5º | 0.67% | 0.81% | - |
| XYZ | 37.77 | 21.46 | 55.58 | - |
| YUV | 124.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 198 | 0 | 0.67 | 0.04 | 0.19 | 303.5 | 0.58 | 0.54 |
| Hex | CE | 45 | C6 | 0 | 43 | 4 | 13 | 130 | 3A | 36 |
| Octal | 316 | 105 | 306 | 0 | 103 | 4 | 23 | 460 | 72 | 66 |
| Binary | 11001110 | 1000101 | 11000110 | 0 | 1000011 | 100 | 10011 | 100110000 | 111010 | 110110 |
Color Harmonies of #CE45C6
Complementary color
Monochromatic Colors of #CE45C6
Black with #CE45C6
Text Example
Text Example
White with #CE45C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45C6; }
p { color: rgb(206,69,198); }
H1.HeaderClassName
{
color: #CE45C6;
}
.AnyTagClassName
{
color: #CE45C6;
}
</style>
background-color css
<style>
a { background-color: #CE45C6; }
a { background-color: rgb(206,69,198); }
div.DivClassName
{
background-color: #CE45C6;
}
.BgClassName
{
background-color: #CE45C6;
}
</style>
border-color css
<style>
span { border-color: #CE45C6; }
span { border-color: rgb(206,69,198); }
td.TdClassName
{
border-color: #CE45C6;
}
.TagClassName
{
border-color: #CE45C6;
}
</style>