Shades of Fuchsia #CE52B3
Tints of Fuchsia #CE52B3
RGB
CMYK
RGB Variations
Color information
#CE52B3 (or 0xCE52B3) is known color: Fuchsia. HEX triplet: CE, 52 and B3. RGB value is (206,82,179). Sum of RGB (Red+Green+Blue) = 206+82+179=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52B3 is #31AD4C. Grayscale: #818181. Windows color (decimal): -3255629 or 11752142. OLE color: 11752142.
HSL color Cylindrical-coordinate representation of color #CE52B3: hue angle of 313.06º 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 #CE52B3 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 179 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.19 |
| HSL | 313.06º | 0.56% | 0.56% | - |
| HSV(B) | 313.06º | 0.6% | 0.81% | - |
| XYZ | 36.61 | 22.41 | 45.04 | - |
| YUV | 130.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 179 | 0 | 0.60 | 0.13 | 0.19 | 313.06 | 0.56 | 0.56 |
| Hex | CE | 52 | B3 | 0 | 3C | D | 13 | 139 | 38 | 38 |
| Octal | 316 | 122 | 263 | 0 | 74 | 15 | 23 | 471 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10110011 | 0 | 111100 | 1101 | 10011 | 100111001 | 111000 | 111000 |
Color Harmonies of #CE52B3
Complementary color
Monochromatic Colors of #CE52B3
Black with #CE52B3
Text Example
Text Example
White with #CE52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52B3; }
p { color: rgb(206,82,179); }
H1.HeaderClassName
{
color: #CE52B3;
}
.AnyTagClassName
{
color: #CE52B3;
}
</style>
background-color css
<style>
a { background-color: #CE52B3; }
a { background-color: rgb(206,82,179); }
div.DivClassName
{
background-color: #CE52B3;
}
.BgClassName
{
background-color: #CE52B3;
}
</style>
border-color css
<style>
span { border-color: #CE52B3; }
span { border-color: rgb(206,82,179); }
td.TdClassName
{
border-color: #CE52B3;
}
.TagClassName
{
border-color: #CE52B3;
}
</style>