Shades of Fuchsia #C82AAF
Tints of Fuchsia #C82AAF
RGB
CMYK
RGB Variations
Color information
#C82AAF (or 0xC82AAF) is known color: Fuchsia. HEX triplet: C8, 2A and AF. RGB value is (200,42,175). Sum of RGB (Red+Green+Blue) = 200+42+175=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AAF is #37D550. Grayscale: #686868. Windows color (decimal): -3659089 or 11479752. OLE color: 11479752.
HSL color Cylindrical-coordinate representation of color #C82AAF: hue angle of 309.49º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82AAF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 175 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.22 |
| HSL | 309.49º | 0.65% | 0.47% | - |
| HSV(B) | 309.49º | 0.79% | 0.78% | - |
| XYZ | 32.39 | 17.03 | 42.14 | - |
| YUV | 104.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 175 | 0 | 0.79 | 0.12 | 0.22 | 309.49 | 0.65 | 0.47 |
| Hex | C8 | 2A | AF | 0 | 4F | C | 16 | 135 | 41 | 2F |
| Octal | 310 | 52 | 257 | 0 | 117 | 14 | 26 | 465 | 101 | 57 |
| Binary | 11001000 | 101010 | 10101111 | 0 | 1001111 | 1100 | 10110 | 100110101 | 1000001 | 101111 |
Color Harmonies of #C82AAF
Complementary color
Monochromatic Colors of #C82AAF
Black with #C82AAF
Text Example
Text Example
White with #C82AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AAF; }
p { color: rgb(200,42,175); }
H1.HeaderClassName
{
color: #C82AAF;
}
.AnyTagClassName
{
color: #C82AAF;
}
</style>
background-color css
<style>
a { background-color: #C82AAF; }
a { background-color: rgb(200,42,175); }
div.DivClassName
{
background-color: #C82AAF;
}
.BgClassName
{
background-color: #C82AAF;
}
</style>
border-color css
<style>
span { border-color: #C82AAF; }
span { border-color: rgb(200,42,175); }
td.TdClassName
{
border-color: #C82AAF;
}
.TagClassName
{
border-color: #C82AAF;
}
</style>