Shades of Fuchsia #CE52BD
Tints of Fuchsia #CE52BD
RGB
CMYK
RGB Variations
Color information
#CE52BD (or 0xCE52BD) is known color: Fuchsia. HEX triplet: CE, 52 and BD. RGB value is (206,82,189). Sum of RGB (Red+Green+Blue) = 206+82+189=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52BD is #31AD42. Grayscale: #828282. Windows color (decimal): -3255619 or 12407502. OLE color: 12407502.
HSL color Cylindrical-coordinate representation of color #CE52BD: hue angle of 308.23º 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 #CE52BD is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 189 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.19 |
| HSL | 308.23º | 0.56% | 0.56% | - |
| HSV(B) | 308.23º | 0.6% | 0.81% | - |
| XYZ | 37.66 | 22.83 | 50.57 | - |
| YUV | 131.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 189 | 0 | 0.60 | 0.08 | 0.19 | 308.23 | 0.56 | 0.56 |
| Hex | CE | 52 | BD | 0 | 3C | 8 | 13 | 134 | 38 | 38 |
| Octal | 316 | 122 | 275 | 0 | 74 | 10 | 23 | 464 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10111101 | 0 | 111100 | 1000 | 10011 | 100110100 | 111000 | 111000 |
Color Harmonies of #CE52BD
Complementary color
Monochromatic Colors of #CE52BD
Black with #CE52BD
Text Example
Text Example
White with #CE52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52BD; }
p { color: rgb(206,82,189); }
H1.HeaderClassName
{
color: #CE52BD;
}
.AnyTagClassName
{
color: #CE52BD;
}
</style>
background-color css
<style>
a { background-color: #CE52BD; }
a { background-color: rgb(206,82,189); }
div.DivClassName
{
background-color: #CE52BD;
}
.BgClassName
{
background-color: #CE52BD;
}
</style>
border-color css
<style>
span { border-color: #CE52BD; }
span { border-color: rgb(206,82,189); }
td.TdClassName
{
border-color: #CE52BD;
}
.TagClassName
{
border-color: #CE52BD;
}
</style>