Shades of Fuchsia #CE42C5
Tints of Fuchsia #CE42C5
RGB
CMYK
RGB Variations
Color information
#CE42C5 (or 0xCE42C5) is known color: Fuchsia. HEX triplet: CE, 42 and C5. RGB value is (206,66,197). Sum of RGB (Red+Green+Blue) = 206+66+197=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42C5 is #31BD3A. Grayscale: #7A7A7A. Windows color (decimal): -3259707 or 12927694. OLE color: 12927694.
HSL color Cylindrical-coordinate representation of color #CE42C5: hue angle of 303.86º 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 #CE42C5 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 197 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.19 |
| HSL | 303.86º | 0.59% | 0.53% | - |
| HSV(B) | 303.86º | 0.68% | 0.81% | - |
| XYZ | 37.48 | 21.05 | 54.91 | - |
| YUV | 122.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 197 | 0 | 0.68 | 0.04 | 0.19 | 303.86 | 0.59 | 0.53 |
| Hex | CE | 42 | C5 | 0 | 44 | 4 | 13 | 130 | 3B | 35 |
| Octal | 316 | 102 | 305 | 0 | 104 | 4 | 23 | 460 | 73 | 65 |
| Binary | 11001110 | 1000010 | 11000101 | 0 | 1000100 | 100 | 10011 | 100110000 | 111011 | 110101 |
Color Harmonies of #CE42C5
Complementary color
Monochromatic Colors of #CE42C5
Black with #CE42C5
Text Example
Text Example
White with #CE42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42C5; }
p { color: rgb(206,66,197); }
H1.HeaderClassName
{
color: #CE42C5;
}
.AnyTagClassName
{
color: #CE42C5;
}
</style>
background-color css
<style>
a { background-color: #CE42C5; }
a { background-color: rgb(206,66,197); }
div.DivClassName
{
background-color: #CE42C5;
}
.BgClassName
{
background-color: #CE42C5;
}
</style>
border-color css
<style>
span { border-color: #CE42C5; }
span { border-color: rgb(206,66,197); }
td.TdClassName
{
border-color: #CE42C5;
}
.TagClassName
{
border-color: #CE42C5;
}
</style>