Shades of Fuchsia #CE50C3
Tints of Fuchsia #CE50C3
RGB
CMYK
RGB Variations
Color information
#CE50C3 (or 0xCE50C3) is known color: Fuchsia. HEX triplet: CE, 50 and C3. RGB value is (206,80,195). Sum of RGB (Red+Green+Blue) = 206+80+195=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50C3 is #31AF3C. Grayscale: #828282. Windows color (decimal): -3256125 or 12800206. OLE color: 12800206.
HSL color Cylindrical-coordinate representation of color #CE50C3: hue angle of 305.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50C3 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 195 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.19 |
| HSL | 305.24º | 0.56% | 0.56% | - |
| HSV(B) | 305.24º | 0.61% | 0.81% | - |
| XYZ | 38.17 | 22.8 | 54.02 | - |
| YUV | 130.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 195 | 0 | 0.61 | 0.05 | 0.19 | 305.24 | 0.56 | 0.56 |
| Hex | CE | 50 | C3 | 0 | 3D | 5 | 13 | 131 | 38 | 38 |
| Octal | 316 | 120 | 303 | 0 | 75 | 5 | 23 | 461 | 70 | 70 |
| Binary | 11001110 | 1010000 | 11000011 | 0 | 111101 | 101 | 10011 | 100110001 | 111000 | 111000 |
Color Harmonies of #CE50C3
Complementary color
Monochromatic Colors of #CE50C3
Black with #CE50C3
Text Example
Text Example
White with #CE50C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50C3; }
p { color: rgb(206,80,195); }
H1.HeaderClassName
{
color: #CE50C3;
}
.AnyTagClassName
{
color: #CE50C3;
}
</style>
background-color css
<style>
a { background-color: #CE50C3; }
a { background-color: rgb(206,80,195); }
div.DivClassName
{
background-color: #CE50C3;
}
.BgClassName
{
background-color: #CE50C3;
}
</style>
border-color css
<style>
span { border-color: #CE50C3; }
span { border-color: rgb(206,80,195); }
td.TdClassName
{
border-color: #CE50C3;
}
.TagClassName
{
border-color: #CE50C3;
}
</style>