Shades of Fuchsia #CE52D1
Tints of Fuchsia #CE52D1
RGB
CMYK
RGB Variations
Color information
#CE52D1 (or 0xCE52D1) is known color: Fuchsia. HEX triplet: CE, 52 and D1. RGB value is (206,82,209). Sum of RGB (Red+Green+Blue) = 206+82+209=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D1 is #31AD2E. Grayscale: #858585. Windows color (decimal): -3255599 or 13718222. OLE color: 13718222.
HSL color Cylindrical-coordinate representation of color #CE52D1: hue angle of 298.58º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE52D1 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 82 | 209 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.18 |
| HSL | 298.58º | 0.58% | 0.57% | - |
| HSV(B) | 298.58º | 0.61% | 0.82% | - |
| XYZ | 39.98 | 23.76 | 62.8 | - |
| YUV | 133.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 209 | 0.01 | 0.61 | 0 | 0.18 | 298.58 | 0.58 | 0.57 |
| Hex | CE | 52 | D1 | 1 | 3D | 0 | 12 | 12B | 3A | 39 |
| Octal | 316 | 122 | 321 | 1 | 75 | 0 | 22 | 453 | 72 | 71 |
| Binary | 11001110 | 1010010 | 11010001 | 1 | 111101 | 0 | 10010 | 100101011 | 111010 | 111001 |
Color Harmonies of #CE52D1
Complementary color
Monochromatic Colors of #CE52D1
Black with #CE52D1
Text Example
Text Example
White with #CE52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52D1; }
p { color: rgb(206,82,209); }
H1.HeaderClassName
{
color: #CE52D1;
}
.AnyTagClassName
{
color: #CE52D1;
}
</style>
background-color css
<style>
a { background-color: #CE52D1; }
a { background-color: rgb(206,82,209); }
div.DivClassName
{
background-color: #CE52D1;
}
.BgClassName
{
background-color: #CE52D1;
}
</style>
border-color css
<style>
span { border-color: #CE52D1; }
span { border-color: rgb(206,82,209); }
td.TdClassName
{
border-color: #CE52D1;
}
.TagClassName
{
border-color: #CE52D1;
}
</style>