Shades of Fuchsia #CE42B7
Tints of Fuchsia #CE42B7
RGB
CMYK
RGB Variations
Color information
#CE42B7 (or 0xCE42B7) is known color: Fuchsia. HEX triplet: CE, 42 and B7. RGB value is (206,66,183). Sum of RGB (Red+Green+Blue) = 206+66+183=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42B7 is #31BD48. Grayscale: #787878. Windows color (decimal): -3259721 or 12010190. OLE color: 12010190.
HSL color Cylindrical-coordinate representation of color #CE42B7: hue angle of 309.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 #CE42B7 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 183 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.19 |
| HSL | 309.86º | 0.59% | 0.53% | - |
| HSV(B) | 309.86º | 0.68% | 0.81% | - |
| XYZ | 35.95 | 20.44 | 46.85 | - |
| YUV | 121.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 183 | 0 | 0.68 | 0.11 | 0.19 | 309.86 | 0.59 | 0.53 |
| Hex | CE | 42 | B7 | 0 | 44 | B | 13 | 136 | 3B | 35 |
| Octal | 316 | 102 | 267 | 0 | 104 | 13 | 23 | 466 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10110111 | 0 | 1000100 | 1011 | 10011 | 100110110 | 111011 | 110101 |
Color Harmonies of #CE42B7
Complementary color
Monochromatic Colors of #CE42B7
Black with #CE42B7
Text Example
Text Example
White with #CE42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42B7; }
p { color: rgb(206,66,183); }
H1.HeaderClassName
{
color: #CE42B7;
}
.AnyTagClassName
{
color: #CE42B7;
}
</style>
background-color css
<style>
a { background-color: #CE42B7; }
a { background-color: rgb(206,66,183); }
div.DivClassName
{
background-color: #CE42B7;
}
.BgClassName
{
background-color: #CE42B7;
}
</style>
border-color css
<style>
span { border-color: #CE42B7; }
span { border-color: rgb(206,66,183); }
td.TdClassName
{
border-color: #CE42B7;
}
.TagClassName
{
border-color: #CE42B7;
}
</style>