Shades of Fuchsia #C059C3
Tints of Fuchsia #C059C3
RGB
CMYK
RGB Variations
Color information
#C059C3 (or 0xC059C3) is known color: Fuchsia. HEX triplet: C0, 59 and C3. RGB value is (192,89,195). Sum of RGB (Red+Green+Blue) = 192+89+195=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #C059C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059C3 is #3FA63C. Grayscale: #838383. Windows color (decimal): -4171325 or 12802496. OLE color: 12802496.
HSL color Cylindrical-coordinate representation of color #C059C3: hue angle of 298.3º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059C3 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 89 | 195 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.24 |
| HSL | 298.3º | 0.47% | 0.56% | - |
| HSV(B) | 298.3º | 0.54% | 0.76% | - |
| XYZ | 35.16 | 22.29 | 54.08 | - |
| YUV | 131.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 195 | 0.02 | 0.54 | 0 | 0.24 | 298.3 | 0.47 | 0.56 |
| Hex | C0 | 59 | C3 | 2 | 36 | 0 | 18 | 12A | 2F | 38 |
| Octal | 300 | 131 | 303 | 2 | 66 | 0 | 30 | 452 | 57 | 70 |
| Binary | 11000000 | 1011001 | 11000011 | 10 | 110110 | 0 | 11000 | 100101010 | 101111 | 111000 |
Color Harmonies of #C059C3
Complementary color
Monochromatic Colors of #C059C3
Black with #C059C3
Text Example
Text Example
White with #C059C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059C3; }
p { color: rgb(192,89,195); }
H1.HeaderClassName
{
color: #C059C3;
}
.AnyTagClassName
{
color: #C059C3;
}
</style>
background-color css
<style>
a { background-color: #C059C3; }
a { background-color: rgb(192,89,195); }
div.DivClassName
{
background-color: #C059C3;
}
.BgClassName
{
background-color: #C059C3;
}
</style>
border-color css
<style>
span { border-color: #C059C3; }
span { border-color: rgb(192,89,195); }
td.TdClassName
{
border-color: #C059C3;
}
.TagClassName
{
border-color: #C059C3;
}
</style>