Shades of Fuchsia #CE52D4
Tints of Fuchsia #CE52D4
RGB
CMYK
RGB Variations
Color information
#CE52D4 (or 0xCE52D4) is known color: Fuchsia. HEX triplet: CE, 52 and D4. RGB value is (206,82,212). Sum of RGB (Red+Green+Blue) = 206+82+212=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE52D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D4 is #31AD2B. Grayscale: #858585. Windows color (decimal): -3255596 or 13914830. OLE color: 13914830.
HSL color Cylindrical-coordinate representation of color #CE52D4: hue angle of 297.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE52D4 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 82 | 212 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.17 |
| HSL | 297.23º | 0.6% | 0.58% | - |
| HSV(B) | 297.23º | 0.61% | 0.83% | - |
| XYZ | 40.35 | 23.91 | 64.78 | - |
| YUV | 133.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 212 | 0.03 | 0.61 | 0 | 0.17 | 297.23 | 0.6 | 0.58 |
| Hex | CE | 52 | D4 | 3 | 3D | 0 | 11 | 129 | 3C | 3A |
| Octal | 316 | 122 | 324 | 3 | 75 | 0 | 21 | 451 | 74 | 72 |
| Binary | 11001110 | 1010010 | 11010100 | 11 | 111101 | 0 | 10001 | 100101001 | 111100 | 111010 |
Color Harmonies of #CE52D4
Complementary color
Monochromatic Colors of #CE52D4
Black with #CE52D4
Text Example
Text Example
White with #CE52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52D4; }
p { color: rgb(206,82,212); }
H1.HeaderClassName
{
color: #CE52D4;
}
.AnyTagClassName
{
color: #CE52D4;
}
</style>
background-color css
<style>
a { background-color: #CE52D4; }
a { background-color: rgb(206,82,212); }
div.DivClassName
{
background-color: #CE52D4;
}
.BgClassName
{
background-color: #CE52D4;
}
</style>
border-color css
<style>
span { border-color: #CE52D4; }
span { border-color: rgb(206,82,212); }
td.TdClassName
{
border-color: #CE52D4;
}
.TagClassName
{
border-color: #CE52D4;
}
</style>