Shades of Fuchsia #CE5DB3
Tints of Fuchsia #CE5DB3
RGB
CMYK
RGB Variations
Color information
#CE5DB3 (or 0xCE5DB3) is known color: Fuchsia. HEX triplet: CE, 5D and B3. RGB value is (206,93,179). Sum of RGB (Red+Green+Blue) = 206+93+179=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DB3 is #31A24C. Grayscale: #888888. Windows color (decimal): -3252813 or 11754958. OLE color: 11754958.
HSL color Cylindrical-coordinate representation of color #CE5DB3: hue angle of 314.34º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DB3 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 179 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.19 |
| HSL | 314.34º | 0.54% | 0.59% | - |
| HSV(B) | 314.34º | 0.55% | 0.81% | - |
| XYZ | 37.5 | 24.21 | 45.34 | - |
| YUV | 136.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 179 | 0 | 0.55 | 0.13 | 0.19 | 314.34 | 0.54 | 0.59 |
| Hex | CE | 5D | B3 | 0 | 37 | D | 13 | 13A | 36 | 3B |
| Octal | 316 | 135 | 263 | 0 | 67 | 15 | 23 | 472 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10110011 | 0 | 110111 | 1101 | 10011 | 100111010 | 110110 | 111011 |
Color Harmonies of #CE5DB3
Complementary color
Monochromatic Colors of #CE5DB3
Black with #CE5DB3
Text Example
Text Example
White with #CE5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DB3; }
p { color: rgb(206,93,179); }
H1.HeaderClassName
{
color: #CE5DB3;
}
.AnyTagClassName
{
color: #CE5DB3;
}
</style>
background-color css
<style>
a { background-color: #CE5DB3; }
a { background-color: rgb(206,93,179); }
div.DivClassName
{
background-color: #CE5DB3;
}
.BgClassName
{
background-color: #CE5DB3;
}
</style>
border-color css
<style>
span { border-color: #CE5DB3; }
span { border-color: rgb(206,93,179); }
td.TdClassName
{
border-color: #CE5DB3;
}
.TagClassName
{
border-color: #CE5DB3;
}
</style>