Shades of Fuchsia #CE62B5
Tints of Fuchsia #CE62B5
RGB
CMYK
RGB Variations
Color information
#CE62B5 (or 0xCE62B5) is known color: Fuchsia. HEX triplet: CE, 62 and B5. RGB value is (206,98,181). Sum of RGB (Red+Green+Blue) = 206+98+181=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62B5 is #319D4A. Grayscale: #8B8B8B. Windows color (decimal): -3251531 or 11887310. OLE color: 11887310.
HSL color Cylindrical-coordinate representation of color #CE62B5: hue angle of 313.89º 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 #CE62B5 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 181 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.19 |
| HSL | 313.89º | 0.52% | 0.6% | - |
| HSV(B) | 313.89º | 0.52% | 0.81% | - |
| XYZ | 38.16 | 25.19 | 46.57 | - |
| YUV | 139.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 181 | 0 | 0.52 | 0.12 | 0.19 | 313.89 | 0.52 | 0.6 |
| Hex | CE | 62 | B5 | 0 | 34 | C | 13 | 13A | 34 | 3C |
| Octal | 316 | 142 | 265 | 0 | 64 | 14 | 23 | 472 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10110101 | 0 | 110100 | 1100 | 10011 | 100111010 | 110100 | 111100 |
Color Harmonies of #CE62B5
Complementary color
Monochromatic Colors of #CE62B5
Black with #CE62B5
Text Example
Text Example
White with #CE62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62B5; }
p { color: rgb(206,98,181); }
H1.HeaderClassName
{
color: #CE62B5;
}
.AnyTagClassName
{
color: #CE62B5;
}
</style>
background-color css
<style>
a { background-color: #CE62B5; }
a { background-color: rgb(206,98,181); }
div.DivClassName
{
background-color: #CE62B5;
}
.BgClassName
{
background-color: #CE62B5;
}
</style>
border-color css
<style>
span { border-color: #CE62B5; }
span { border-color: rgb(206,98,181); }
td.TdClassName
{
border-color: #CE62B5;
}
.TagClassName
{
border-color: #CE62B5;
}
</style>