Shades of Fuchsia #C84CCD
Tints of Fuchsia #C84CCD
RGB
CMYK
RGB Variations
Color information
#C84CCD (or 0xC84CCD) is known color: Fuchsia. HEX triplet: C8, 4C and CD. RGB value is (200,76,205). Sum of RGB (Red+Green+Blue) = 200+76+205=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCD is #37B332. Grayscale: #7F7F7F. Windows color (decimal): -3650355 or 13454536. OLE color: 13454536.
HSL color Cylindrical-coordinate representation of color #C84CCD: hue angle of 297.67º 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 #C84CCD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 76 | 205 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 297.67º | 0.56% | 0.55% | - |
| HSV(B) | 297.67º | 0.63% | 0.8% | - |
| XYZ | 37.42 | 21.86 | 60 | - |
| YUV | 127.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 205 | 0.02 | 0.63 | 0 | 0.20 | 297.67 | 0.56 | 0.55 |
| Hex | C8 | 4C | CD | 2 | 3F | 0 | 14 | 12A | 38 | 37 |
| Octal | 310 | 114 | 315 | 2 | 77 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001000 | 1001100 | 11001101 | 10 | 111111 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C84CCD
Complementary color
Monochromatic Colors of #C84CCD
Black with #C84CCD
Text Example
Text Example
White with #C84CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CCD; }
p { color: rgb(200,76,205); }
H1.HeaderClassName
{
color: #C84CCD;
}
.AnyTagClassName
{
color: #C84CCD;
}
</style>
background-color css
<style>
a { background-color: #C84CCD; }
a { background-color: rgb(200,76,205); }
div.DivClassName
{
background-color: #C84CCD;
}
.BgClassName
{
background-color: #C84CCD;
}
</style>
border-color css
<style>
span { border-color: #C84CCD; }
span { border-color: rgb(200,76,205); }
td.TdClassName
{
border-color: #C84CCD;
}
.TagClassName
{
border-color: #C84CCD;
}
</style>