Shades of Fuchsia #C830C3
Tints of Fuchsia #C830C3
RGB
CMYK
RGB Variations
Color information
#C830C3 (or 0xC830C3) is known color: Fuchsia. HEX triplet: C8, 30 and C3. RGB value is (200,48,195). Sum of RGB (Red+Green+Blue) = 200+48+195=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C830C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830C3 is #37CF3C. Grayscale: #6D6D6D. Windows color (decimal): -3657533 or 12792008. OLE color: 12792008.
HSL color Cylindrical-coordinate representation of color #C830C3: hue angle of 301.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830C3 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 195 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.22 |
| HSL | 301.97º | 0.61% | 0.49% | - |
| HSV(B) | 301.97º | 0.76% | 0.78% | - |
| XYZ | 34.73 | 18.33 | 53.34 | - |
| YUV | 110.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 195 | 0 | 0.76 | 0.02 | 0.22 | 301.97 | 0.61 | 0.49 |
| Hex | C8 | 30 | C3 | 0 | 4C | 2 | 16 | 12E | 3D | 31 |
| Octal | 310 | 60 | 303 | 0 | 114 | 2 | 26 | 456 | 75 | 61 |
| Binary | 11001000 | 110000 | 11000011 | 0 | 1001100 | 10 | 10110 | 100101110 | 111101 | 110001 |
Color Harmonies of #C830C3
Complementary color
Monochromatic Colors of #C830C3
Black with #C830C3
Text Example
Text Example
White with #C830C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830C3; }
p { color: rgb(200,48,195); }
H1.HeaderClassName
{
color: #C830C3;
}
.AnyTagClassName
{
color: #C830C3;
}
</style>
background-color css
<style>
a { background-color: #C830C3; }
a { background-color: rgb(200,48,195); }
div.DivClassName
{
background-color: #C830C3;
}
.BgClassName
{
background-color: #C830C3;
}
</style>
border-color css
<style>
span { border-color: #C830C3; }
span { border-color: rgb(200,48,195); }
td.TdClassName
{
border-color: #C830C3;
}
.TagClassName
{
border-color: #C830C3;
}
</style>