Shades of Fuchsia #C83DC5
Tints of Fuchsia #C83DC5
RGB
CMYK
RGB Variations
Color information
#C83DC5 (or 0xC83DC5) is known color: Fuchsia. HEX triplet: C8, 3D and C5. RGB value is (200,61,197). Sum of RGB (Red+Green+Blue) = 200+61+197=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DC5 is #37C23A. Grayscale: #757575. Windows color (decimal): -3654203 or 12926408. OLE color: 12926408.
HSL color Cylindrical-coordinate representation of color #C83DC5: hue angle of 301.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83DC5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 197 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.22 |
| HSL | 301.3º | 0.56% | 0.51% | - |
| HSV(B) | 301.3º | 0.7% | 0.78% | - |
| XYZ | 35.57 | 19.65 | 54.74 | - |
| YUV | 118.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 197 | 0 | 0.69 | 0.02 | 0.22 | 301.3 | 0.56 | 0.51 |
| Hex | C8 | 3D | C5 | 0 | 45 | 2 | 16 | 12D | 38 | 33 |
| Octal | 310 | 75 | 305 | 0 | 105 | 2 | 26 | 455 | 70 | 63 |
| Binary | 11001000 | 111101 | 11000101 | 0 | 1000101 | 10 | 10110 | 100101101 | 111000 | 110011 |
Color Harmonies of #C83DC5
Complementary color
Monochromatic Colors of #C83DC5
Black with #C83DC5
Text Example
Text Example
White with #C83DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DC5; }
p { color: rgb(200,61,197); }
H1.HeaderClassName
{
color: #C83DC5;
}
.AnyTagClassName
{
color: #C83DC5;
}
</style>
background-color css
<style>
a { background-color: #C83DC5; }
a { background-color: rgb(200,61,197); }
div.DivClassName
{
background-color: #C83DC5;
}
.BgClassName
{
background-color: #C83DC5;
}
</style>
border-color css
<style>
span { border-color: #C83DC5; }
span { border-color: rgb(200,61,197); }
td.TdClassName
{
border-color: #C83DC5;
}
.TagClassName
{
border-color: #C83DC5;
}
</style>