Shades of Fuchsia #CE42D1
Tints of Fuchsia #CE42D1
RGB
CMYK
RGB Variations
Color information
#CE42D1 (or 0xCE42D1) is known color: Fuchsia. HEX triplet: CE, 42 and D1. RGB value is (206,66,209). Sum of RGB (Red+Green+Blue) = 206+66+209=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42D1 is #31BD2E. Grayscale: #7B7B7B. Windows color (decimal): -3259695 or 13714126. OLE color: 13714126.
HSL color Cylindrical-coordinate representation of color #CE42D1: hue angle of 298.74º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE42D1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 66 | 209 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.18 |
| HSL | 298.74º | 0.61% | 0.54% | - |
| HSV(B) | 298.74º | 0.68% | 0.82% | - |
| XYZ | 38.91 | 21.62 | 62.44 | - |
| YUV | 124.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 209 | 0.01 | 0.68 | 0 | 0.18 | 298.74 | 0.61 | 0.54 |
| Hex | CE | 42 | D1 | 1 | 44 | 0 | 12 | 12B | 3D | 36 |
| Octal | 316 | 102 | 321 | 1 | 104 | 0 | 22 | 453 | 75 | 66 |
| Binary | 11001110 | 1000010 | 11010001 | 1 | 1000100 | 0 | 10010 | 100101011 | 111101 | 110110 |
Color Harmonies of #CE42D1
Complementary color
Monochromatic Colors of #CE42D1
Black with #CE42D1
Text Example
Text Example
White with #CE42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42D1; }
p { color: rgb(206,66,209); }
H1.HeaderClassName
{
color: #CE42D1;
}
.AnyTagClassName
{
color: #CE42D1;
}
</style>
background-color css
<style>
a { background-color: #CE42D1; }
a { background-color: rgb(206,66,209); }
div.DivClassName
{
background-color: #CE42D1;
}
.BgClassName
{
background-color: #CE42D1;
}
</style>
border-color css
<style>
span { border-color: #CE42D1; }
span { border-color: rgb(206,66,209); }
td.TdClassName
{
border-color: #CE42D1;
}
.TagClassName
{
border-color: #CE42D1;
}
</style>