Shades of Fuchsia #C05CCA
Tints of Fuchsia #C05CCA
RGB
CMYK
RGB Variations
Color information
#C05CCA (or 0xC05CCA) is known color: Fuchsia. HEX triplet: C0, 5C and CA. RGB value is (192,92,202). Sum of RGB (Red+Green+Blue) = 192+92+202=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C05CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCA is #3FA335. Grayscale: #868686. Windows color (decimal): -4170550 or 13262016. OLE color: 13262016.
HSL color Cylindrical-coordinate representation of color #C05CCA: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05CCA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 92 | 202 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.21 |
| HSL | 294.55º | 0.51% | 0.58% | - |
| HSV(B) | 294.55º | 0.54% | 0.79% | - |
| XYZ | 36.23 | 23.13 | 58.43 | - |
| YUV | 134.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 202 | 0.05 | 0.54 | 0 | 0.21 | 294.55 | 0.51 | 0.58 |
| Hex | C0 | 5C | CA | 5 | 36 | 0 | 15 | 127 | 33 | 3A |
| Octal | 300 | 134 | 312 | 5 | 66 | 0 | 25 | 447 | 63 | 72 |
| Binary | 11000000 | 1011100 | 11001010 | 101 | 110110 | 0 | 10101 | 100100111 | 110011 | 111010 |
Color Harmonies of #C05CCA
Complementary color
Monochromatic Colors of #C05CCA
Black with #C05CCA
Text Example
Text Example
White with #C05CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CCA; }
p { color: rgb(192,92,202); }
H1.HeaderClassName
{
color: #C05CCA;
}
.AnyTagClassName
{
color: #C05CCA;
}
</style>
background-color css
<style>
a { background-color: #C05CCA; }
a { background-color: rgb(192,92,202); }
div.DivClassName
{
background-color: #C05CCA;
}
.BgClassName
{
background-color: #C05CCA;
}
</style>
border-color css
<style>
span { border-color: #C05CCA; }
span { border-color: rgb(192,92,202); }
td.TdClassName
{
border-color: #C05CCA;
}
.TagClassName
{
border-color: #C05CCA;
}
</style>