Shades of Fuchsia #C240C8
Tints of Fuchsia #C240C8
RGB
CMYK
RGB Variations
Color information
#C240C8 (or 0xC240C8) is known color: Fuchsia. HEX triplet: C2, 40 and C8. RGB value is (194,64,200). Sum of RGB (Red+Green+Blue) = 194+64+200=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #C240C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240C8 is #3DBF37. Grayscale: #757575. Windows color (decimal): -4046648 or 13123778. OLE color: 13123778.
HSL color Cylindrical-coordinate representation of color #C240C8: hue angle of 297.35º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C240C8 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 64 | 200 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.22 |
| HSL | 297.35º | 0.55% | 0.52% | - |
| HSV(B) | 297.35º | 0.68% | 0.78% | - |
| XYZ | 34.51 | 19.31 | 56.55 | - |
| YUV | 118.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 200 | 0.03 | 0.68 | 0 | 0.22 | 297.35 | 0.55 | 0.52 |
| Hex | C2 | 40 | C8 | 3 | 44 | 0 | 16 | 129 | 37 | 34 |
| Octal | 302 | 100 | 310 | 3 | 104 | 0 | 26 | 451 | 67 | 64 |
| Binary | 11000010 | 1000000 | 11001000 | 11 | 1000100 | 0 | 10110 | 100101001 | 110111 | 110100 |
Color Harmonies of #C240C8
Complementary color
Monochromatic Colors of #C240C8
Black with #C240C8
Text Example
Text Example
White with #C240C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240C8; }
p { color: rgb(194,64,200); }
H1.HeaderClassName
{
color: #C240C8;
}
.AnyTagClassName
{
color: #C240C8;
}
</style>
background-color css
<style>
a { background-color: #C240C8; }
a { background-color: rgb(194,64,200); }
div.DivClassName
{
background-color: #C240C8;
}
.BgClassName
{
background-color: #C240C8;
}
</style>
border-color css
<style>
span { border-color: #C240C8; }
span { border-color: rgb(194,64,200); }
td.TdClassName
{
border-color: #C240C8;
}
.TagClassName
{
border-color: #C240C8;
}
</style>