Shades of Fuchsia #CE42CE
Tints of Fuchsia #CE42CE
RGB
CMYK
RGB Variations
Color information
#CE42CE (or 0xCE42CE) is known color: Fuchsia. HEX triplet: CE, 42 and CE. RGB value is (206,66,206). Sum of RGB (Red+Green+Blue) = 206+66+206=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42CE is #31BD31. Grayscale: #7B7B7B. Windows color (decimal): -3259698 or 13517518. OLE color: 13517518.
HSL color Cylindrical-coordinate representation of color #CE42CE: hue angle of 300º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE42CE is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 206 | - |
| CMYK | 0 | 0.68 | 0 | 0.19 |
| HSL | 300º | 0.59% | 0.53% | - |
| HSV(B) | 300º | 0.68% | 0.81% | - |
| XYZ | 38.54 | 21.47 | 60.51 | - |
| YUV | 123.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 206 | 0 | 0.68 | 0 | 0.19 | 300 | 0.59 | 0.53 |
| Hex | CE | 42 | CE | 0 | 44 | 0 | 13 | 12C | 3B | 35 |
| Octal | 316 | 102 | 316 | 0 | 104 | 0 | 23 | 454 | 73 | 65 |
| Binary | 11001110 | 1000010 | 11001110 | 0 | 1000100 | 0 | 10011 | 100101100 | 111011 | 110101 |
Color Harmonies of #CE42CE
Complementary color
Monochromatic Colors of #CE42CE
Black with #CE42CE
Text Example
Text Example
White with #CE42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42CE; }
p { color: rgb(206,66,206); }
H1.HeaderClassName
{
color: #CE42CE;
}
.AnyTagClassName
{
color: #CE42CE;
}
</style>
background-color css
<style>
a { background-color: #CE42CE; }
a { background-color: rgb(206,66,206); }
div.DivClassName
{
background-color: #CE42CE;
}
.BgClassName
{
background-color: #CE42CE;
}
</style>
border-color css
<style>
span { border-color: #CE42CE; }
span { border-color: rgb(206,66,206); }
td.TdClassName
{
border-color: #CE42CE;
}
.TagClassName
{
border-color: #CE42CE;
}
</style>