Shades of Fuchsia #C83AB5
Tints of Fuchsia #C83AB5
RGB
CMYK
RGB Variations
Color information
#C83AB5 (or 0xC83AB5) is known color: Fuchsia. HEX triplet: C8, 3A and B5. RGB value is (200,58,181). Sum of RGB (Red+Green+Blue) = 200+58+181=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AB5 is #37C54A. Grayscale: #727272. Windows color (decimal): -3654987 or 11877064. OLE color: 11877064.
HSL color Cylindrical-coordinate representation of color #C83AB5: hue angle of 308.03º 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 #C83AB5 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 181 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.22 |
| HSL | 308.03º | 0.56% | 0.51% | - |
| HSV(B) | 308.03º | 0.71% | 0.78% | - |
| XYZ | 33.67 | 18.64 | 45.54 | - |
| YUV | 114.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 181 | 0 | 0.71 | 0.09 | 0.22 | 308.03 | 0.56 | 0.51 |
| Hex | C8 | 3A | B5 | 0 | 47 | 9 | 16 | 134 | 38 | 33 |
| Octal | 310 | 72 | 265 | 0 | 107 | 11 | 26 | 464 | 70 | 63 |
| Binary | 11001000 | 111010 | 10110101 | 0 | 1000111 | 1001 | 10110 | 100110100 | 111000 | 110011 |
Color Harmonies of #C83AB5
Complementary color
Monochromatic Colors of #C83AB5
Black with #C83AB5
Text Example
Text Example
White with #C83AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB5; }
p { color: rgb(200,58,181); }
H1.HeaderClassName
{
color: #C83AB5;
}
.AnyTagClassName
{
color: #C83AB5;
}
</style>
background-color css
<style>
a { background-color: #C83AB5; }
a { background-color: rgb(200,58,181); }
div.DivClassName
{
background-color: #C83AB5;
}
.BgClassName
{
background-color: #C83AB5;
}
</style>
border-color css
<style>
span { border-color: #C83AB5; }
span { border-color: rgb(200,58,181); }
td.TdClassName
{
border-color: #C83AB5;
}
.TagClassName
{
border-color: #C83AB5;
}
</style>