Shades of Fuchsia #C84AB3
Tints of Fuchsia #C84AB3
RGB
CMYK
RGB Variations
Color information
#C84AB3 (or 0xC84AB3) is known color: Fuchsia. HEX triplet: C8, 4A and B3. RGB value is (200,74,179). Sum of RGB (Red+Green+Blue) = 200+74+179=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AB3 is #37B54C. Grayscale: #7B7B7B. Windows color (decimal): -3650893 or 11750088. OLE color: 11750088.
HSL color Cylindrical-coordinate representation of color #C84AB3: hue angle of 310º 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 #C84AB3 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 179 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.22 |
| HSL | 310º | 0.53% | 0.54% | - |
| HSV(B) | 310º | 0.63% | 0.78% | - |
| XYZ | 34.4 | 20.43 | 44.78 | - |
| YUV | 123.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 179 | 0 | 0.63 | 0.10 | 0.22 | 310 | 0.53 | 0.54 |
| Hex | C8 | 4A | B3 | 0 | 3F | A | 16 | 136 | 35 | 36 |
| Octal | 310 | 112 | 263 | 0 | 77 | 12 | 26 | 466 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10110011 | 0 | 111111 | 1010 | 10110 | 100110110 | 110101 | 110110 |
Color Harmonies of #C84AB3
Complementary color
Monochromatic Colors of #C84AB3
Black with #C84AB3
Text Example
Text Example
White with #C84AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AB3; }
p { color: rgb(200,74,179); }
H1.HeaderClassName
{
color: #C84AB3;
}
.AnyTagClassName
{
color: #C84AB3;
}
</style>
background-color css
<style>
a { background-color: #C84AB3; }
a { background-color: rgb(200,74,179); }
div.DivClassName
{
background-color: #C84AB3;
}
.BgClassName
{
background-color: #C84AB3;
}
</style>
border-color css
<style>
span { border-color: #C84AB3; }
span { border-color: rgb(200,74,179); }
td.TdClassName
{
border-color: #C84AB3;
}
.TagClassName
{
border-color: #C84AB3;
}
</style>