Shades of Fuchsia #C83AB7
Tints of Fuchsia #C83AB7
RGB
CMYK
RGB Variations
Color information
#C83AB7 (or 0xC83AB7) is known color: Fuchsia. HEX triplet: C8, 3A and B7. RGB value is (200,58,183). Sum of RGB (Red+Green+Blue) = 200+58+183=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83AB7 is #37C548. Grayscale: #727272. Windows color (decimal): -3654985 or 12008136. OLE color: 12008136.
HSL color Cylindrical-coordinate representation of color #C83AB7: hue angle of 307.18º 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 #C83AB7 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 183 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.22 |
| HSL | 307.18º | 0.56% | 0.51% | - |
| HSV(B) | 307.18º | 0.71% | 0.78% | - |
| XYZ | 33.88 | 18.72 | 46.63 | - |
| YUV | 114.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 183 | 0 | 0.71 | 0.08 | 0.22 | 307.18 | 0.56 | 0.51 |
| Hex | C8 | 3A | B7 | 0 | 47 | 8 | 16 | 133 | 38 | 33 |
| Octal | 310 | 72 | 267 | 0 | 107 | 10 | 26 | 463 | 70 | 63 |
| Binary | 11001000 | 111010 | 10110111 | 0 | 1000111 | 1000 | 10110 | 100110011 | 111000 | 110011 |
Color Harmonies of #C83AB7
Complementary color
Monochromatic Colors of #C83AB7
Black with #C83AB7
Text Example
Text Example
White with #C83AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AB7; }
p { color: rgb(200,58,183); }
H1.HeaderClassName
{
color: #C83AB7;
}
.AnyTagClassName
{
color: #C83AB7;
}
</style>
background-color css
<style>
a { background-color: #C83AB7; }
a { background-color: rgb(200,58,183); }
div.DivClassName
{
background-color: #C83AB7;
}
.BgClassName
{
background-color: #C83AB7;
}
</style>
border-color css
<style>
span { border-color: #C83AB7; }
span { border-color: rgb(200,58,183); }
td.TdClassName
{
border-color: #C83AB7;
}
.TagClassName
{
border-color: #C83AB7;
}
</style>