Shades of Fuchsia #C84CCC
Tints of Fuchsia #C84CCC
RGB
CMYK
RGB Variations
Color information
#C84CCC (or 0xC84CCC) is known color: Fuchsia. HEX triplet: C8, 4C and CC. RGB value is (200,76,204). Sum of RGB (Red+Green+Blue) = 200+76+204=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCC is #37B333. Grayscale: #7F7F7F. Windows color (decimal): -3650356 or 13389000. OLE color: 13389000.
HSL color Cylindrical-coordinate representation of color #C84CCC: hue angle of 298.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84CCC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 76 | 204 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.2 |
| HSL | 298.13º | 0.56% | 0.55% | - |
| HSV(B) | 298.13º | 0.63% | 0.8% | - |
| XYZ | 37.3 | 21.81 | 59.37 | - |
| YUV | 127.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 204 | 0.02 | 0.63 | 0 | 0.2 | 298.13 | 0.56 | 0.55 |
| Hex | C8 | 4C | CC | 2 | 3F | 0 | 14 | 12A | 38 | 37 |
| Octal | 310 | 114 | 314 | 2 | 77 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001000 | 1001100 | 11001100 | 10 | 111111 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C84CCC
Complementary color
Monochromatic Colors of #C84CCC
Black with #C84CCC
Text Example
Text Example
White with #C84CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CCC; }
p { color: rgb(200,76,204); }
H1.HeaderClassName
{
color: #C84CCC;
}
.AnyTagClassName
{
color: #C84CCC;
}
</style>
background-color css
<style>
a { background-color: #C84CCC; }
a { background-color: rgb(200,76,204); }
div.DivClassName
{
background-color: #C84CCC;
}
.BgClassName
{
background-color: #C84CCC;
}
</style>
border-color css
<style>
span { border-color: #C84CCC; }
span { border-color: rgb(200,76,204); }
td.TdClassName
{
border-color: #C84CCC;
}
.TagClassName
{
border-color: #C84CCC;
}
</style>