Shades of Fuchsia #C84AB4
Tints of Fuchsia #C84AB4
RGB
CMYK
RGB Variations
Color information
#C84AB4 (or 0xC84AB4) is known color: Fuchsia. HEX triplet: C8, 4A and B4. RGB value is (200,74,180). Sum of RGB (Red+Green+Blue) = 200+74+180=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AB4 is #37B54B. Grayscale: #7B7B7B. Windows color (decimal): -3650892 or 11815624. OLE color: 11815624.
HSL color Cylindrical-coordinate representation of color #C84AB4: hue angle of 309.52º 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 #C84AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 180 | - |
| CMYK | 0 | 0.63 | 0.1 | 0.22 |
| HSL | 309.52º | 0.53% | 0.54% | - |
| HSV(B) | 309.52º | 0.63% | 0.78% | - |
| XYZ | 34.51 | 20.47 | 45.31 | - |
| YUV | 123.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 180 | 0 | 0.63 | 0.1 | 0.22 | 309.52 | 0.53 | 0.54 |
| Hex | C8 | 4A | B4 | 0 | 3F | A | 16 | 136 | 35 | 36 |
| Octal | 310 | 112 | 264 | 0 | 77 | 12 | 26 | 466 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10110100 | 0 | 111111 | 1010 | 10110 | 100110110 | 110101 | 110110 |
Color Harmonies of #C84AB4
Complementary color
Monochromatic Colors of #C84AB4
Black with #C84AB4
Text Example
Text Example
White with #C84AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AB4; }
p { color: rgb(200,74,180); }
H1.HeaderClassName
{
color: #C84AB4;
}
.AnyTagClassName
{
color: #C84AB4;
}
</style>
background-color css
<style>
a { background-color: #C84AB4; }
a { background-color: rgb(200,74,180); }
div.DivClassName
{
background-color: #C84AB4;
}
.BgClassName
{
background-color: #C84AB4;
}
</style>
border-color css
<style>
span { border-color: #C84AB4; }
span { border-color: rgb(200,74,180); }
td.TdClassName
{
border-color: #C84AB4;
}
.TagClassName
{
border-color: #C84AB4;
}
</style>