Shades of Fuchsia #C84ABE
Tints of Fuchsia #C84ABE
RGB
CMYK
RGB Variations
Color information
#C84ABE (or 0xC84ABE) is known color: Fuchsia. HEX triplet: C8, 4A and BE. RGB value is (200,74,190). Sum of RGB (Red+Green+Blue) = 200+74+190=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABE is #37B541. Grayscale: #7C7C7C. Windows color (decimal): -3650882 or 12470984. OLE color: 12470984.
HSL color Cylindrical-coordinate representation of color #C84ABE: hue angle of 304.76º 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 #C84ABE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 190 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.22 |
| HSL | 304.76º | 0.53% | 0.54% | - |
| HSV(B) | 304.76º | 0.63% | 0.78% | - |
| XYZ | 35.56 | 20.89 | 50.87 | - |
| YUV | 124.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 190 | 0 | 0.63 | 0.05 | 0.22 | 304.76 | 0.53 | 0.54 |
| Hex | C8 | 4A | BE | 0 | 3F | 5 | 16 | 131 | 35 | 36 |
| Octal | 310 | 112 | 276 | 0 | 77 | 5 | 26 | 461 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10111110 | 0 | 111111 | 101 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C84ABE
Complementary color
Monochromatic Colors of #C84ABE
Black with #C84ABE
Text Example
Text Example
White with #C84ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ABE; }
p { color: rgb(200,74,190); }
H1.HeaderClassName
{
color: #C84ABE;
}
.AnyTagClassName
{
color: #C84ABE;
}
</style>
background-color css
<style>
a { background-color: #C84ABE; }
a { background-color: rgb(200,74,190); }
div.DivClassName
{
background-color: #C84ABE;
}
.BgClassName
{
background-color: #C84ABE;
}
</style>
border-color css
<style>
span { border-color: #C84ABE; }
span { border-color: rgb(200,74,190); }
td.TdClassName
{
border-color: #C84ABE;
}
.TagClassName
{
border-color: #C84ABE;
}
</style>