Shades of Fuchsia #C83DC8
Tints of Fuchsia #C83DC8
RGB
CMYK
RGB Variations
Color information
#C83DC8 (or 0xC83DC8) is known color: Fuchsia. HEX triplet: C8, 3D and C8. RGB value is (200,61,200). Sum of RGB (Red+Green+Blue) = 200+61+200=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C83DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DC8 is #37C237. Grayscale: #757575. Windows color (decimal): -3654200 or 13123016. OLE color: 13123016.
HSL color Cylindrical-coordinate representation of color #C83DC8: hue angle of 300º 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 #C83DC8 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 200 | - |
| CMYK | 0 | 0.69 | 0 | 0.22 |
| HSL | 300º | 0.56% | 0.51% | - |
| HSV(B) | 300º | 0.7% | 0.78% | - |
| XYZ | 35.91 | 19.79 | 56.57 | - |
| YUV | 118.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 200 | 0 | 0.69 | 0 | 0.22 | 300 | 0.56 | 0.51 |
| Hex | C8 | 3D | C8 | 0 | 45 | 0 | 16 | 12C | 38 | 33 |
| Octal | 310 | 75 | 310 | 0 | 105 | 0 | 26 | 454 | 70 | 63 |
| Binary | 11001000 | 111101 | 11001000 | 0 | 1000101 | 0 | 10110 | 100101100 | 111000 | 110011 |
Color Harmonies of #C83DC8
Complementary color
Monochromatic Colors of #C83DC8
Black with #C83DC8
Text Example
Text Example
White with #C83DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DC8; }
p { color: rgb(200,61,200); }
H1.HeaderClassName
{
color: #C83DC8;
}
.AnyTagClassName
{
color: #C83DC8;
}
</style>
background-color css
<style>
a { background-color: #C83DC8; }
a { background-color: rgb(200,61,200); }
div.DivClassName
{
background-color: #C83DC8;
}
.BgClassName
{
background-color: #C83DC8;
}
</style>
border-color css
<style>
span { border-color: #C83DC8; }
span { border-color: rgb(200,61,200); }
td.TdClassName
{
border-color: #C83DC8;
}
.TagClassName
{
border-color: #C83DC8;
}
</style>