Shades of Fuchsia #CE33CF
Tints of Fuchsia #CE33CF
RGB
CMYK
RGB Variations
Color information
#CE33CF (or 0xCE33CF) is known color: Fuchsia. HEX triplet: CE, 33 and CF. RGB value is (206,51,207). Sum of RGB (Red+Green+Blue) = 206+51+207=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33CF is #31CC30. Grayscale: #727272. Windows color (decimal): -3263537 or 13579214. OLE color: 13579214.
HSL color Cylindrical-coordinate representation of color #CE33CF: hue angle of 299.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE33CF is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 207 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.19 |
| HSL | 299.62º | 0.62% | 0.51% | - |
| HSV(B) | 299.62º | 0.75% | 0.81% | - |
| XYZ | 37.9 | 19.99 | 60.89 | - |
| YUV | 115.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 207 | 0.00 | 0.75 | 0 | 0.19 | 299.62 | 0.62 | 0.51 |
| Hex | CE | 33 | CF | 0 | 4B | 0 | 13 | 12C | 3E | 33 |
| Octal | 316 | 63 | 317 | 0 | 113 | 0 | 23 | 454 | 76 | 63 |
| Binary | 11001110 | 110011 | 11001111 | 0 | 1001011 | 0 | 10011 | 100101100 | 111110 | 110011 |
Color Harmonies of #CE33CF
Complementary color
Monochromatic Colors of #CE33CF
Black with #CE33CF
Text Example
Text Example
White with #CE33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33CF; }
p { color: rgb(206,51,207); }
H1.HeaderClassName
{
color: #CE33CF;
}
.AnyTagClassName
{
color: #CE33CF;
}
</style>
background-color css
<style>
a { background-color: #CE33CF; }
a { background-color: rgb(206,51,207); }
div.DivClassName
{
background-color: #CE33CF;
}
.BgClassName
{
background-color: #CE33CF;
}
</style>
border-color css
<style>
span { border-color: #CE33CF; }
span { border-color: rgb(206,51,207); }
td.TdClassName
{
border-color: #CE33CF;
}
.TagClassName
{
border-color: #CE33CF;
}
</style>