Shades of Fuchsia #C830AD
Tints of Fuchsia #C830AD
RGB
CMYK
RGB Variations
Color information
#C830AD (or 0xC830AD) is known color: Fuchsia. HEX triplet: C8, 30 and AD. RGB value is (200,48,173). Sum of RGB (Red+Green+Blue) = 200+48+173=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AD is #37CF52. Grayscale: #6B6B6B. Windows color (decimal): -3657555 or 11350216. OLE color: 11350216.
HSL color Cylindrical-coordinate representation of color #C830AD: hue angle of 310.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830AD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 173 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.22 |
| HSL | 310.66º | 0.61% | 0.49% | - |
| HSV(B) | 310.66º | 0.76% | 0.78% | - |
| XYZ | 32.42 | 17.41 | 41.19 | - |
| YUV | 107.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 173 | 0 | 0.76 | 0.14 | 0.22 | 310.66 | 0.61 | 0.49 |
| Hex | C8 | 30 | AD | 0 | 4C | E | 16 | 137 | 3D | 31 |
| Octal | 310 | 60 | 255 | 0 | 114 | 16 | 26 | 467 | 75 | 61 |
| Binary | 11001000 | 110000 | 10101101 | 0 | 1001100 | 1110 | 10110 | 100110111 | 111101 | 110001 |
Color Harmonies of #C830AD
Complementary color
Monochromatic Colors of #C830AD
Black with #C830AD
Text Example
Text Example
White with #C830AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830AD; }
p { color: rgb(200,48,173); }
H1.HeaderClassName
{
color: #C830AD;
}
.AnyTagClassName
{
color: #C830AD;
}
</style>
background-color css
<style>
a { background-color: #C830AD; }
a { background-color: rgb(200,48,173); }
div.DivClassName
{
background-color: #C830AD;
}
.BgClassName
{
background-color: #C830AD;
}
</style>
border-color css
<style>
span { border-color: #C830AD; }
span { border-color: rgb(200,48,173); }
td.TdClassName
{
border-color: #C830AD;
}
.TagClassName
{
border-color: #C830AD;
}
</style>