Shades of Fuchsia #C240CE
Tints of Fuchsia #C240CE
RGB
CMYK
RGB Variations
Color information
#C240CE (or 0xC240CE) is known color: Fuchsia. HEX triplet: C2, 40 and CE. RGB value is (194,64,206). Sum of RGB (Red+Green+Blue) = 194+64+206=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #C240CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240CE is #3DBF31. Grayscale: #767676. Windows color (decimal): -4046642 or 13516994. OLE color: 13516994.
HSL color Cylindrical-coordinate representation of color #C240CE: hue angle of 294.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C240CE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 64 | 206 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.93º | 0.59% | 0.53% | - |
| HSV(B) | 294.93º | 0.69% | 0.81% | - |
| XYZ | 35.22 | 19.59 | 60.32 | - |
| YUV | 119.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 206 | 0.06 | 0.69 | 0 | 0.19 | 294.93 | 0.59 | 0.53 |
| Hex | C2 | 40 | CE | 6 | 45 | 0 | 13 | 127 | 3B | 35 |
| Octal | 302 | 100 | 316 | 6 | 105 | 0 | 23 | 447 | 73 | 65 |
| Binary | 11000010 | 1000000 | 11001110 | 110 | 1000101 | 0 | 10011 | 100100111 | 111011 | 110101 |
Color Harmonies of #C240CE
Complementary color
Monochromatic Colors of #C240CE
Black with #C240CE
Text Example
Text Example
White with #C240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240CE; }
p { color: rgb(194,64,206); }
H1.HeaderClassName
{
color: #C240CE;
}
.AnyTagClassName
{
color: #C240CE;
}
</style>
background-color css
<style>
a { background-color: #C240CE; }
a { background-color: rgb(194,64,206); }
div.DivClassName
{
background-color: #C240CE;
}
.BgClassName
{
background-color: #C240CE;
}
</style>
border-color css
<style>
span { border-color: #C240CE; }
span { border-color: rgb(194,64,206); }
td.TdClassName
{
border-color: #C240CE;
}
.TagClassName
{
border-color: #C240CE;
}
</style>