Shades of Fuchsia #CE46BD
Tints of Fuchsia #CE46BD
RGB
CMYK
RGB Variations
Color information
#CE46BD (or 0xCE46BD) is known color: Fuchsia. HEX triplet: CE, 46 and BD. RGB value is (206,70,189). Sum of RGB (Red+Green+Blue) = 206+70+189=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46BD is #31B942. Grayscale: #7B7B7B. Windows color (decimal): -3258691 or 12404430. OLE color: 12404430.
HSL color Cylindrical-coordinate representation of color #CE46BD: hue angle of 307.5º 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 #CE46BD is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 189 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.19 |
| HSL | 307.5º | 0.58% | 0.54% | - |
| HSV(B) | 307.5º | 0.66% | 0.81% | - |
| XYZ | 36.83 | 21.18 | 50.29 | - |
| YUV | 124.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 189 | 0 | 0.66 | 0.08 | 0.19 | 307.5 | 0.58 | 0.54 |
| Hex | CE | 46 | BD | 0 | 42 | 8 | 13 | 134 | 3A | 36 |
| Octal | 316 | 106 | 275 | 0 | 102 | 10 | 23 | 464 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10111101 | 0 | 1000010 | 1000 | 10011 | 100110100 | 111010 | 110110 |
Color Harmonies of #CE46BD
Complementary color
Monochromatic Colors of #CE46BD
Black with #CE46BD
Text Example
Text Example
White with #CE46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46BD; }
p { color: rgb(206,70,189); }
H1.HeaderClassName
{
color: #CE46BD;
}
.AnyTagClassName
{
color: #CE46BD;
}
</style>
background-color css
<style>
a { background-color: #CE46BD; }
a { background-color: rgb(206,70,189); }
div.DivClassName
{
background-color: #CE46BD;
}
.BgClassName
{
background-color: #CE46BD;
}
</style>
border-color css
<style>
span { border-color: #CE46BD; }
span { border-color: rgb(206,70,189); }
td.TdClassName
{
border-color: #CE46BD;
}
.TagClassName
{
border-color: #CE46BD;
}
</style>