Shades of Fuchsia #C841AD
Tints of Fuchsia #C841AD
RGB
CMYK
RGB Variations
Color information
#C841AD (or 0xC841AD) is known color: Fuchsia. HEX triplet: C8, 41 and AD. RGB value is (200,65,173). Sum of RGB (Red+Green+Blue) = 200+65+173=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AD is #37BE52. Grayscale: #757575. Windows color (decimal): -3653203 or 11354568. OLE color: 11354568.
HSL color Cylindrical-coordinate representation of color #C841AD: hue angle of 312º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841AD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 173 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312º | 0.55% | 0.52% | - |
| HSV(B) | 312º | 0.68% | 0.78% | - |
| XYZ | 33.25 | 19.08 | 41.46 | - |
| YUV | 117.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 173 | 0 | 0.68 | 0.14 | 0.22 | 312 | 0.55 | 0.52 |
| Hex | C8 | 41 | AD | 0 | 44 | E | 16 | 138 | 37 | 34 |
| Octal | 310 | 101 | 255 | 0 | 104 | 16 | 26 | 470 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10101101 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110111 | 110100 |
Color Harmonies of #C841AD
Complementary color
Monochromatic Colors of #C841AD
Black with #C841AD
Text Example
Text Example
White with #C841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841AD; }
p { color: rgb(200,65,173); }
H1.HeaderClassName
{
color: #C841AD;
}
.AnyTagClassName
{
color: #C841AD;
}
</style>
background-color css
<style>
a { background-color: #C841AD; }
a { background-color: rgb(200,65,173); }
div.DivClassName
{
background-color: #C841AD;
}
.BgClassName
{
background-color: #C841AD;
}
</style>
border-color css
<style>
span { border-color: #C841AD; }
span { border-color: rgb(200,65,173); }
td.TdClassName
{
border-color: #C841AD;
}
.TagClassName
{
border-color: #C841AD;
}
</style>