Shades of Fuchsia #CE41D4
Tints of Fuchsia #CE41D4
RGB
CMYK
RGB Variations
Color information
#CE41D4 (or 0xCE41D4) is known color: Fuchsia. HEX triplet: CE, 41 and D4. RGB value is (206,65,212). Sum of RGB (Red+Green+Blue) = 206+65+212=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE41D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D4 is #31BE2B. Grayscale: #7B7B7B. Windows color (decimal): -3259948 or 13910478. OLE color: 13910478.
HSL color Cylindrical-coordinate representation of color #CE41D4: hue angle of 297.55º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE41D4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 65 | 212 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.17 |
| HSL | 297.55º | 0.63% | 0.54% | - |
| HSV(B) | 297.55º | 0.69% | 0.83% | - |
| XYZ | 39.23 | 21.66 | 64.4 | - |
| YUV | 123.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 212 | 0.03 | 0.69 | 0 | 0.17 | 297.55 | 0.63 | 0.54 |
| Hex | CE | 41 | D4 | 3 | 45 | 0 | 11 | 12A | 3F | 36 |
| Octal | 316 | 101 | 324 | 3 | 105 | 0 | 21 | 452 | 77 | 66 |
| Binary | 11001110 | 1000001 | 11010100 | 11 | 1000101 | 0 | 10001 | 100101010 | 111111 | 110110 |
Color Harmonies of #CE41D4
Complementary color
Monochromatic Colors of #CE41D4
Black with #CE41D4
Text Example
Text Example
White with #CE41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41D4; }
p { color: rgb(206,65,212); }
H1.HeaderClassName
{
color: #CE41D4;
}
.AnyTagClassName
{
color: #CE41D4;
}
</style>
background-color css
<style>
a { background-color: #CE41D4; }
a { background-color: rgb(206,65,212); }
div.DivClassName
{
background-color: #CE41D4;
}
.BgClassName
{
background-color: #CE41D4;
}
</style>
border-color css
<style>
span { border-color: #CE41D4; }
span { border-color: rgb(206,65,212); }
td.TdClassName
{
border-color: #CE41D4;
}
.TagClassName
{
border-color: #CE41D4;
}
</style>