Shades of Fuchsia #C83ACC
Tints of Fuchsia #C83ACC
RGB
CMYK
RGB Variations
Color information
#C83ACC (or 0xC83ACC) is known color: Fuchsia. HEX triplet: C8, 3A and CC. RGB value is (200,58,204). Sum of RGB (Red+Green+Blue) = 200+58+204=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C83ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ACC is #37C533. Grayscale: #747474. Windows color (decimal): -3654964 or 13384392. OLE color: 13384392.
HSL color Cylindrical-coordinate representation of color #C83ACC: hue angle of 298.36º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83ACC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 58 | 204 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.2 |
| HSL | 298.36º | 0.59% | 0.51% | - |
| HSV(B) | 298.36º | 0.72% | 0.8% | - |
| XYZ | 36.23 | 19.67 | 59.01 | - |
| YUV | 117.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 204 | 0.02 | 0.72 | 0 | 0.2 | 298.36 | 0.59 | 0.51 |
| Hex | C8 | 3A | CC | 2 | 48 | 0 | 14 | 12A | 3B | 33 |
| Octal | 310 | 72 | 314 | 2 | 110 | 0 | 24 | 452 | 73 | 63 |
| Binary | 11001000 | 111010 | 11001100 | 10 | 1001000 | 0 | 10100 | 100101010 | 111011 | 110011 |
Color Harmonies of #C83ACC
Complementary color
Monochromatic Colors of #C83ACC
Black with #C83ACC
Text Example
Text Example
White with #C83ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ACC; }
p { color: rgb(200,58,204); }
H1.HeaderClassName
{
color: #C83ACC;
}
.AnyTagClassName
{
color: #C83ACC;
}
</style>
background-color css
<style>
a { background-color: #C83ACC; }
a { background-color: rgb(200,58,204); }
div.DivClassName
{
background-color: #C83ACC;
}
.BgClassName
{
background-color: #C83ACC;
}
</style>
border-color css
<style>
span { border-color: #C83ACC; }
span { border-color: rgb(200,58,204); }
td.TdClassName
{
border-color: #C83ACC;
}
.TagClassName
{
border-color: #C83ACC;
}
</style>