Shades of Fuchsia #C83AB4
Tints of Fuchsia #C83AB4
RGB
CMYK
RGB Variations
Color information
#C83AB4 (or 0xC83AB4) is known color: Fuchsia. HEX triplet: C8, 3A and B4. RGB value is (200,58,180). Sum of RGB (Red+Green+Blue) = 200+58+180=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AB4 is #37C54B. Grayscale: #727272. Windows color (decimal): -3654988 or 11811528. OLE color: 11811528.
HSL color Cylindrical-coordinate representation of color #C83AB4: hue angle of 308.45º 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 #C83AB4 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 180 | - |
| CMYK | 0 | 0.71 | 0.1 | 0.22 |
| HSL | 308.45º | 0.56% | 0.51% | - |
| HSV(B) | 308.45º | 0.71% | 0.78% | - |
| XYZ | 33.57 | 18.6 | 45 | - |
| YUV | 114.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 180 | 0 | 0.71 | 0.1 | 0.22 | 308.45 | 0.56 | 0.51 |
| Hex | C8 | 3A | B4 | 0 | 47 | A | 16 | 134 | 38 | 33 |
| Octal | 310 | 72 | 264 | 0 | 107 | 12 | 26 | 464 | 70 | 63 |
| Binary | 11001000 | 111010 | 10110100 | 0 | 1000111 | 1010 | 10110 | 100110100 | 111000 | 110011 |
Color Harmonies of #C83AB4
Complementary color
Monochromatic Colors of #C83AB4
Black with #C83AB4
Text Example
Text Example
White with #C83AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB4; }
p { color: rgb(200,58,180); }
H1.HeaderClassName
{
color: #C83AB4;
}
.AnyTagClassName
{
color: #C83AB4;
}
</style>
background-color css
<style>
a { background-color: #C83AB4; }
a { background-color: rgb(200,58,180); }
div.DivClassName
{
background-color: #C83AB4;
}
.BgClassName
{
background-color: #C83AB4;
}
</style>
border-color css
<style>
span { border-color: #C83AB4; }
span { border-color: rgb(200,58,180); }
td.TdClassName
{
border-color: #C83AB4;
}
.TagClassName
{
border-color: #C83AB4;
}
</style>