Shades of Fuchsia #C040CA
Tints of Fuchsia #C040CA
RGB
CMYK
RGB Variations
Color information
#C040CA (or 0xC040CA) is known color: Fuchsia. HEX triplet: C0, 40 and CA. RGB value is (192,64,202). Sum of RGB (Red+Green+Blue) = 192+64+202=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C040CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040CA is #3FBF35. Grayscale: #757575. Windows color (decimal): -4177718 or 13254848. OLE color: 13254848.
HSL color Cylindrical-coordinate representation of color #C040CA: hue angle of 295.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C040CA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 64 | 202 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.21 |
| HSL | 295.65º | 0.57% | 0.52% | - |
| HSV(B) | 295.65º | 0.68% | 0.79% | - |
| XYZ | 34.23 | 19.14 | 57.77 | - |
| YUV | 118 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 202 | 0.05 | 0.68 | 0 | 0.21 | 295.65 | 0.57 | 0.52 |
| Hex | C0 | 40 | CA | 5 | 44 | 0 | 15 | 128 | 39 | 34 |
| Octal | 300 | 100 | 312 | 5 | 104 | 0 | 25 | 450 | 71 | 64 |
| Binary | 11000000 | 1000000 | 11001010 | 101 | 1000100 | 0 | 10101 | 100101000 | 111001 | 110100 |
Color Harmonies of #C040CA
Complementary color
Monochromatic Colors of #C040CA
Black with #C040CA
Text Example
Text Example
White with #C040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040CA; }
p { color: rgb(192,64,202); }
H1.HeaderClassName
{
color: #C040CA;
}
.AnyTagClassName
{
color: #C040CA;
}
</style>
background-color css
<style>
a { background-color: #C040CA; }
a { background-color: rgb(192,64,202); }
div.DivClassName
{
background-color: #C040CA;
}
.BgClassName
{
background-color: #C040CA;
}
</style>
border-color css
<style>
span { border-color: #C040CA; }
span { border-color: rgb(192,64,202); }
td.TdClassName
{
border-color: #C040CA;
}
.TagClassName
{
border-color: #C040CA;
}
</style>