Shades of Fuchsia #C041CC
Tints of Fuchsia #C041CC
RGB
CMYK
RGB Variations
Color information
#C041CC (or 0xC041CC) is known color: Fuchsia. HEX triplet: C0, 41 and CC. RGB value is (192,65,204). Sum of RGB (Red+Green+Blue) = 192+65+204=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C041CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CC is #3FBE33. Grayscale: #767676. Windows color (decimal): -4177460 or 13386176. OLE color: 13386176.
HSL color Cylindrical-coordinate representation of color #C041CC: hue angle of 294.82º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C041CC is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 65 | 204 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.2 |
| HSL | 294.82º | 0.58% | 0.53% | - |
| HSV(B) | 294.82º | 0.68% | 0.8% | - |
| XYZ | 34.53 | 19.35 | 59.04 | - |
| YUV | 118.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 204 | 0.06 | 0.68 | 0 | 0.2 | 294.82 | 0.58 | 0.53 |
| Hex | C0 | 41 | CC | 6 | 44 | 0 | 14 | 127 | 3A | 35 |
| Octal | 300 | 101 | 314 | 6 | 104 | 0 | 24 | 447 | 72 | 65 |
| Binary | 11000000 | 1000001 | 11001100 | 110 | 1000100 | 0 | 10100 | 100100111 | 111010 | 110101 |
Color Harmonies of #C041CC
Complementary color
Monochromatic Colors of #C041CC
Black with #C041CC
Text Example
Text Example
White with #C041CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041CC; }
p { color: rgb(192,65,204); }
H1.HeaderClassName
{
color: #C041CC;
}
.AnyTagClassName
{
color: #C041CC;
}
</style>
background-color css
<style>
a { background-color: #C041CC; }
a { background-color: rgb(192,65,204); }
div.DivClassName
{
background-color: #C041CC;
}
.BgClassName
{
background-color: #C041CC;
}
</style>
border-color css
<style>
span { border-color: #C041CC; }
span { border-color: rgb(192,65,204); }
td.TdClassName
{
border-color: #C041CC;
}
.TagClassName
{
border-color: #C041CC;
}
</style>