Shades of Fuchsia #C84AC1
Tints of Fuchsia #C84AC1
RGB
CMYK
RGB Variations
Color information
#C84AC1 (or 0xC84AC1) is known color: Fuchsia. HEX triplet: C8, 4A and C1. RGB value is (200,74,193). Sum of RGB (Red+Green+Blue) = 200+74+193=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AC1 is #37B53E. Grayscale: #7C7C7C. Windows color (decimal): -3650879 or 12667592. OLE color: 12667592.
HSL color Cylindrical-coordinate representation of color #C84AC1: hue angle of 303.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AC1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 193 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.22 |
| HSL | 303.33º | 0.53% | 0.54% | - |
| HSV(B) | 303.33º | 0.63% | 0.78% | - |
| XYZ | 35.89 | 21.03 | 52.62 | - |
| YUV | 125.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 193 | 0 | 0.63 | 0.04 | 0.22 | 303.33 | 0.53 | 0.54 |
| Hex | C8 | 4A | C1 | 0 | 3F | 4 | 16 | 12F | 35 | 36 |
| Octal | 310 | 112 | 301 | 0 | 77 | 4 | 26 | 457 | 65 | 66 |
| Binary | 11001000 | 1001010 | 11000001 | 0 | 111111 | 100 | 10110 | 100101111 | 110101 | 110110 |
Color Harmonies of #C84AC1
Complementary color
Monochromatic Colors of #C84AC1
Black with #C84AC1
Text Example
Text Example
White with #C84AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AC1; }
p { color: rgb(200,74,193); }
H1.HeaderClassName
{
color: #C84AC1;
}
.AnyTagClassName
{
color: #C84AC1;
}
</style>
background-color css
<style>
a { background-color: #C84AC1; }
a { background-color: rgb(200,74,193); }
div.DivClassName
{
background-color: #C84AC1;
}
.BgClassName
{
background-color: #C84AC1;
}
</style>
border-color css
<style>
span { border-color: #C84AC1; }
span { border-color: rgb(200,74,193); }
td.TdClassName
{
border-color: #C84AC1;
}
.TagClassName
{
border-color: #C84AC1;
}
</style>