Shades of Fuchsia #CE4CAD
Tints of Fuchsia #CE4CAD
RGB
CMYK
RGB Variations
Color information
#CE4CAD (or 0xCE4CAD) is known color: Fuchsia. HEX triplet: CE, 4C and AD. RGB value is (206,76,173). Sum of RGB (Red+Green+Blue) = 206+76+173=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CAD is #31B352. Grayscale: #7D7D7D. Windows color (decimal): -3257171 or 11357390. OLE color: 11357390.
HSL color Cylindrical-coordinate representation of color #CE4CAD: hue angle of 315.23º 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 #CE4CAD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 173 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.19 |
| HSL | 315.23º | 0.57% | 0.55% | - |
| HSV(B) | 315.23º | 0.63% | 0.81% | - |
| XYZ | 35.58 | 21.31 | 41.77 | - |
| YUV | 125.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 173 | 0 | 0.63 | 0.16 | 0.19 | 315.23 | 0.57 | 0.55 |
| Hex | CE | 4C | AD | 0 | 3F | 10 | 13 | 13B | 39 | 37 |
| Octal | 316 | 114 | 255 | 0 | 77 | 20 | 23 | 473 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10101101 | 0 | 111111 | 10000 | 10011 | 100111011 | 111001 | 110111 |
Color Harmonies of #CE4CAD
Complementary color
Monochromatic Colors of #CE4CAD
Black with #CE4CAD
Text Example
Text Example
White with #CE4CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CAD; }
p { color: rgb(206,76,173); }
H1.HeaderClassName
{
color: #CE4CAD;
}
.AnyTagClassName
{
color: #CE4CAD;
}
</style>
background-color css
<style>
a { background-color: #CE4CAD; }
a { background-color: rgb(206,76,173); }
div.DivClassName
{
background-color: #CE4CAD;
}
.BgClassName
{
background-color: #CE4CAD;
}
</style>
border-color css
<style>
span { border-color: #CE4CAD; }
span { border-color: rgb(206,76,173); }
td.TdClassName
{
border-color: #CE4CAD;
}
.TagClassName
{
border-color: #CE4CAD;
}
</style>