Shades of Fuchsia #C83BCC
Tints of Fuchsia #C83BCC
RGB
CMYK
RGB Variations
Color information
#C83BCC (or 0xC83BCC) is known color: Fuchsia. HEX triplet: C8, 3B and CC. RGB value is (200,59,204). Sum of RGB (Red+Green+Blue) = 200+59+204=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C83BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BCC is #37C433. Grayscale: #757575. Windows color (decimal): -3654708 or 13384648. OLE color: 13384648.
HSL color Cylindrical-coordinate representation of color #C83BCC: hue angle of 298.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83BCC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 59 | 204 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.2 |
| HSL | 298.34º | 0.59% | 0.52% | - |
| HSV(B) | 298.34º | 0.71% | 0.8% | - |
| XYZ | 36.28 | 19.77 | 59.03 | - |
| YUV | 117.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 204 | 0.02 | 0.71 | 0 | 0.2 | 298.34 | 0.59 | 0.52 |
| Hex | C8 | 3B | CC | 2 | 47 | 0 | 14 | 12A | 3B | 34 |
| Octal | 310 | 73 | 314 | 2 | 107 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11001000 | 111011 | 11001100 | 10 | 1000111 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C83BCC
Complementary color
Monochromatic Colors of #C83BCC
Black with #C83BCC
Text Example
Text Example
White with #C83BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BCC; }
p { color: rgb(200,59,204); }
H1.HeaderClassName
{
color: #C83BCC;
}
.AnyTagClassName
{
color: #C83BCC;
}
</style>
background-color css
<style>
a { background-color: #C83BCC; }
a { background-color: rgb(200,59,204); }
div.DivClassName
{
background-color: #C83BCC;
}
.BgClassName
{
background-color: #C83BCC;
}
</style>
border-color css
<style>
span { border-color: #C83BCC; }
span { border-color: rgb(200,59,204); }
td.TdClassName
{
border-color: #C83BCC;
}
.TagClassName
{
border-color: #C83BCC;
}
</style>