Shades of Fuchsia #C83CB0
Tints of Fuchsia #C83CB0
RGB
CMYK
RGB Variations
Color information
#C83CB0 (or 0xC83CB0) is known color: Fuchsia. HEX triplet: C8, 3C and B0. RGB value is (200,60,176). Sum of RGB (Red+Green+Blue) = 200+60+176=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CB0 is #37C34F. Grayscale: #727272. Windows color (decimal): -3654480 or 11549896. OLE color: 11549896.
HSL color Cylindrical-coordinate representation of color #C83CB0: hue angle of 310.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83CB0 is Cyan = 0, Magento = 0.7, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 176 | - |
| CMYK | 0 | 0.7 | 0.12 | 0.22 |
| HSL | 310.29º | 0.56% | 0.51% | - |
| HSV(B) | 310.29º | 0.7% | 0.78% | - |
| XYZ | 33.27 | 18.65 | 42.92 | - |
| YUV | 115.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 176 | 0 | 0.7 | 0.12 | 0.22 | 310.29 | 0.56 | 0.51 |
| Hex | C8 | 3C | B0 | 0 | 46 | C | 16 | 136 | 38 | 33 |
| Octal | 310 | 74 | 260 | 0 | 106 | 14 | 26 | 466 | 70 | 63 |
| Binary | 11001000 | 111100 | 10110000 | 0 | 1000110 | 1100 | 10110 | 100110110 | 111000 | 110011 |
Color Harmonies of #C83CB0
Complementary color
Monochromatic Colors of #C83CB0
Black with #C83CB0
Text Example
Text Example
White with #C83CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CB0; }
p { color: rgb(200,60,176); }
H1.HeaderClassName
{
color: #C83CB0;
}
.AnyTagClassName
{
color: #C83CB0;
}
</style>
background-color css
<style>
a { background-color: #C83CB0; }
a { background-color: rgb(200,60,176); }
div.DivClassName
{
background-color: #C83CB0;
}
.BgClassName
{
background-color: #C83CB0;
}
</style>
border-color css
<style>
span { border-color: #C83CB0; }
span { border-color: rgb(200,60,176); }
td.TdClassName
{
border-color: #C83CB0;
}
.TagClassName
{
border-color: #C83CB0;
}
</style>