Shades of Fuchsia #CE4DBD
Tints of Fuchsia #CE4DBD
RGB
CMYK
RGB Variations
Color information
#CE4DBD (or 0xCE4DBD) is known color: Fuchsia. HEX triplet: CE, 4D and BD. RGB value is (206,77,189). Sum of RGB (Red+Green+Blue) = 206+77+189=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DBD is #31B242. Grayscale: #808080. Windows color (decimal): -3256899 or 12406222. OLE color: 12406222.
HSL color Cylindrical-coordinate representation of color #CE4DBD: hue angle of 307.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DBD is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 189 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.19 |
| HSL | 307.91º | 0.57% | 0.55% | - |
| HSV(B) | 307.91º | 0.63% | 0.81% | - |
| XYZ | 37.29 | 22.1 | 50.45 | - |
| YUV | 128.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 189 | 0 | 0.63 | 0.08 | 0.19 | 307.91 | 0.57 | 0.55 |
| Hex | CE | 4D | BD | 0 | 3F | 8 | 13 | 134 | 39 | 37 |
| Octal | 316 | 115 | 275 | 0 | 77 | 10 | 23 | 464 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10111101 | 0 | 111111 | 1000 | 10011 | 100110100 | 111001 | 110111 |
Color Harmonies of #CE4DBD
Complementary color
Monochromatic Colors of #CE4DBD
Black with #CE4DBD
Text Example
Text Example
White with #CE4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DBD; }
p { color: rgb(206,77,189); }
H1.HeaderClassName
{
color: #CE4DBD;
}
.AnyTagClassName
{
color: #CE4DBD;
}
</style>
background-color css
<style>
a { background-color: #CE4DBD; }
a { background-color: rgb(206,77,189); }
div.DivClassName
{
background-color: #CE4DBD;
}
.BgClassName
{
background-color: #CE4DBD;
}
</style>
border-color css
<style>
span { border-color: #CE4DBD; }
span { border-color: rgb(206,77,189); }
td.TdClassName
{
border-color: #CE4DBD;
}
.TagClassName
{
border-color: #CE4DBD;
}
</style>