Shades of Fuchsia #CE50D1
Tints of Fuchsia #CE50D1
RGB
CMYK
RGB Variations
Color information
#CE50D1 (or 0xCE50D1) is known color: Fuchsia. HEX triplet: CE, 50 and D1. RGB value is (206,80,209). Sum of RGB (Red+Green+Blue) = 206+80+209=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D1 is #31AF2E. Grayscale: #838383. Windows color (decimal): -3256111 or 13717710. OLE color: 13717710.
HSL color Cylindrical-coordinate representation of color #CE50D1: hue angle of 298.6º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE50D1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 80 | 209 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.18 |
| HSL | 298.6º | 0.58% | 0.57% | - |
| HSV(B) | 298.6º | 0.62% | 0.82% | - |
| XYZ | 39.83 | 23.46 | 62.75 | - |
| YUV | 132.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 209 | 0.01 | 0.62 | 0 | 0.18 | 298.6 | 0.58 | 0.57 |
| Hex | CE | 50 | D1 | 1 | 3E | 0 | 12 | 12B | 3A | 39 |
| Octal | 316 | 120 | 321 | 1 | 76 | 0 | 22 | 453 | 72 | 71 |
| Binary | 11001110 | 1010000 | 11010001 | 1 | 111110 | 0 | 10010 | 100101011 | 111010 | 111001 |
Color Harmonies of #CE50D1
Complementary color
Monochromatic Colors of #CE50D1
Black with #CE50D1
Text Example
Text Example
White with #CE50D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50D1; }
p { color: rgb(206,80,209); }
H1.HeaderClassName
{
color: #CE50D1;
}
.AnyTagClassName
{
color: #CE50D1;
}
</style>
background-color css
<style>
a { background-color: #CE50D1; }
a { background-color: rgb(206,80,209); }
div.DivClassName
{
background-color: #CE50D1;
}
.BgClassName
{
background-color: #CE50D1;
}
</style>
border-color css
<style>
span { border-color: #CE50D1; }
span { border-color: rgb(206,80,209); }
td.TdClassName
{
border-color: #CE50D1;
}
.TagClassName
{
border-color: #CE50D1;
}
</style>