Shades of Fuchsia #CE52C3
Tints of Fuchsia #CE52C3
RGB
CMYK
RGB Variations
Color information
#CE52C3 (or 0xCE52C3) is known color: Fuchsia. HEX triplet: CE, 52 and C3. RGB value is (206,82,195). Sum of RGB (Red+Green+Blue) = 206+82+195=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C3 is #31AD3C. Grayscale: #838383. Windows color (decimal): -3255613 or 12800718. OLE color: 12800718.
HSL color Cylindrical-coordinate representation of color #CE52C3: hue angle of 305.32º 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 #CE52C3 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 195 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.19 |
| HSL | 305.32º | 0.56% | 0.56% | - |
| HSV(B) | 305.32º | 0.6% | 0.81% | - |
| XYZ | 38.32 | 23.1 | 54.07 | - |
| YUV | 131.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 195 | 0 | 0.60 | 0.05 | 0.19 | 305.32 | 0.56 | 0.56 |
| Hex | CE | 52 | C3 | 0 | 3C | 5 | 13 | 131 | 38 | 38 |
| Octal | 316 | 122 | 303 | 0 | 74 | 5 | 23 | 461 | 70 | 70 |
| Binary | 11001110 | 1010010 | 11000011 | 0 | 111100 | 101 | 10011 | 100110001 | 111000 | 111000 |
Color Harmonies of #CE52C3
Complementary color
Monochromatic Colors of #CE52C3
Black with #CE52C3
Text Example
Text Example
White with #CE52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52C3; }
p { color: rgb(206,82,195); }
H1.HeaderClassName
{
color: #CE52C3;
}
.AnyTagClassName
{
color: #CE52C3;
}
</style>
background-color css
<style>
a { background-color: #CE52C3; }
a { background-color: rgb(206,82,195); }
div.DivClassName
{
background-color: #CE52C3;
}
.BgClassName
{
background-color: #CE52C3;
}
</style>
border-color css
<style>
span { border-color: #CE52C3; }
span { border-color: rgb(206,82,195); }
td.TdClassName
{
border-color: #CE52C3;
}
.TagClassName
{
border-color: #CE52C3;
}
</style>