Shades of Fuchsia #C83DC4
Tints of Fuchsia #C83DC4
RGB
CMYK
RGB Variations
Color information
#C83DC4 (or 0xC83DC4) is known color: Fuchsia. HEX triplet: C8, 3D and C4. RGB value is (200,61,196). Sum of RGB (Red+Green+Blue) = 200+61+196=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DC4 is #37C23B. Grayscale: #757575. Windows color (decimal): -3654204 or 12860872. OLE color: 12860872.
HSL color Cylindrical-coordinate representation of color #C83DC4: hue angle of 301.73º 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 #C83DC4 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 196 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.22 |
| HSL | 301.73º | 0.56% | 0.51% | - |
| HSV(B) | 301.73º | 0.7% | 0.78% | - |
| XYZ | 35.45 | 19.6 | 54.14 | - |
| YUV | 117.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 196 | 0 | 0.69 | 0.02 | 0.22 | 301.73 | 0.56 | 0.51 |
| Hex | C8 | 3D | C4 | 0 | 45 | 2 | 16 | 12E | 38 | 33 |
| Octal | 310 | 75 | 304 | 0 | 105 | 2 | 26 | 456 | 70 | 63 |
| Binary | 11001000 | 111101 | 11000100 | 0 | 1000101 | 10 | 10110 | 100101110 | 111000 | 110011 |
Color Harmonies of #C83DC4
Complementary color
Monochromatic Colors of #C83DC4
Black with #C83DC4
Text Example
Text Example
White with #C83DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DC4; }
p { color: rgb(200,61,196); }
H1.HeaderClassName
{
color: #C83DC4;
}
.AnyTagClassName
{
color: #C83DC4;
}
</style>
background-color css
<style>
a { background-color: #C83DC4; }
a { background-color: rgb(200,61,196); }
div.DivClassName
{
background-color: #C83DC4;
}
.BgClassName
{
background-color: #C83DC4;
}
</style>
border-color css
<style>
span { border-color: #C83DC4; }
span { border-color: rgb(200,61,196); }
td.TdClassName
{
border-color: #C83DC4;
}
.TagClassName
{
border-color: #C83DC4;
}
</style>