Shades of Fuchsia #C83FC5
Tints of Fuchsia #C83FC5
RGB
CMYK
RGB Variations
Color information
#C83FC5 (or 0xC83FC5) is known color: Fuchsia. HEX triplet: C8, 3F and C5. RGB value is (200,63,197). Sum of RGB (Red+Green+Blue) = 200+63+197=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC5 is #37C03A. Grayscale: #767676. Windows color (decimal): -3653691 or 12926920. OLE color: 12926920.
HSL color Cylindrical-coordinate representation of color #C83FC5: hue angle of 301.31º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FC5 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 197 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.22 |
| HSL | 301.31º | 0.55% | 0.52% | - |
| HSV(B) | 301.31º | 0.69% | 0.78% | - |
| XYZ | 35.67 | 19.87 | 54.78 | - |
| YUV | 119.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 197 | 0 | 0.68 | 0.02 | 0.22 | 301.31 | 0.55 | 0.52 |
| Hex | C8 | 3F | C5 | 0 | 44 | 2 | 16 | 12D | 37 | 34 |
| Octal | 310 | 77 | 305 | 0 | 104 | 2 | 26 | 455 | 67 | 64 |
| Binary | 11001000 | 111111 | 11000101 | 0 | 1000100 | 10 | 10110 | 100101101 | 110111 | 110100 |
Color Harmonies of #C83FC5
Complementary color
Monochromatic Colors of #C83FC5
Black with #C83FC5
Text Example
Text Example
White with #C83FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FC5; }
p { color: rgb(200,63,197); }
H1.HeaderClassName
{
color: #C83FC5;
}
.AnyTagClassName
{
color: #C83FC5;
}
</style>
background-color css
<style>
a { background-color: #C83FC5; }
a { background-color: rgb(200,63,197); }
div.DivClassName
{
background-color: #C83FC5;
}
.BgClassName
{
background-color: #C83FC5;
}
</style>
border-color css
<style>
span { border-color: #C83FC5; }
span { border-color: rgb(200,63,197); }
td.TdClassName
{
border-color: #C83FC5;
}
.TagClassName
{
border-color: #C83FC5;
}
</style>