Shades of Fuchsia #C83FC4
Tints of Fuchsia #C83FC4
RGB
CMYK
RGB Variations
Color information
#C83FC4 (or 0xC83FC4) is known color: Fuchsia. HEX triplet: C8, 3F and C4. RGB value is (200,63,196). Sum of RGB (Red+Green+Blue) = 200+63+196=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FC4 is #37C03B. Grayscale: #767676. Windows color (decimal): -3653692 or 12861384. OLE color: 12861384.
HSL color Cylindrical-coordinate representation of color #C83FC4: hue angle of 301.75º 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 #C83FC4 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 196 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.22 |
| HSL | 301.75º | 0.55% | 0.52% | - |
| HSV(B) | 301.75º | 0.69% | 0.78% | - |
| XYZ | 35.56 | 19.82 | 54.18 | - |
| YUV | 119.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 196 | 0 | 0.68 | 0.02 | 0.22 | 301.75 | 0.55 | 0.52 |
| Hex | C8 | 3F | C4 | 0 | 44 | 2 | 16 | 12E | 37 | 34 |
| Octal | 310 | 77 | 304 | 0 | 104 | 2 | 26 | 456 | 67 | 64 |
| Binary | 11001000 | 111111 | 11000100 | 0 | 1000100 | 10 | 10110 | 100101110 | 110111 | 110100 |
Color Harmonies of #C83FC4
Complementary color
Monochromatic Colors of #C83FC4
Black with #C83FC4
Text Example
Text Example
White with #C83FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FC4; }
p { color: rgb(200,63,196); }
H1.HeaderClassName
{
color: #C83FC4;
}
.AnyTagClassName
{
color: #C83FC4;
}
</style>
background-color css
<style>
a { background-color: #C83FC4; }
a { background-color: rgb(200,63,196); }
div.DivClassName
{
background-color: #C83FC4;
}
.BgClassName
{
background-color: #C83FC4;
}
</style>
border-color css
<style>
span { border-color: #C83FC4; }
span { border-color: rgb(200,63,196); }
td.TdClassName
{
border-color: #C83FC4;
}
.TagClassName
{
border-color: #C83FC4;
}
</style>