Shades of Fuchsia #C055C3
Tints of Fuchsia #C055C3
RGB
CMYK
RGB Variations
Color information
#C055C3 (or 0xC055C3) is known color: Fuchsia. HEX triplet: C0, 55 and C3. RGB value is (192,85,195). Sum of RGB (Red+Green+Blue) = 192+85+195=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #C055C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C3 is #3FAA3C. Grayscale: #818181. Windows color (decimal): -4172349 or 12801472. OLE color: 12801472.
HSL color Cylindrical-coordinate representation of color #C055C3: hue angle of 298.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055C3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 85 | 195 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.24 |
| HSL | 298.36º | 0.48% | 0.55% | - |
| HSV(B) | 298.36º | 0.56% | 0.76% | - |
| XYZ | 34.84 | 21.64 | 53.97 | - |
| YUV | 129.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 195 | 0.02 | 0.56 | 0 | 0.24 | 298.36 | 0.48 | 0.55 |
| Hex | C0 | 55 | C3 | 2 | 38 | 0 | 18 | 12A | 30 | 37 |
| Octal | 300 | 125 | 303 | 2 | 70 | 0 | 30 | 452 | 60 | 67 |
| Binary | 11000000 | 1010101 | 11000011 | 10 | 111000 | 0 | 11000 | 100101010 | 110000 | 110111 |
Color Harmonies of #C055C3
Complementary color
Monochromatic Colors of #C055C3
Black with #C055C3
Text Example
Text Example
White with #C055C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055C3; }
p { color: rgb(192,85,195); }
H1.HeaderClassName
{
color: #C055C3;
}
.AnyTagClassName
{
color: #C055C3;
}
</style>
background-color css
<style>
a { background-color: #C055C3; }
a { background-color: rgb(192,85,195); }
div.DivClassName
{
background-color: #C055C3;
}
.BgClassName
{
background-color: #C055C3;
}
</style>
border-color css
<style>
span { border-color: #C055C3; }
span { border-color: rgb(192,85,195); }
td.TdClassName
{
border-color: #C055C3;
}
.TagClassName
{
border-color: #C055C3;
}
</style>