Shades of Fuchsia #CE42CD
Tints of Fuchsia #CE42CD
RGB
CMYK
RGB Variations
Color information
#CE42CD (or 0xCE42CD) is known color: Fuchsia. HEX triplet: CE, 42 and CD. RGB value is (206,66,205). Sum of RGB (Red+Green+Blue) = 206+66+205=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42CD is #31BD32. Grayscale: #7B7B7B. Windows color (decimal): -3259699 or 13451982. OLE color: 13451982.
HSL color Cylindrical-coordinate representation of color #CE42CD: hue angle of 300.43º 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 #CE42CD is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 205 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.19 |
| HSL | 300.43º | 0.59% | 0.53% | - |
| HSV(B) | 300.43º | 0.68% | 0.81% | - |
| XYZ | 38.42 | 21.43 | 59.87 | - |
| YUV | 123.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 205 | 0 | 0.68 | 0.00 | 0.19 | 300.43 | 0.59 | 0.53 |
| Hex | CE | 42 | CD | 0 | 44 | 0 | 13 | 12C | 3B | 35 |
| Octal | 316 | 102 | 315 | 0 | 104 | 0 | 23 | 454 | 73 | 65 |
| Binary | 11001110 | 1000010 | 11001101 | 0 | 1000100 | 0 | 10011 | 100101100 | 111011 | 110101 |
Color Harmonies of #CE42CD
Complementary color
Monochromatic Colors of #CE42CD
Black with #CE42CD
Text Example
Text Example
White with #CE42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42CD; }
p { color: rgb(206,66,205); }
H1.HeaderClassName
{
color: #CE42CD;
}
.AnyTagClassName
{
color: #CE42CD;
}
</style>
background-color css
<style>
a { background-color: #CE42CD; }
a { background-color: rgb(206,66,205); }
div.DivClassName
{
background-color: #CE42CD;
}
.BgClassName
{
background-color: #CE42CD;
}
</style>
border-color css
<style>
span { border-color: #CE42CD; }
span { border-color: rgb(206,66,205); }
td.TdClassName
{
border-color: #CE42CD;
}
.TagClassName
{
border-color: #CE42CD;
}
</style>