Shades of Fuchsia #C040C4
Tints of Fuchsia #C040C4
RGB
CMYK
RGB Variations
Color information
#C040C4 (or 0xC040C4) is known color: Fuchsia. HEX triplet: C0, 40 and C4. RGB value is (192,64,196). Sum of RGB (Red+Green+Blue) = 192+64+196=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #C040C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040C4 is #3FBF3B. Grayscale: #747474. Windows color (decimal): -4177724 or 12861632. OLE color: 12861632.
HSL color Cylindrical-coordinate representation of color #C040C4: hue angle of 298.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040C4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 64 | 196 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.23 |
| HSL | 298.18º | 0.53% | 0.51% | - |
| HSV(B) | 298.18º | 0.67% | 0.77% | - |
| XYZ | 33.54 | 18.86 | 54.1 | - |
| YUV | 117.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 196 | 0.02 | 0.67 | 0 | 0.23 | 298.18 | 0.53 | 0.51 |
| Hex | C0 | 40 | C4 | 2 | 43 | 0 | 17 | 12A | 35 | 33 |
| Octal | 300 | 100 | 304 | 2 | 103 | 0 | 27 | 452 | 65 | 63 |
| Binary | 11000000 | 1000000 | 11000100 | 10 | 1000011 | 0 | 10111 | 100101010 | 110101 | 110011 |
Color Harmonies of #C040C4
Complementary color
Monochromatic Colors of #C040C4
Black with #C040C4
Text Example
Text Example
White with #C040C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040C4; }
p { color: rgb(192,64,196); }
H1.HeaderClassName
{
color: #C040C4;
}
.AnyTagClassName
{
color: #C040C4;
}
</style>
background-color css
<style>
a { background-color: #C040C4; }
a { background-color: rgb(192,64,196); }
div.DivClassName
{
background-color: #C040C4;
}
.BgClassName
{
background-color: #C040C4;
}
</style>
border-color css
<style>
span { border-color: #C040C4; }
span { border-color: rgb(192,64,196); }
td.TdClassName
{
border-color: #C040C4;
}
.TagClassName
{
border-color: #C040C4;
}
</style>