Shades of Fuchsia #C060C2
Tints of Fuchsia #C060C2
RGB
CMYK
RGB Variations
Color information
#C060C2 (or 0xC060C2) is known color: Fuchsia. HEX triplet: C0, 60 and C2. RGB value is (192,96,194). Sum of RGB (Red+Green+Blue) = 192+96+194=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #C060C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C2 is #3F9F3D. Grayscale: #878787. Windows color (decimal): -4169534 or 12738752. OLE color: 12738752.
HSL color Cylindrical-coordinate representation of color #C060C2: hue angle of 298.78º 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 #C060C2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 96 | 194 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 298.78º | 0.45% | 0.57% | - |
| HSV(B) | 298.78º | 0.51% | 0.76% | - |
| XYZ | 35.66 | 23.47 | 53.69 | - |
| YUV | 135.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 194 | 0.01 | 0.51 | 0 | 0.24 | 298.78 | 0.45 | 0.57 |
| Hex | C0 | 60 | C2 | 1 | 33 | 0 | 18 | 12B | 2D | 39 |
| Octal | 300 | 140 | 302 | 1 | 63 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000000 | 1100000 | 11000010 | 1 | 110011 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C060C2
Complementary color
Monochromatic Colors of #C060C2
Black with #C060C2
Text Example
Text Example
White with #C060C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060C2; }
p { color: rgb(192,96,194); }
H1.HeaderClassName
{
color: #C060C2;
}
.AnyTagClassName
{
color: #C060C2;
}
</style>
background-color css
<style>
a { background-color: #C060C2; }
a { background-color: rgb(192,96,194); }
div.DivClassName
{
background-color: #C060C2;
}
.BgClassName
{
background-color: #C060C2;
}
</style>
border-color css
<style>
span { border-color: #C060C2; }
span { border-color: rgb(192,96,194); }
td.TdClassName
{
border-color: #C060C2;
}
.TagClassName
{
border-color: #C060C2;
}
</style>