Shades of Fuchsia #CE62AD
Tints of Fuchsia #CE62AD
RGB
CMYK
RGB Variations
Color information
#CE62AD (or 0xCE62AD) is known color: Fuchsia. HEX triplet: CE, 62 and AD. RGB value is (206,98,173). Sum of RGB (Red+Green+Blue) = 206+98+173=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62AD is #319D52. Grayscale: #8A8A8A. Windows color (decimal): -3251539 or 11363022. OLE color: 11363022.
HSL color Cylindrical-coordinate representation of color #CE62AD: hue angle of 318.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE62AD is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 173 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.19 |
| HSL | 318.33º | 0.52% | 0.6% | - |
| HSV(B) | 318.33º | 0.52% | 0.81% | - |
| XYZ | 37.36 | 24.87 | 42.37 | - |
| YUV | 138.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 173 | 0 | 0.52 | 0.16 | 0.19 | 318.33 | 0.52 | 0.6 |
| Hex | CE | 62 | AD | 0 | 34 | 10 | 13 | 13E | 34 | 3C |
| Octal | 316 | 142 | 255 | 0 | 64 | 20 | 23 | 476 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10101101 | 0 | 110100 | 10000 | 10011 | 100111110 | 110100 | 111100 |
Color Harmonies of #CE62AD
Complementary color
Monochromatic Colors of #CE62AD
Black with #CE62AD
Text Example
Text Example
White with #CE62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62AD; }
p { color: rgb(206,98,173); }
H1.HeaderClassName
{
color: #CE62AD;
}
.AnyTagClassName
{
color: #CE62AD;
}
</style>
background-color css
<style>
a { background-color: #CE62AD; }
a { background-color: rgb(206,98,173); }
div.DivClassName
{
background-color: #CE62AD;
}
.BgClassName
{
background-color: #CE62AD;
}
</style>
border-color css
<style>
span { border-color: #CE62AD; }
span { border-color: rgb(206,98,173); }
td.TdClassName
{
border-color: #CE62AD;
}
.TagClassName
{
border-color: #CE62AD;
}
</style>