Shades of Fuchsia #C060C3
Tints of Fuchsia #C060C3
RGB
CMYK
RGB Variations
Color information
#C060C3 (or 0xC060C3) is known color: Fuchsia. HEX triplet: C0, 60 and C3. RGB value is (192,96,195). Sum of RGB (Red+Green+Blue) = 192+96+195=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #C060C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C3 is #3F9F3C. Grayscale: #878787. Windows color (decimal): -4169533 or 12804288. OLE color: 12804288.
HSL color Cylindrical-coordinate representation of color #C060C3: hue angle of 298.18º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C060C3 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 96 | 195 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.24 |
| HSL | 298.18º | 0.45% | 0.57% | - |
| HSV(B) | 298.18º | 0.51% | 0.76% | - |
| XYZ | 35.77 | 23.51 | 54.28 | - |
| YUV | 135.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 195 | 0.02 | 0.51 | 0 | 0.24 | 298.18 | 0.45 | 0.57 |
| Hex | C0 | 60 | C3 | 2 | 33 | 0 | 18 | 12A | 2D | 39 |
| Octal | 300 | 140 | 303 | 2 | 63 | 0 | 30 | 452 | 55 | 71 |
| Binary | 11000000 | 1100000 | 11000011 | 10 | 110011 | 0 | 11000 | 100101010 | 101101 | 111001 |
Color Harmonies of #C060C3
Complementary color
Monochromatic Colors of #C060C3
Black with #C060C3
Text Example
Text Example
White with #C060C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060C3; }
p { color: rgb(192,96,195); }
H1.HeaderClassName
{
color: #C060C3;
}
.AnyTagClassName
{
color: #C060C3;
}
</style>
background-color css
<style>
a { background-color: #C060C3; }
a { background-color: rgb(192,96,195); }
div.DivClassName
{
background-color: #C060C3;
}
.BgClassName
{
background-color: #C060C3;
}
</style>
border-color css
<style>
span { border-color: #C060C3; }
span { border-color: rgb(192,96,195); }
td.TdClassName
{
border-color: #C060C3;
}
.TagClassName
{
border-color: #C060C3;
}
</style>