Shades of Fuchsia #C05FC2
Tints of Fuchsia #C05FC2
RGB
CMYK
RGB Variations
Color information
#C05FC2 (or 0xC05FC2) is known color: Fuchsia. HEX triplet: C0, 5F and C2. RGB value is (192,95,194). Sum of RGB (Red+Green+Blue) = 192+95+194=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #C05FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC2 is #3FA03D. Grayscale: #868686. Windows color (decimal): -4169790 or 12738496. OLE color: 12738496.
HSL color Cylindrical-coordinate representation of color #C05FC2: hue angle of 298.79º 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 #C05FC2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 95 | 194 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 298.79º | 0.45% | 0.57% | - |
| HSV(B) | 298.79º | 0.51% | 0.76% | - |
| XYZ | 35.57 | 23.29 | 53.66 | - |
| YUV | 135.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 194 | 0.01 | 0.51 | 0 | 0.24 | 298.79 | 0.45 | 0.57 |
| Hex | C0 | 5F | C2 | 1 | 33 | 0 | 18 | 12B | 2D | 39 |
| Octal | 300 | 137 | 302 | 1 | 63 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000000 | 1011111 | 11000010 | 1 | 110011 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C05FC2
Complementary color
Monochromatic Colors of #C05FC2
Black with #C05FC2
Text Example
Text Example
White with #C05FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FC2; }
p { color: rgb(192,95,194); }
H1.HeaderClassName
{
color: #C05FC2;
}
.AnyTagClassName
{
color: #C05FC2;
}
</style>
background-color css
<style>
a { background-color: #C05FC2; }
a { background-color: rgb(192,95,194); }
div.DivClassName
{
background-color: #C05FC2;
}
.BgClassName
{
background-color: #C05FC2;
}
</style>
border-color css
<style>
span { border-color: #C05FC2; }
span { border-color: rgb(192,95,194); }
td.TdClassName
{
border-color: #C05FC2;
}
.TagClassName
{
border-color: #C05FC2;
}
</style>