Shades of Fuchsia #C84ACC
Tints of Fuchsia #C84ACC
RGB
CMYK
RGB Variations
Color information
#C84ACC (or 0xC84ACC) is known color: Fuchsia. HEX triplet: C8, 4A and CC. RGB value is (200,74,204). Sum of RGB (Red+Green+Blue) = 200+74+204=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACC is #37B533. Grayscale: #7E7E7E. Windows color (decimal): -3650868 or 13388488. OLE color: 13388488.
HSL color Cylindrical-coordinate representation of color #C84ACC: hue angle of 298.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 74 | 204 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.2 |
| HSL | 298.15º | 0.56% | 0.55% | - |
| HSV(B) | 298.15º | 0.64% | 0.8% | - |
| XYZ | 37.17 | 21.54 | 59.32 | - |
| YUV | 126.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 204 | 0.02 | 0.64 | 0 | 0.2 | 298.15 | 0.56 | 0.55 |
| Hex | C8 | 4A | CC | 2 | 40 | 0 | 14 | 12A | 38 | 37 |
| Octal | 310 | 112 | 314 | 2 | 100 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001000 | 1001010 | 11001100 | 10 | 1000000 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C84ACC
Complementary color
Monochromatic Colors of #C84ACC
Black with #C84ACC
Text Example
Text Example
White with #C84ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ACC; }
p { color: rgb(200,74,204); }
H1.HeaderClassName
{
color: #C84ACC;
}
.AnyTagClassName
{
color: #C84ACC;
}
</style>
background-color css
<style>
a { background-color: #C84ACC; }
a { background-color: rgb(200,74,204); }
div.DivClassName
{
background-color: #C84ACC;
}
.BgClassName
{
background-color: #C84ACC;
}
</style>
border-color css
<style>
span { border-color: #C84ACC; }
span { border-color: rgb(200,74,204); }
td.TdClassName
{
border-color: #C84ACC;
}
.TagClassName
{
border-color: #C84ACC;
}
</style>