Shades of Fuchsia #C035BA
Tints of Fuchsia #C035BA
RGB
CMYK
RGB Variations
Color information
#C035BA (or 0xC035BA) is known color: Fuchsia. HEX triplet: C0, 35 and BA. RGB value is (192,53,186). Sum of RGB (Red+Green+Blue) = 192+53+186=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BA is #3FCA45. Grayscale: #6D6D6D. Windows color (decimal): -4180550 or 12203456. OLE color: 12203456.
HSL color Cylindrical-coordinate representation of color #C035BA: hue angle of 302.59º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035BA is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 186 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.25 |
| HSL | 302.59º | 0.57% | 0.48% | - |
| HSV(B) | 302.59º | 0.72% | 0.75% | - |
| XYZ | 31.87 | 17.3 | 48.11 | - |
| YUV | 109.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 186 | 0 | 0.72 | 0.03 | 0.25 | 302.59 | 0.57 | 0.48 |
| Hex | C0 | 35 | BA | 0 | 48 | 3 | 19 | 12F | 39 | 30 |
| Octal | 300 | 65 | 272 | 0 | 110 | 3 | 31 | 457 | 71 | 60 |
| Binary | 11000000 | 110101 | 10111010 | 0 | 1001000 | 11 | 11001 | 100101111 | 111001 | 110000 |
Color Harmonies of #C035BA
Complementary color
Monochromatic Colors of #C035BA
Black with #C035BA
Text Example
Text Example
White with #C035BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035BA; }
p { color: rgb(192,53,186); }
H1.HeaderClassName
{
color: #C035BA;
}
.AnyTagClassName
{
color: #C035BA;
}
</style>
background-color css
<style>
a { background-color: #C035BA; }
a { background-color: rgb(192,53,186); }
div.DivClassName
{
background-color: #C035BA;
}
.BgClassName
{
background-color: #C035BA;
}
</style>
border-color css
<style>
span { border-color: #C035BA; }
span { border-color: rgb(192,53,186); }
td.TdClassName
{
border-color: #C035BA;
}
.TagClassName
{
border-color: #C035BA;
}
</style>