Shades of Fuchsia #CE41CF
Tints of Fuchsia #CE41CF
RGB
CMYK
RGB Variations
Color information
#CE41CF (or 0xCE41CF) is known color: Fuchsia. HEX triplet: CE, 41 and CF. RGB value is (206,65,207). Sum of RGB (Red+Green+Blue) = 206+65+207=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41CF is #31BE30. Grayscale: #7A7A7A. Windows color (decimal): -3259953 or 13582798. OLE color: 13582798.
HSL color Cylindrical-coordinate representation of color #CE41CF: hue angle of 299.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE41CF is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 207 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.19 |
| HSL | 299.58º | 0.6% | 0.53% | - |
| HSV(B) | 299.58º | 0.69% | 0.81% | - |
| XYZ | 38.61 | 21.41 | 61.13 | - |
| YUV | 123.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 207 | 0.00 | 0.69 | 0 | 0.19 | 299.58 | 0.6 | 0.53 |
| Hex | CE | 41 | CF | 0 | 45 | 0 | 13 | 12C | 3C | 35 |
| Octal | 316 | 101 | 317 | 0 | 105 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001110 | 1000001 | 11001111 | 0 | 1000101 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CE41CF
Complementary color
Monochromatic Colors of #CE41CF
Black with #CE41CF
Text Example
Text Example
White with #CE41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41CF; }
p { color: rgb(206,65,207); }
H1.HeaderClassName
{
color: #CE41CF;
}
.AnyTagClassName
{
color: #CE41CF;
}
</style>
background-color css
<style>
a { background-color: #CE41CF; }
a { background-color: rgb(206,65,207); }
div.DivClassName
{
background-color: #CE41CF;
}
.BgClassName
{
background-color: #CE41CF;
}
</style>
border-color css
<style>
span { border-color: #CE41CF; }
span { border-color: rgb(206,65,207); }
td.TdClassName
{
border-color: #CE41CF;
}
.TagClassName
{
border-color: #CE41CF;
}
</style>