Shades of Fuchsia #C83ABE
Tints of Fuchsia #C83ABE
RGB
CMYK
RGB Variations
Color information
#C83ABE (or 0xC83ABE) is known color: Fuchsia. HEX triplet: C8, 3A and BE. RGB value is (200,58,190). Sum of RGB (Red+Green+Blue) = 200+58+190=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C83ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ABE is #37C541. Grayscale: #737373. Windows color (decimal): -3654978 or 12466888. OLE color: 12466888.
HSL color Cylindrical-coordinate representation of color #C83ABE: hue angle of 304.23º 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 #C83ABE is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 190 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.22 |
| HSL | 304.23º | 0.56% | 0.51% | - |
| HSV(B) | 304.23º | 0.71% | 0.78% | - |
| XYZ | 34.63 | 19.02 | 50.56 | - |
| YUV | 115.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 190 | 0 | 0.71 | 0.05 | 0.22 | 304.23 | 0.56 | 0.51 |
| Hex | C8 | 3A | BE | 0 | 47 | 5 | 16 | 130 | 38 | 33 |
| Octal | 310 | 72 | 276 | 0 | 107 | 5 | 26 | 460 | 70 | 63 |
| Binary | 11001000 | 111010 | 10111110 | 0 | 1000111 | 101 | 10110 | 100110000 | 111000 | 110011 |
Color Harmonies of #C83ABE
Complementary color
Monochromatic Colors of #C83ABE
Black with #C83ABE
Text Example
Text Example
White with #C83ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ABE; }
p { color: rgb(200,58,190); }
H1.HeaderClassName
{
color: #C83ABE;
}
.AnyTagClassName
{
color: #C83ABE;
}
</style>
background-color css
<style>
a { background-color: #C83ABE; }
a { background-color: rgb(200,58,190); }
div.DivClassName
{
background-color: #C83ABE;
}
.BgClassName
{
background-color: #C83ABE;
}
</style>
border-color css
<style>
span { border-color: #C83ABE; }
span { border-color: rgb(200,58,190); }
td.TdClassName
{
border-color: #C83ABE;
}
.TagClassName
{
border-color: #C83ABE;
}
</style>