Shades of Fuchsia #C061C3
Tints of Fuchsia #C061C3
RGB
CMYK
RGB Variations
Color information
#C061C3 (or 0xC061C3) is known color: Fuchsia. HEX triplet: C0, 61 and C3. RGB value is (192,97,195). Sum of RGB (Red+Green+Blue) = 192+97+195=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #C061C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061C3 is #3F9E3C. Grayscale: #888888. Windows color (decimal): -4169277 or 12804544. OLE color: 12804544.
HSL color Cylindrical-coordinate representation of color #C061C3: hue angle of 298.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C061C3 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 97 | 195 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.24 |
| HSL | 298.16º | 0.45% | 0.57% | - |
| HSV(B) | 298.16º | 0.5% | 0.76% | - |
| XYZ | 35.86 | 23.7 | 54.31 | - |
| YUV | 136.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 195 | 0.02 | 0.50 | 0 | 0.24 | 298.16 | 0.45 | 0.57 |
| Hex | C0 | 61 | C3 | 2 | 32 | 0 | 18 | 12A | 2D | 39 |
| Octal | 300 | 141 | 303 | 2 | 62 | 0 | 30 | 452 | 55 | 71 |
| Binary | 11000000 | 1100001 | 11000011 | 10 | 110010 | 0 | 11000 | 100101010 | 101101 | 111001 |
Color Harmonies of #C061C3
Complementary color
Monochromatic Colors of #C061C3
Black with #C061C3
Text Example
Text Example
White with #C061C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061C3; }
p { color: rgb(192,97,195); }
H1.HeaderClassName
{
color: #C061C3;
}
.AnyTagClassName
{
color: #C061C3;
}
</style>
background-color css
<style>
a { background-color: #C061C3; }
a { background-color: rgb(192,97,195); }
div.DivClassName
{
background-color: #C061C3;
}
.BgClassName
{
background-color: #C061C3;
}
</style>
border-color css
<style>
span { border-color: #C061C3; }
span { border-color: rgb(192,97,195); }
td.TdClassName
{
border-color: #C061C3;
}
.TagClassName
{
border-color: #C061C3;
}
</style>