Shades of Fuchsia #C05CAD
Tints of Fuchsia #C05CAD
RGB
CMYK
RGB Variations
Color information
#C05CAD (or 0xC05CAD) is known color: Fuchsia. HEX triplet: C0, 5C and AD. RGB value is (192,92,173). Sum of RGB (Red+Green+Blue) = 192+92+173=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CAD is #3FA352. Grayscale: #828282. Windows color (decimal): -4170579 or 11361472. OLE color: 11361472.
HSL color Cylindrical-coordinate representation of color #C05CAD: hue angle of 311.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05CAD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 173 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.25 |
| HSL | 311.4º | 0.44% | 0.56% | - |
| HSV(B) | 311.4º | 0.52% | 0.75% | - |
| XYZ | 33.11 | 21.88 | 42.01 | - |
| YUV | 131.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 173 | 0 | 0.52 | 0.10 | 0.25 | 311.4 | 0.44 | 0.56 |
| Hex | C0 | 5C | AD | 0 | 34 | A | 19 | 137 | 2C | 38 |
| Octal | 300 | 134 | 255 | 0 | 64 | 12 | 31 | 467 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10101101 | 0 | 110100 | 1010 | 11001 | 100110111 | 101100 | 111000 |
Color Harmonies of #C05CAD
Complementary color
Monochromatic Colors of #C05CAD
Black with #C05CAD
Text Example
Text Example
White with #C05CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CAD; }
p { color: rgb(192,92,173); }
H1.HeaderClassName
{
color: #C05CAD;
}
.AnyTagClassName
{
color: #C05CAD;
}
</style>
background-color css
<style>
a { background-color: #C05CAD; }
a { background-color: rgb(192,92,173); }
div.DivClassName
{
background-color: #C05CAD;
}
.BgClassName
{
background-color: #C05CAD;
}
</style>
border-color css
<style>
span { border-color: #C05CAD; }
span { border-color: rgb(192,92,173); }
td.TdClassName
{
border-color: #C05CAD;
}
.TagClassName
{
border-color: #C05CAD;
}
</style>