Shades of Fuchsia #CE5FC1
Tints of Fuchsia #CE5FC1
RGB
CMYK
RGB Variations
Color information
#CE5FC1 (or 0xCE5FC1) is known color: Fuchsia. HEX triplet: CE, 5F and C1. RGB value is (206,95,193). Sum of RGB (Red+Green+Blue) = 206+95+193=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FC1 is #31A03E. Grayscale: #8B8B8B. Windows color (decimal): -3252287 or 12672974. OLE color: 12672974.
HSL color Cylindrical-coordinate representation of color #CE5FC1: hue angle of 307.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FC1 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 193 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.19 |
| HSL | 307.03º | 0.53% | 0.59% | - |
| HSV(B) | 307.03º | 0.54% | 0.81% | - |
| XYZ | 39.17 | 25.16 | 53.24 | - |
| YUV | 139.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 193 | 0 | 0.54 | 0.06 | 0.19 | 307.03 | 0.53 | 0.59 |
| Hex | CE | 5F | C1 | 0 | 36 | 6 | 13 | 133 | 35 | 3B |
| Octal | 316 | 137 | 301 | 0 | 66 | 6 | 23 | 463 | 65 | 73 |
| Binary | 11001110 | 1011111 | 11000001 | 0 | 110110 | 110 | 10011 | 100110011 | 110101 | 111011 |
Color Harmonies of #CE5FC1
Complementary color
Monochromatic Colors of #CE5FC1
Black with #CE5FC1
Text Example
Text Example
White with #CE5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FC1; }
p { color: rgb(206,95,193); }
H1.HeaderClassName
{
color: #CE5FC1;
}
.AnyTagClassName
{
color: #CE5FC1;
}
</style>
background-color css
<style>
a { background-color: #CE5FC1; }
a { background-color: rgb(206,95,193); }
div.DivClassName
{
background-color: #CE5FC1;
}
.BgClassName
{
background-color: #CE5FC1;
}
</style>
border-color css
<style>
span { border-color: #CE5FC1; }
span { border-color: rgb(206,95,193); }
td.TdClassName
{
border-color: #CE5FC1;
}
.TagClassName
{
border-color: #CE5FC1;
}
</style>