Shades of Fuchsia #C84AB6
Tints of Fuchsia #C84AB6
RGB
CMYK
RGB Variations
Color information
#C84AB6 (or 0xC84AB6) is known color: Fuchsia. HEX triplet: C8, 4A and B6. RGB value is (200,74,182). Sum of RGB (Red+Green+Blue) = 200+74+182=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AB6 is #37B549. Grayscale: #7B7B7B. Windows color (decimal): -3650890 or 11946696. OLE color: 11946696.
HSL color Cylindrical-coordinate representation of color #C84AB6: hue angle of 308.57º 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 #C84AB6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 182 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.22 |
| HSL | 308.57º | 0.53% | 0.54% | - |
| HSV(B) | 308.57º | 0.63% | 0.78% | - |
| XYZ | 34.71 | 20.55 | 46.39 | - |
| YUV | 123.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 182 | 0 | 0.63 | 0.09 | 0.22 | 308.57 | 0.53 | 0.54 |
| Hex | C8 | 4A | B6 | 0 | 3F | 9 | 16 | 135 | 35 | 36 |
| Octal | 310 | 112 | 266 | 0 | 77 | 11 | 26 | 465 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10110110 | 0 | 111111 | 1001 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C84AB6
Complementary color
Monochromatic Colors of #C84AB6
Black with #C84AB6
Text Example
Text Example
White with #C84AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AB6; }
p { color: rgb(200,74,182); }
H1.HeaderClassName
{
color: #C84AB6;
}
.AnyTagClassName
{
color: #C84AB6;
}
</style>
background-color css
<style>
a { background-color: #C84AB6; }
a { background-color: rgb(200,74,182); }
div.DivClassName
{
background-color: #C84AB6;
}
.BgClassName
{
background-color: #C84AB6;
}
</style>
border-color css
<style>
span { border-color: #C84AB6; }
span { border-color: rgb(200,74,182); }
td.TdClassName
{
border-color: #C84AB6;
}
.TagClassName
{
border-color: #C84AB6;
}
</style>