Shades of Fuchsia #C240C0
Tints of Fuchsia #C240C0
RGB
CMYK
RGB Variations
Color information
#C240C0 (or 0xC240C0) is known color: Fuchsia. HEX triplet: C2, 40 and C0. RGB value is (194,64,192). Sum of RGB (Red+Green+Blue) = 194+64+192=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C240C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240C0 is #3DBF3F. Grayscale: #757575. Windows color (decimal): -4046656 or 12599490. OLE color: 12599490.
HSL color Cylindrical-coordinate representation of color #C240C0: hue angle of 300.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240C0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 192 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.24 |
| HSL | 300.92º | 0.52% | 0.51% | - |
| HSV(B) | 300.92º | 0.67% | 0.76% | - |
| XYZ | 33.6 | 18.94 | 51.75 | - |
| YUV | 117.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 192 | 0 | 0.67 | 0.01 | 0.24 | 300.92 | 0.52 | 0.51 |
| Hex | C2 | 40 | C0 | 0 | 43 | 1 | 18 | 12D | 34 | 33 |
| Octal | 302 | 100 | 300 | 0 | 103 | 1 | 30 | 455 | 64 | 63 |
| Binary | 11000010 | 1000000 | 11000000 | 0 | 1000011 | 1 | 11000 | 100101101 | 110100 | 110011 |
Color Harmonies of #C240C0
Complementary color
Monochromatic Colors of #C240C0
Black with #C240C0
Text Example
Text Example
White with #C240C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240C0; }
p { color: rgb(194,64,192); }
H1.HeaderClassName
{
color: #C240C0;
}
.AnyTagClassName
{
color: #C240C0;
}
</style>
background-color css
<style>
a { background-color: #C240C0; }
a { background-color: rgb(194,64,192); }
div.DivClassName
{
background-color: #C240C0;
}
.BgClassName
{
background-color: #C240C0;
}
</style>
border-color css
<style>
span { border-color: #C240C0; }
span { border-color: rgb(194,64,192); }
td.TdClassName
{
border-color: #C240C0;
}
.TagClassName
{
border-color: #C240C0;
}
</style>