Shades of Fuchsia #CE52D3
Tints of Fuchsia #CE52D3
RGB
CMYK
RGB Variations
Color information
#CE52D3 (or 0xCE52D3) is known color: Fuchsia. HEX triplet: CE, 52 and D3. RGB value is (206,82,211). Sum of RGB (Red+Green+Blue) = 206+82+211=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE52D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D3 is #31AD2C. Grayscale: #858585. Windows color (decimal): -3255597 or 13849294. OLE color: 13849294.
HSL color Cylindrical-coordinate representation of color #CE52D3: hue angle of 297.67º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE52D3 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 82 | 211 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.17 |
| HSL | 297.67º | 0.59% | 0.57% | - |
| HSV(B) | 297.67º | 0.61% | 0.83% | - |
| XYZ | 40.23 | 23.86 | 64.11 | - |
| YUV | 133.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 211 | 0.02 | 0.61 | 0 | 0.17 | 297.67 | 0.59 | 0.57 |
| Hex | CE | 52 | D3 | 2 | 3D | 0 | 11 | 12A | 3B | 39 |
| Octal | 316 | 122 | 323 | 2 | 75 | 0 | 21 | 452 | 73 | 71 |
| Binary | 11001110 | 1010010 | 11010011 | 10 | 111101 | 0 | 10001 | 100101010 | 111011 | 111001 |
Color Harmonies of #CE52D3
Complementary color
Monochromatic Colors of #CE52D3
Black with #CE52D3
Text Example
Text Example
White with #CE52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52D3; }
p { color: rgb(206,82,211); }
H1.HeaderClassName
{
color: #CE52D3;
}
.AnyTagClassName
{
color: #CE52D3;
}
</style>
background-color css
<style>
a { background-color: #CE52D3; }
a { background-color: rgb(206,82,211); }
div.DivClassName
{
background-color: #CE52D3;
}
.BgClassName
{
background-color: #CE52D3;
}
</style>
border-color css
<style>
span { border-color: #CE52D3; }
span { border-color: rgb(206,82,211); }
td.TdClassName
{
border-color: #CE52D3;
}
.TagClassName
{
border-color: #CE52D3;
}
</style>