Shades of Fuchsia #C845AF
Tints of Fuchsia #C845AF
RGB
CMYK
RGB Variations
Color information
#C845AF (or 0xC845AF) is known color: Fuchsia. HEX triplet: C8, 45 and AF. RGB value is (200,69,175). Sum of RGB (Red+Green+Blue) = 200+69+175=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AF is #37BA50. Grayscale: #777777. Windows color (decimal): -3652177 or 11486664. OLE color: 11486664.
HSL color Cylindrical-coordinate representation of color #C845AF: hue angle of 311.45º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845AF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 175 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 311.45º | 0.54% | 0.53% | - |
| HSV(B) | 311.45º | 0.66% | 0.78% | - |
| XYZ | 33.69 | 19.63 | 42.57 | - |
| YUV | 120.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 175 | 0 | 0.66 | 0.12 | 0.22 | 311.45 | 0.54 | 0.53 |
| Hex | C8 | 45 | AF | 0 | 42 | C | 16 | 137 | 36 | 35 |
| Octal | 310 | 105 | 257 | 0 | 102 | 14 | 26 | 467 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10101111 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110110 | 110101 |
Color Harmonies of #C845AF
Complementary color
Monochromatic Colors of #C845AF
Black with #C845AF
Text Example
Text Example
White with #C845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845AF; }
p { color: rgb(200,69,175); }
H1.HeaderClassName
{
color: #C845AF;
}
.AnyTagClassName
{
color: #C845AF;
}
</style>
background-color css
<style>
a { background-color: #C845AF; }
a { background-color: rgb(200,69,175); }
div.DivClassName
{
background-color: #C845AF;
}
.BgClassName
{
background-color: #C845AF;
}
</style>
border-color css
<style>
span { border-color: #C845AF; }
span { border-color: rgb(200,69,175); }
td.TdClassName
{
border-color: #C845AF;
}
.TagClassName
{
border-color: #C845AF;
}
</style>