Shades of Fuchsia #C84ABC
Tints of Fuchsia #C84ABC
RGB
CMYK
RGB Variations
Color information
#C84ABC (or 0xC84ABC) is known color: Fuchsia. HEX triplet: C8, 4A and BC. RGB value is (200,74,188). Sum of RGB (Red+Green+Blue) = 200+74+188=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABC is #37B543. Grayscale: #7C7C7C. Windows color (decimal): -3650884 or 12339912. OLE color: 12339912.
HSL color Cylindrical-coordinate representation of color #C84ABC: hue angle of 305.71º 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 #C84ABC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 188 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.22 |
| HSL | 305.71º | 0.53% | 0.54% | - |
| HSV(B) | 305.71º | 0.63% | 0.78% | - |
| XYZ | 35.35 | 20.81 | 49.73 | - |
| YUV | 124.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 188 | 0 | 0.63 | 0.06 | 0.22 | 305.71 | 0.53 | 0.54 |
| Hex | C8 | 4A | BC | 0 | 3F | 6 | 16 | 132 | 35 | 36 |
| Octal | 310 | 112 | 274 | 0 | 77 | 6 | 26 | 462 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10111100 | 0 | 111111 | 110 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C84ABC
Complementary color
Monochromatic Colors of #C84ABC
Black with #C84ABC
Text Example
Text Example
White with #C84ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ABC; }
p { color: rgb(200,74,188); }
H1.HeaderClassName
{
color: #C84ABC;
}
.AnyTagClassName
{
color: #C84ABC;
}
</style>
background-color css
<style>
a { background-color: #C84ABC; }
a { background-color: rgb(200,74,188); }
div.DivClassName
{
background-color: #C84ABC;
}
.BgClassName
{
background-color: #C84ABC;
}
</style>
border-color css
<style>
span { border-color: #C84ABC; }
span { border-color: rgb(200,74,188); }
td.TdClassName
{
border-color: #C84ABC;
}
.TagClassName
{
border-color: #C84ABC;
}
</style>