Shades of Fuchsia #CE52C1
Tints of Fuchsia #CE52C1
RGB
CMYK
RGB Variations
Color information
#CE52C1 (or 0xCE52C1) is known color: Fuchsia. HEX triplet: CE, 52 and C1. RGB value is (206,82,193). Sum of RGB (Red+Green+Blue) = 206+82+193=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C1 is #31AD3E. Grayscale: #838383. Windows color (decimal): -3255615 or 12669646. OLE color: 12669646.
HSL color Cylindrical-coordinate representation of color #CE52C1: hue angle of 306.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE52C1 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 193 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.19 |
| HSL | 306.29º | 0.56% | 0.56% | - |
| HSV(B) | 306.29º | 0.6% | 0.81% | - |
| XYZ | 38.1 | 23.01 | 52.88 | - |
| YUV | 131.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 193 | 0 | 0.60 | 0.06 | 0.19 | 306.29 | 0.56 | 0.56 |
| Hex | CE | 52 | C1 | 0 | 3C | 6 | 13 | 132 | 38 | 38 |
| Octal | 316 | 122 | 301 | 0 | 74 | 6 | 23 | 462 | 70 | 70 |
| Binary | 11001110 | 1010010 | 11000001 | 0 | 111100 | 110 | 10011 | 100110010 | 111000 | 111000 |
Color Harmonies of #CE52C1
Complementary color
Monochromatic Colors of #CE52C1
Black with #CE52C1
Text Example
Text Example
White with #CE52C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52C1; }
p { color: rgb(206,82,193); }
H1.HeaderClassName
{
color: #CE52C1;
}
.AnyTagClassName
{
color: #CE52C1;
}
</style>
background-color css
<style>
a { background-color: #CE52C1; }
a { background-color: rgb(206,82,193); }
div.DivClassName
{
background-color: #CE52C1;
}
.BgClassName
{
background-color: #CE52C1;
}
</style>
border-color css
<style>
span { border-color: #CE52C1; }
span { border-color: rgb(206,82,193); }
td.TdClassName
{
border-color: #CE52C1;
}
.TagClassName
{
border-color: #CE52C1;
}
</style>