Shades of Fuchsia #C035C7
Tints of Fuchsia #C035C7
RGB
CMYK
RGB Variations
Color information
#C035C7 (or 0xC035C7) is known color: Fuchsia. HEX triplet: C0, 35 and C7. RGB value is (192,53,199). Sum of RGB (Red+Green+Blue) = 192+53+199=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #C035C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035C7 is #3FCA38. Grayscale: #6E6E6E. Windows color (decimal): -4180537 or 13055424. OLE color: 13055424.
HSL color Cylindrical-coordinate representation of color #C035C7: hue angle of 297.12º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C035C7 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 53 | 199 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.22 |
| HSL | 297.12º | 0.58% | 0.49% | - |
| HSV(B) | 297.12º | 0.73% | 0.78% | - |
| XYZ | 33.32 | 17.88 | 55.73 | - |
| YUV | 111.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 199 | 0.04 | 0.73 | 0 | 0.22 | 297.12 | 0.58 | 0.49 |
| Hex | C0 | 35 | C7 | 4 | 49 | 0 | 16 | 129 | 3A | 31 |
| Octal | 300 | 65 | 307 | 4 | 111 | 0 | 26 | 451 | 72 | 61 |
| Binary | 11000000 | 110101 | 11000111 | 100 | 1001001 | 0 | 10110 | 100101001 | 111010 | 110001 |
Color Harmonies of #C035C7
Complementary color
Monochromatic Colors of #C035C7
Black with #C035C7
Text Example
Text Example
White with #C035C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035C7; }
p { color: rgb(192,53,199); }
H1.HeaderClassName
{
color: #C035C7;
}
.AnyTagClassName
{
color: #C035C7;
}
</style>
background-color css
<style>
a { background-color: #C035C7; }
a { background-color: rgb(192,53,199); }
div.DivClassName
{
background-color: #C035C7;
}
.BgClassName
{
background-color: #C035C7;
}
</style>
border-color css
<style>
span { border-color: #C035C7; }
span { border-color: rgb(192,53,199); }
td.TdClassName
{
border-color: #C035C7;
}
.TagClassName
{
border-color: #C035C7;
}
</style>