Shades of Fuchsia #C83CC4
Tints of Fuchsia #C83CC4
RGB
CMYK
RGB Variations
Color information
#C83CC4 (or 0xC83CC4) is known color: Fuchsia. HEX triplet: C8, 3C and C4. RGB value is (200,60,196). Sum of RGB (Red+Green+Blue) = 200+60+196=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CC4 is #37C33B. Grayscale: #747474. Windows color (decimal): -3654460 or 12860616. OLE color: 12860616.
HSL color Cylindrical-coordinate representation of color #C83CC4: hue angle of 301.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83CC4 is Cyan = 0, Magento = 0.7, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 196 | - |
| CMYK | 0 | 0.7 | 0.02 | 0.22 |
| HSL | 301.71º | 0.56% | 0.51% | - |
| HSV(B) | 301.71º | 0.7% | 0.78% | - |
| XYZ | 35.4 | 19.5 | 54.12 | - |
| YUV | 117.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 196 | 0 | 0.7 | 0.02 | 0.22 | 301.71 | 0.56 | 0.51 |
| Hex | C8 | 3C | C4 | 0 | 46 | 2 | 16 | 12E | 38 | 33 |
| Octal | 310 | 74 | 304 | 0 | 106 | 2 | 26 | 456 | 70 | 63 |
| Binary | 11001000 | 111100 | 11000100 | 0 | 1000110 | 10 | 10110 | 100101110 | 111000 | 110011 |
Color Harmonies of #C83CC4
Complementary color
Monochromatic Colors of #C83CC4
Black with #C83CC4
Text Example
Text Example
White with #C83CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CC4; }
p { color: rgb(200,60,196); }
H1.HeaderClassName
{
color: #C83CC4;
}
.AnyTagClassName
{
color: #C83CC4;
}
</style>
background-color css
<style>
a { background-color: #C83CC4; }
a { background-color: rgb(200,60,196); }
div.DivClassName
{
background-color: #C83CC4;
}
.BgClassName
{
background-color: #C83CC4;
}
</style>
border-color css
<style>
span { border-color: #C83CC4; }
span { border-color: rgb(200,60,196); }
td.TdClassName
{
border-color: #C83CC4;
}
.TagClassName
{
border-color: #C83CC4;
}
</style>