Shades of Fuchsia #C85CAA
Tints of Fuchsia #C85CAA
RGB
CMYK
RGB Variations
Color information
#C85CAA (or 0xC85CAA) is known color: Fuchsia. HEX triplet: C8, 5C and AA. RGB value is (200,92,170). Sum of RGB (Red+Green+Blue) = 200+92+170=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CAA is #37A355. Grayscale: #848484. Windows color (decimal): -3646294 or 11164872. OLE color: 11164872.
HSL color Cylindrical-coordinate representation of color #C85CAA: hue angle of 316.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CAA is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 170 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.22 |
| HSL | 316.67º | 0.5% | 0.57% | - |
| HSV(B) | 316.67º | 0.54% | 0.78% | - |
| XYZ | 34.9 | 22.84 | 40.6 | - |
| YUV | 133.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 170 | 0 | 0.54 | 0.15 | 0.22 | 316.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | AA | 0 | 36 | F | 16 | 13D | 32 | 39 |
| Octal | 310 | 134 | 252 | 0 | 66 | 17 | 26 | 475 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10101010 | 0 | 110110 | 1111 | 10110 | 100111101 | 110010 | 111001 |
Color Harmonies of #C85CAA
Complementary color
Monochromatic Colors of #C85CAA
Black with #C85CAA
Text Example
Text Example
White with #C85CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CAA; }
p { color: rgb(200,92,170); }
H1.HeaderClassName
{
color: #C85CAA;
}
.AnyTagClassName
{
color: #C85CAA;
}
</style>
background-color css
<style>
a { background-color: #C85CAA; }
a { background-color: rgb(200,92,170); }
div.DivClassName
{
background-color: #C85CAA;
}
.BgClassName
{
background-color: #C85CAA;
}
</style>
border-color css
<style>
span { border-color: #C85CAA; }
span { border-color: rgb(200,92,170); }
td.TdClassName
{
border-color: #C85CAA;
}
.TagClassName
{
border-color: #C85CAA;
}
</style>