Shades of Fuchsia #CE62B1
Tints of Fuchsia #CE62B1
RGB
CMYK
RGB Variations
Color information
#CE62B1 (or 0xCE62B1) is known color: Fuchsia. HEX triplet: CE, 62 and B1. RGB value is (206,98,177). Sum of RGB (Red+Green+Blue) = 206+98+177=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62B1 is #319D4E. Grayscale: #8B8B8B. Windows color (decimal): -3251535 or 11625166. OLE color: 11625166.
HSL color Cylindrical-coordinate representation of color #CE62B1: hue angle of 316.11º 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 #CE62B1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 177 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.19 |
| HSL | 316.11º | 0.52% | 0.6% | - |
| HSV(B) | 316.11º | 0.52% | 0.81% | - |
| XYZ | 37.76 | 25.03 | 44.44 | - |
| YUV | 139.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 177 | 0 | 0.52 | 0.14 | 0.19 | 316.11 | 0.52 | 0.6 |
| Hex | CE | 62 | B1 | 0 | 34 | E | 13 | 13C | 34 | 3C |
| Octal | 316 | 142 | 261 | 0 | 64 | 16 | 23 | 474 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10110001 | 0 | 110100 | 1110 | 10011 | 100111100 | 110100 | 111100 |
Color Harmonies of #CE62B1
Complementary color
Monochromatic Colors of #CE62B1
Black with #CE62B1
Text Example
Text Example
White with #CE62B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62B1; }
p { color: rgb(206,98,177); }
H1.HeaderClassName
{
color: #CE62B1;
}
.AnyTagClassName
{
color: #CE62B1;
}
</style>
background-color css
<style>
a { background-color: #CE62B1; }
a { background-color: rgb(206,98,177); }
div.DivClassName
{
background-color: #CE62B1;
}
.BgClassName
{
background-color: #CE62B1;
}
</style>
border-color css
<style>
span { border-color: #CE62B1; }
span { border-color: rgb(206,98,177); }
td.TdClassName
{
border-color: #CE62B1;
}
.TagClassName
{
border-color: #CE62B1;
}
</style>