Shades of Fuchsia #CE53CF
Tints of Fuchsia #CE53CF
RGB
CMYK
RGB Variations
Color information
#CE53CF (or 0xCE53CF) is known color: Fuchsia. HEX triplet: CE, 53 and CF. RGB value is (206,83,207). Sum of RGB (Red+Green+Blue) = 206+83+207=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53CF is #31AC30. Grayscale: #858585. Windows color (decimal): -3255345 or 13587406. OLE color: 13587406.
HSL color Cylindrical-coordinate representation of color #CE53CF: hue angle of 299.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53CF is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 207 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.19 |
| HSL | 299.52º | 0.56% | 0.57% | - |
| HSV(B) | 299.52º | 0.6% | 0.81% | - |
| XYZ | 39.81 | 23.81 | 61.53 | - |
| YUV | 133.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 207 | 0.00 | 0.60 | 0 | 0.19 | 299.52 | 0.56 | 0.57 |
| Hex | CE | 53 | CF | 0 | 3C | 0 | 13 | 12C | 38 | 39 |
| Octal | 316 | 123 | 317 | 0 | 74 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001110 | 1010011 | 11001111 | 0 | 111100 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CE53CF
Complementary color
Monochromatic Colors of #CE53CF
Black with #CE53CF
Text Example
Text Example
White with #CE53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53CF; }
p { color: rgb(206,83,207); }
H1.HeaderClassName
{
color: #CE53CF;
}
.AnyTagClassName
{
color: #CE53CF;
}
</style>
background-color css
<style>
a { background-color: #CE53CF; }
a { background-color: rgb(206,83,207); }
div.DivClassName
{
background-color: #CE53CF;
}
.BgClassName
{
background-color: #CE53CF;
}
</style>
border-color css
<style>
span { border-color: #CE53CF; }
span { border-color: rgb(206,83,207); }
td.TdClassName
{
border-color: #CE53CF;
}
.TagClassName
{
border-color: #CE53CF;
}
</style>