Shades of Fuchsia #CE61B4
Tints of Fuchsia #CE61B4
RGB
CMYK
RGB Variations
Color information
#CE61B4 (or 0xCE61B4) is known color: Fuchsia. HEX triplet: CE, 61 and B4. RGB value is (206,97,180). Sum of RGB (Red+Green+Blue) = 206+97+180=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61B4 is #319E4B. Grayscale: #8A8A8A. Windows color (decimal): -3251788 or 11821518. OLE color: 11821518.
HSL color Cylindrical-coordinate representation of color #CE61B4: hue angle of 314.31º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE61B4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 180 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.19 |
| HSL | 314.31º | 0.53% | 0.59% | - |
| HSV(B) | 314.31º | 0.53% | 0.81% | - |
| XYZ | 37.97 | 24.97 | 46 | - |
| YUV | 139.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 180 | 0 | 0.53 | 0.13 | 0.19 | 314.31 | 0.53 | 0.59 |
| Hex | CE | 61 | B4 | 0 | 35 | D | 13 | 13A | 35 | 3B |
| Octal | 316 | 141 | 264 | 0 | 65 | 15 | 23 | 472 | 65 | 73 |
| Binary | 11001110 | 1100001 | 10110100 | 0 | 110101 | 1101 | 10011 | 100111010 | 110101 | 111011 |
Color Harmonies of #CE61B4
Complementary color
Monochromatic Colors of #CE61B4
Black with #CE61B4
Text Example
Text Example
White with #CE61B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61B4; }
p { color: rgb(206,97,180); }
H1.HeaderClassName
{
color: #CE61B4;
}
.AnyTagClassName
{
color: #CE61B4;
}
</style>
background-color css
<style>
a { background-color: #CE61B4; }
a { background-color: rgb(206,97,180); }
div.DivClassName
{
background-color: #CE61B4;
}
.BgClassName
{
background-color: #CE61B4;
}
</style>
border-color css
<style>
span { border-color: #CE61B4; }
span { border-color: rgb(206,97,180); }
td.TdClassName
{
border-color: #CE61B4;
}
.TagClassName
{
border-color: #CE61B4;
}
</style>