Shades of Fuchsia #CE52CB
Tints of Fuchsia #CE52CB
RGB
CMYK
RGB Variations
Color information
#CE52CB (or 0xCE52CB) is known color: Fuchsia. HEX triplet: CE, 52 and CB. RGB value is (206,82,203). Sum of RGB (Red+Green+Blue) = 206+82+203=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52CB is #31AD34. Grayscale: #848484. Windows color (decimal): -3255605 or 13325006. OLE color: 13325006.
HSL color Cylindrical-coordinate representation of color #CE52CB: hue angle of 301.45º 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 #CE52CB is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 203 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.19 |
| HSL | 301.45º | 0.56% | 0.56% | - |
| HSV(B) | 301.45º | 0.6% | 0.81% | - |
| XYZ | 39.25 | 23.47 | 58.96 | - |
| YUV | 132.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 203 | 0 | 0.60 | 0.01 | 0.19 | 301.45 | 0.56 | 0.56 |
| Hex | CE | 52 | CB | 0 | 3C | 1 | 13 | 12D | 38 | 38 |
| Octal | 316 | 122 | 313 | 0 | 74 | 1 | 23 | 455 | 70 | 70 |
| Binary | 11001110 | 1010010 | 11001011 | 0 | 111100 | 1 | 10011 | 100101101 | 111000 | 111000 |
Color Harmonies of #CE52CB
Complementary color
Monochromatic Colors of #CE52CB
Black with #CE52CB
Text Example
Text Example
White with #CE52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52CB; }
p { color: rgb(206,82,203); }
H1.HeaderClassName
{
color: #CE52CB;
}
.AnyTagClassName
{
color: #CE52CB;
}
</style>
background-color css
<style>
a { background-color: #CE52CB; }
a { background-color: rgb(206,82,203); }
div.DivClassName
{
background-color: #CE52CB;
}
.BgClassName
{
background-color: #CE52CB;
}
</style>
border-color css
<style>
span { border-color: #CE52CB; }
span { border-color: rgb(206,82,203); }
td.TdClassName
{
border-color: #CE52CB;
}
.TagClassName
{
border-color: #CE52CB;
}
</style>