Shades of Fuchsia #C05DAA
Tints of Fuchsia #C05DAA
RGB
CMYK
RGB Variations
Color information
#C05DAA (or 0xC05DAA) is known color: Fuchsia. HEX triplet: C0, 5D and AA. RGB value is (192,93,170). Sum of RGB (Red+Green+Blue) = 192+93+170=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAA is #3FA255. Grayscale: #838383. Windows color (decimal): -4170326 or 11165120. OLE color: 11165120.
HSL color Cylindrical-coordinate representation of color #C05DAA: hue angle of 313.33º 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 #C05DAA is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 170 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.25 |
| HSL | 313.33º | 0.44% | 0.56% | - |
| HSV(B) | 313.33º | 0.52% | 0.75% | - |
| XYZ | 32.91 | 21.94 | 40.53 | - |
| YUV | 131.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 170 | 0 | 0.52 | 0.11 | 0.25 | 313.33 | 0.44 | 0.56 |
| Hex | C0 | 5D | AA | 0 | 34 | B | 19 | 139 | 2C | 38 |
| Octal | 300 | 135 | 252 | 0 | 64 | 13 | 31 | 471 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10101010 | 0 | 110100 | 1011 | 11001 | 100111001 | 101100 | 111000 |
Color Harmonies of #C05DAA
Complementary color
Monochromatic Colors of #C05DAA
Black with #C05DAA
Text Example
Text Example
White with #C05DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DAA; }
p { color: rgb(192,93,170); }
H1.HeaderClassName
{
color: #C05DAA;
}
.AnyTagClassName
{
color: #C05DAA;
}
</style>
background-color css
<style>
a { background-color: #C05DAA; }
a { background-color: rgb(192,93,170); }
div.DivClassName
{
background-color: #C05DAA;
}
.BgClassName
{
background-color: #C05DAA;
}
</style>
border-color css
<style>
span { border-color: #C05DAA; }
span { border-color: rgb(192,93,170); }
td.TdClassName
{
border-color: #C05DAA;
}
.TagClassName
{
border-color: #C05DAA;
}
</style>