Shades of Fuchsia #C84FB5
Tints of Fuchsia #C84FB5
RGB
CMYK
RGB Variations
Color information
#C84FB5 (or 0xC84FB5) is known color: Fuchsia. HEX triplet: C8, 4F and B5. RGB value is (200,79,181). Sum of RGB (Red+Green+Blue) = 200+79+181=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FB5 is #37B04A. Grayscale: #7E7E7E. Windows color (decimal): -3649611 or 11882440. OLE color: 11882440.
HSL color Cylindrical-coordinate representation of color #C84FB5: hue angle of 309.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FB5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 181 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.22 |
| HSL | 309.42º | 0.52% | 0.55% | - |
| HSV(B) | 309.42º | 0.61% | 0.78% | - |
| XYZ | 34.96 | 21.21 | 45.97 | - |
| YUV | 126.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 181 | 0 | 0.60 | 0.09 | 0.22 | 309.42 | 0.52 | 0.55 |
| Hex | C8 | 4F | B5 | 0 | 3C | 9 | 16 | 135 | 34 | 37 |
| Octal | 310 | 117 | 265 | 0 | 74 | 11 | 26 | 465 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10110101 | 0 | 111100 | 1001 | 10110 | 100110101 | 110100 | 110111 |
Color Harmonies of #C84FB5
Complementary color
Monochromatic Colors of #C84FB5
Black with #C84FB5
Text Example
Text Example
White with #C84FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FB5; }
p { color: rgb(200,79,181); }
H1.HeaderClassName
{
color: #C84FB5;
}
.AnyTagClassName
{
color: #C84FB5;
}
</style>
background-color css
<style>
a { background-color: #C84FB5; }
a { background-color: rgb(200,79,181); }
div.DivClassName
{
background-color: #C84FB5;
}
.BgClassName
{
background-color: #C84FB5;
}
</style>
border-color css
<style>
span { border-color: #C84FB5; }
span { border-color: rgb(200,79,181); }
td.TdClassName
{
border-color: #C84FB5;
}
.TagClassName
{
border-color: #C84FB5;
}
</style>