Shades of Fuchsia #CE62BF
Tints of Fuchsia #CE62BF
RGB
CMYK
RGB Variations
Color information
#CE62BF (or 0xCE62BF) is known color: Fuchsia. HEX triplet: CE, 62 and BF. RGB value is (206,98,191). Sum of RGB (Red+Green+Blue) = 206+98+191=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62BF is #319D40. Grayscale: #8C8C8C. Windows color (decimal): -3251521 or 12542670. OLE color: 12542670.
HSL color Cylindrical-coordinate representation of color #CE62BF: hue angle of 308.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 #CE62BF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 191 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.19 |
| HSL | 308.33º | 0.52% | 0.6% | - |
| HSV(B) | 308.33º | 0.52% | 0.81% | - |
| XYZ | 39.23 | 25.62 | 52.17 | - |
| YUV | 140.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 191 | 0 | 0.52 | 0.07 | 0.19 | 308.33 | 0.52 | 0.6 |
| Hex | CE | 62 | BF | 0 | 34 | 7 | 13 | 134 | 34 | 3C |
| Octal | 316 | 142 | 277 | 0 | 64 | 7 | 23 | 464 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10111111 | 0 | 110100 | 111 | 10011 | 100110100 | 110100 | 111100 |
Color Harmonies of #CE62BF
Complementary color
Monochromatic Colors of #CE62BF
Black with #CE62BF
Text Example
Text Example
White with #CE62BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62BF; }
p { color: rgb(206,98,191); }
H1.HeaderClassName
{
color: #CE62BF;
}
.AnyTagClassName
{
color: #CE62BF;
}
</style>
background-color css
<style>
a { background-color: #CE62BF; }
a { background-color: rgb(206,98,191); }
div.DivClassName
{
background-color: #CE62BF;
}
.BgClassName
{
background-color: #CE62BF;
}
</style>
border-color css
<style>
span { border-color: #CE62BF; }
span { border-color: rgb(206,98,191); }
td.TdClassName
{
border-color: #CE62BF;
}
.TagClassName
{
border-color: #CE62BF;
}
</style>