Shades of Fuchsia #C845AD
Tints of Fuchsia #C845AD
RGB
CMYK
RGB Variations
Color information
#C845AD (or 0xC845AD) is known color: Fuchsia. HEX triplet: C8, 45 and AD. RGB value is (200,69,173). Sum of RGB (Red+Green+Blue) = 200+69+173=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AD is #37BA52. Grayscale: #777777. Windows color (decimal): -3652179 or 11355592. OLE color: 11355592.
HSL color Cylindrical-coordinate representation of color #C845AD: hue angle of 312.37º 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 #C845AD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 173 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.37º | 0.54% | 0.53% | - |
| HSV(B) | 312.37º | 0.66% | 0.78% | - |
| XYZ | 33.49 | 19.55 | 41.54 | - |
| YUV | 120.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 173 | 0 | 0.66 | 0.14 | 0.22 | 312.37 | 0.54 | 0.53 |
| Hex | C8 | 45 | AD | 0 | 42 | E | 16 | 138 | 36 | 35 |
| Octal | 310 | 105 | 255 | 0 | 102 | 16 | 26 | 470 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10101101 | 0 | 1000010 | 1110 | 10110 | 100111000 | 110110 | 110101 |
Color Harmonies of #C845AD
Complementary color
Monochromatic Colors of #C845AD
Black with #C845AD
Text Example
Text Example
White with #C845AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845AD; }
p { color: rgb(200,69,173); }
H1.HeaderClassName
{
color: #C845AD;
}
.AnyTagClassName
{
color: #C845AD;
}
</style>
background-color css
<style>
a { background-color: #C845AD; }
a { background-color: rgb(200,69,173); }
div.DivClassName
{
background-color: #C845AD;
}
.BgClassName
{
background-color: #C845AD;
}
</style>
border-color css
<style>
span { border-color: #C845AD; }
span { border-color: rgb(200,69,173); }
td.TdClassName
{
border-color: #C845AD;
}
.TagClassName
{
border-color: #C845AD;
}
</style>