Shades of Fuchsia #C84CCA
Tints of Fuchsia #C84CCA
RGB
CMYK
RGB Variations
Color information
#C84CCA (or 0xC84CCA) is known color: Fuchsia. HEX triplet: C8, 4C and CA. RGB value is (200,76,202). Sum of RGB (Red+Green+Blue) = 200+76+202=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCA is #37B335. Grayscale: #7F7F7F. Windows color (decimal): -3650358 or 13257928. OLE color: 13257928.
HSL color Cylindrical-coordinate representation of color #C84CCA: hue angle of 299.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84CCA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 76 | 202 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.21 |
| HSL | 299.05º | 0.54% | 0.55% | - |
| HSV(B) | 299.05º | 0.62% | 0.79% | - |
| XYZ | 37.06 | 21.71 | 58.11 | - |
| YUV | 127.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 202 | 0.01 | 0.62 | 0 | 0.21 | 299.05 | 0.54 | 0.55 |
| Hex | C8 | 4C | CA | 1 | 3E | 0 | 15 | 12B | 36 | 37 |
| Octal | 310 | 114 | 312 | 1 | 76 | 0 | 25 | 453 | 66 | 67 |
| Binary | 11001000 | 1001100 | 11001010 | 1 | 111110 | 0 | 10101 | 100101011 | 110110 | 110111 |
Color Harmonies of #C84CCA
Complementary color
Monochromatic Colors of #C84CCA
Black with #C84CCA
Text Example
Text Example
White with #C84CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CCA; }
p { color: rgb(200,76,202); }
H1.HeaderClassName
{
color: #C84CCA;
}
.AnyTagClassName
{
color: #C84CCA;
}
</style>
background-color css
<style>
a { background-color: #C84CCA; }
a { background-color: rgb(200,76,202); }
div.DivClassName
{
background-color: #C84CCA;
}
.BgClassName
{
background-color: #C84CCA;
}
</style>
border-color css
<style>
span { border-color: #C84CCA; }
span { border-color: rgb(200,76,202); }
td.TdClassName
{
border-color: #C84CCA;
}
.TagClassName
{
border-color: #C84CCA;
}
</style>