Shades of Fuchsia #C83ACD
Tints of Fuchsia #C83ACD
RGB
CMYK
RGB Variations
Color information
#C83ACD (or 0xC83ACD) is known color: Fuchsia. HEX triplet: C8, 3A and CD. RGB value is (200,58,205). Sum of RGB (Red+Green+Blue) = 200+58+205=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C83ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ACD is #37C532. Grayscale: #747474. Windows color (decimal): -3654963 or 13449928. OLE color: 13449928.
HSL color Cylindrical-coordinate representation of color #C83ACD: hue angle of 297.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83ACD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 58 | 205 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.20 |
| HSL | 297.96º | 0.6% | 0.52% | - |
| HSV(B) | 297.96º | 0.72% | 0.8% | - |
| XYZ | 36.35 | 19.71 | 59.65 | - |
| YUV | 117.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 205 | 0.02 | 0.72 | 0 | 0.20 | 297.96 | 0.6 | 0.52 |
| Hex | C8 | 3A | CD | 2 | 48 | 0 | 14 | 12A | 3C | 34 |
| Octal | 310 | 72 | 315 | 2 | 110 | 0 | 24 | 452 | 74 | 64 |
| Binary | 11001000 | 111010 | 11001101 | 10 | 1001000 | 0 | 10100 | 100101010 | 111100 | 110100 |
Color Harmonies of #C83ACD
Complementary color
Monochromatic Colors of #C83ACD
Black with #C83ACD
Text Example
Text Example
White with #C83ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ACD; }
p { color: rgb(200,58,205); }
H1.HeaderClassName
{
color: #C83ACD;
}
.AnyTagClassName
{
color: #C83ACD;
}
</style>
background-color css
<style>
a { background-color: #C83ACD; }
a { background-color: rgb(200,58,205); }
div.DivClassName
{
background-color: #C83ACD;
}
.BgClassName
{
background-color: #C83ACD;
}
</style>
border-color css
<style>
span { border-color: #C83ACD; }
span { border-color: rgb(200,58,205); }
td.TdClassName
{
border-color: #C83ACD;
}
.TagClassName
{
border-color: #C83ACD;
}
</style>