Shades of Fuchsia #CE52C0
Tints of Fuchsia #CE52C0
RGB
CMYK
RGB Variations
Color information
#CE52C0 (or 0xCE52C0) is known color: Fuchsia. HEX triplet: CE, 52 and C0. RGB value is (206,82,192). Sum of RGB (Red+Green+Blue) = 206+82+192=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C0 is #31AD3F. Grayscale: #838383. Windows color (decimal): -3255616 or 12604110. OLE color: 12604110.
HSL color Cylindrical-coordinate representation of color #CE52C0: hue angle of 306.77º 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 #CE52C0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 192 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.19 |
| HSL | 306.77º | 0.56% | 0.56% | - |
| HSV(B) | 306.77º | 0.6% | 0.81% | - |
| XYZ | 37.99 | 22.96 | 52.3 | - |
| YUV | 131.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 192 | 0 | 0.60 | 0.07 | 0.19 | 306.77 | 0.56 | 0.56 |
| Hex | CE | 52 | C0 | 0 | 3C | 7 | 13 | 133 | 38 | 38 |
| Octal | 316 | 122 | 300 | 0 | 74 | 7 | 23 | 463 | 70 | 70 |
| Binary | 11001110 | 1010010 | 11000000 | 0 | 111100 | 111 | 10011 | 100110011 | 111000 | 111000 |
Color Harmonies of #CE52C0
Complementary color
Monochromatic Colors of #CE52C0
Black with #CE52C0
Text Example
Text Example
White with #CE52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52C0; }
p { color: rgb(206,82,192); }
H1.HeaderClassName
{
color: #CE52C0;
}
.AnyTagClassName
{
color: #CE52C0;
}
</style>
background-color css
<style>
a { background-color: #CE52C0; }
a { background-color: rgb(206,82,192); }
div.DivClassName
{
background-color: #CE52C0;
}
.BgClassName
{
background-color: #CE52C0;
}
</style>
border-color css
<style>
span { border-color: #CE52C0; }
span { border-color: rgb(206,82,192); }
td.TdClassName
{
border-color: #CE52C0;
}
.TagClassName
{
border-color: #CE52C0;
}
</style>