Shades of Fuchsia #CE3BAD
Tints of Fuchsia #CE3BAD
RGB
CMYK
RGB Variations
Color information
#CE3BAD (or 0xCE3BAD) is known color: Fuchsia. HEX triplet: CE, 3B and AD. RGB value is (206,59,173). Sum of RGB (Red+Green+Blue) = 206+59+173=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3BAD is #31C452. Grayscale: #737373. Windows color (decimal): -3261523 or 11353038. OLE color: 11353038.
HSL color Cylindrical-coordinate representation of color #CE3BAD: hue angle of 313.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BAD is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 173 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.19 |
| HSL | 313.47º | 0.6% | 0.52% | - |
| HSV(B) | 313.47º | 0.71% | 0.81% | - |
| XYZ | 34.56 | 19.27 | 41.43 | - |
| YUV | 115.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 173 | 0 | 0.71 | 0.16 | 0.19 | 313.47 | 0.6 | 0.52 |
| Hex | CE | 3B | AD | 0 | 47 | 10 | 13 | 139 | 3C | 34 |
| Octal | 316 | 73 | 255 | 0 | 107 | 20 | 23 | 471 | 74 | 64 |
| Binary | 11001110 | 111011 | 10101101 | 0 | 1000111 | 10000 | 10011 | 100111001 | 111100 | 110100 |
Color Harmonies of #CE3BAD
Complementary color
Monochromatic Colors of #CE3BAD
Black with #CE3BAD
Text Example
Text Example
White with #CE3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BAD; }
p { color: rgb(206,59,173); }
H1.HeaderClassName
{
color: #CE3BAD;
}
.AnyTagClassName
{
color: #CE3BAD;
}
</style>
background-color css
<style>
a { background-color: #CE3BAD; }
a { background-color: rgb(206,59,173); }
div.DivClassName
{
background-color: #CE3BAD;
}
.BgClassName
{
background-color: #CE3BAD;
}
</style>
border-color css
<style>
span { border-color: #CE3BAD; }
span { border-color: rgb(206,59,173); }
td.TdClassName
{
border-color: #CE3BAD;
}
.TagClassName
{
border-color: #CE3BAD;
}
</style>