Shades of Fuchsia #C05AC1
Tints of Fuchsia #C05AC1
RGB
CMYK
RGB Variations
Color information
#C05AC1 (or 0xC05AC1) is known color: Fuchsia. HEX triplet: C0, 5A and C1. RGB value is (192,90,193). Sum of RGB (Red+Green+Blue) = 192+90+193=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #C05AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AC1 is #3FA53E. Grayscale: #838383. Windows color (decimal): -4171071 or 12671680. OLE color: 12671680.
HSL color Cylindrical-coordinate representation of color #C05AC1: hue angle of 299.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AC1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 90 | 193 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.24 |
| HSL | 299.42º | 0.45% | 0.55% | - |
| HSV(B) | 299.42º | 0.53% | 0.76% | - |
| XYZ | 35.02 | 22.37 | 52.92 | - |
| YUV | 132.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 193 | 0.01 | 0.53 | 0 | 0.24 | 299.42 | 0.45 | 0.55 |
| Hex | C0 | 5A | C1 | 1 | 35 | 0 | 18 | 12B | 2D | 37 |
| Octal | 300 | 132 | 301 | 1 | 65 | 0 | 30 | 453 | 55 | 67 |
| Binary | 11000000 | 1011010 | 11000001 | 1 | 110101 | 0 | 11000 | 100101011 | 101101 | 110111 |
Color Harmonies of #C05AC1
Complementary color
Monochromatic Colors of #C05AC1
Black with #C05AC1
Text Example
Text Example
White with #C05AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AC1; }
p { color: rgb(192,90,193); }
H1.HeaderClassName
{
color: #C05AC1;
}
.AnyTagClassName
{
color: #C05AC1;
}
</style>
background-color css
<style>
a { background-color: #C05AC1; }
a { background-color: rgb(192,90,193); }
div.DivClassName
{
background-color: #C05AC1;
}
.BgClassName
{
background-color: #C05AC1;
}
</style>
border-color css
<style>
span { border-color: #C05AC1; }
span { border-color: rgb(192,90,193); }
td.TdClassName
{
border-color: #C05AC1;
}
.TagClassName
{
border-color: #C05AC1;
}
</style>