Shades of Fuchsia #C83AC4
Tints of Fuchsia #C83AC4
RGB
CMYK
RGB Variations
Color information
#C83AC4 (or 0xC83AC4) is known color: Fuchsia. HEX triplet: C8, 3A and C4. RGB value is (200,58,196). Sum of RGB (Red+Green+Blue) = 200+58+196=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AC4 is #37C53B. Grayscale: #737373. Windows color (decimal): -3654972 or 12860104. OLE color: 12860104.
HSL color Cylindrical-coordinate representation of color #C83AC4: hue angle of 301.69º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83AC4 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 196 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.22 |
| HSL | 301.69º | 0.56% | 0.51% | - |
| HSV(B) | 301.69º | 0.71% | 0.78% | - |
| XYZ | 35.3 | 19.29 | 54.09 | - |
| YUV | 116.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 196 | 0 | 0.71 | 0.02 | 0.22 | 301.69 | 0.56 | 0.51 |
| Hex | C8 | 3A | C4 | 0 | 47 | 2 | 16 | 12E | 38 | 33 |
| Octal | 310 | 72 | 304 | 0 | 107 | 2 | 26 | 456 | 70 | 63 |
| Binary | 11001000 | 111010 | 11000100 | 0 | 1000111 | 10 | 10110 | 100101110 | 111000 | 110011 |
Color Harmonies of #C83AC4
Complementary color
Monochromatic Colors of #C83AC4
Black with #C83AC4
Text Example
Text Example
White with #C83AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AC4; }
p { color: rgb(200,58,196); }
H1.HeaderClassName
{
color: #C83AC4;
}
.AnyTagClassName
{
color: #C83AC4;
}
</style>
background-color css
<style>
a { background-color: #C83AC4; }
a { background-color: rgb(200,58,196); }
div.DivClassName
{
background-color: #C83AC4;
}
.BgClassName
{
background-color: #C83AC4;
}
</style>
border-color css
<style>
span { border-color: #C83AC4; }
span { border-color: rgb(200,58,196); }
td.TdClassName
{
border-color: #C83AC4;
}
.TagClassName
{
border-color: #C83AC4;
}
</style>