Shades of Fuchsia #C035AC
Tints of Fuchsia #C035AC
RGB
CMYK
RGB Variations
Color information
#C035AC (or 0xC035AC) is known color: Fuchsia. HEX triplet: C0, 35 and AC. RGB value is (192,53,172). Sum of RGB (Red+Green+Blue) = 192+53+172=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C035AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035AC is #3FCA53. Grayscale: #6B6B6B. Windows color (decimal): -4180564 or 11285952. OLE color: 11285952.
HSL color Cylindrical-coordinate representation of color #C035AC: hue angle of 308.63º 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 #C035AC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 172 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.25 |
| HSL | 308.63º | 0.57% | 0.48% | - |
| HSV(B) | 308.63º | 0.72% | 0.75% | - |
| XYZ | 30.46 | 16.73 | 40.65 | - |
| YUV | 108.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 172 | 0 | 0.72 | 0.10 | 0.25 | 308.63 | 0.57 | 0.48 |
| Hex | C0 | 35 | AC | 0 | 48 | A | 19 | 135 | 39 | 30 |
| Octal | 300 | 65 | 254 | 0 | 110 | 12 | 31 | 465 | 71 | 60 |
| Binary | 11000000 | 110101 | 10101100 | 0 | 1001000 | 1010 | 11001 | 100110101 | 111001 | 110000 |
Color Harmonies of #C035AC
Complementary color
Monochromatic Colors of #C035AC
Black with #C035AC
Text Example
Text Example
White with #C035AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035AC; }
p { color: rgb(192,53,172); }
H1.HeaderClassName
{
color: #C035AC;
}
.AnyTagClassName
{
color: #C035AC;
}
</style>
background-color css
<style>
a { background-color: #C035AC; }
a { background-color: rgb(192,53,172); }
div.DivClassName
{
background-color: #C035AC;
}
.BgClassName
{
background-color: #C035AC;
}
</style>
border-color css
<style>
span { border-color: #C035AC; }
span { border-color: rgb(192,53,172); }
td.TdClassName
{
border-color: #C035AC;
}
.TagClassName
{
border-color: #C035AC;
}
</style>