Shades of Fuchsia #CE45D0
Tints of Fuchsia #CE45D0
RGB
CMYK
RGB Variations
Color information
#CE45D0 (or 0xCE45D0) is known color: Fuchsia. HEX triplet: CE, 45 and D0. RGB value is (206,69,208). Sum of RGB (Red+Green+Blue) = 206+69+208=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE45D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45D0 is #31BA2F. Grayscale: #7D7D7D. Windows color (decimal): -3258928 or 13649358. OLE color: 13649358.
HSL color Cylindrical-coordinate representation of color #CE45D0: hue angle of 299.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45D0 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 69 | 208 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.18 |
| HSL | 299.14º | 0.6% | 0.54% | - |
| HSV(B) | 299.14º | 0.67% | 0.82% | - |
| XYZ | 38.97 | 21.93 | 61.85 | - |
| YUV | 125.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 208 | 0.01 | 0.67 | 0 | 0.18 | 299.14 | 0.6 | 0.54 |
| Hex | CE | 45 | D0 | 1 | 43 | 0 | 12 | 12B | 3C | 36 |
| Octal | 316 | 105 | 320 | 1 | 103 | 0 | 22 | 453 | 74 | 66 |
| Binary | 11001110 | 1000101 | 11010000 | 1 | 1000011 | 0 | 10010 | 100101011 | 111100 | 110110 |
Color Harmonies of #CE45D0
Complementary color
Monochromatic Colors of #CE45D0
Black with #CE45D0
Text Example
Text Example
White with #CE45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45D0; }
p { color: rgb(206,69,208); }
H1.HeaderClassName
{
color: #CE45D0;
}
.AnyTagClassName
{
color: #CE45D0;
}
</style>
background-color css
<style>
a { background-color: #CE45D0; }
a { background-color: rgb(206,69,208); }
div.DivClassName
{
background-color: #CE45D0;
}
.BgClassName
{
background-color: #CE45D0;
}
</style>
border-color css
<style>
span { border-color: #CE45D0; }
span { border-color: rgb(206,69,208); }
td.TdClassName
{
border-color: #CE45D0;
}
.TagClassName
{
border-color: #CE45D0;
}
</style>