Shades of Fuchsia #C84FCB
Tints of Fuchsia #C84FCB
RGB
CMYK
RGB Variations
Color information
#C84FCB (or 0xC84FCB) is known color: Fuchsia. HEX triplet: C8, 4F and CB. RGB value is (200,79,203). Sum of RGB (Red+Green+Blue) = 200+79+203=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C84FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCB is #37B034. Grayscale: #808080. Windows color (decimal): -3649589 or 13324232. OLE color: 13324232.
HSL color Cylindrical-coordinate representation of color #C84FCB: hue angle of 298.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FCB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 79 | 203 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.20 |
| HSL | 298.55º | 0.54% | 0.55% | - |
| HSV(B) | 298.55º | 0.61% | 0.8% | - |
| XYZ | 37.39 | 22.18 | 58.81 | - |
| YUV | 129.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 203 | 0.01 | 0.61 | 0 | 0.20 | 298.55 | 0.54 | 0.55 |
| Hex | C8 | 4F | CB | 1 | 3D | 0 | 14 | 12B | 36 | 37 |
| Octal | 310 | 117 | 313 | 1 | 75 | 0 | 24 | 453 | 66 | 67 |
| Binary | 11001000 | 1001111 | 11001011 | 1 | 111101 | 0 | 10100 | 100101011 | 110110 | 110111 |
Color Harmonies of #C84FCB
Complementary color
Monochromatic Colors of #C84FCB
Black with #C84FCB
Text Example
Text Example
White with #C84FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FCB; }
p { color: rgb(200,79,203); }
H1.HeaderClassName
{
color: #C84FCB;
}
.AnyTagClassName
{
color: #C84FCB;
}
</style>
background-color css
<style>
a { background-color: #C84FCB; }
a { background-color: rgb(200,79,203); }
div.DivClassName
{
background-color: #C84FCB;
}
.BgClassName
{
background-color: #C84FCB;
}
</style>
border-color css
<style>
span { border-color: #C84FCB; }
span { border-color: rgb(200,79,203); }
td.TdClassName
{
border-color: #C84FCB;
}
.TagClassName
{
border-color: #C84FCB;
}
</style>