Shades of Fuchsia #C830BC
Tints of Fuchsia #C830BC
RGB
CMYK
RGB Variations
Color information
#C830BC (or 0xC830BC) is known color: Fuchsia. HEX triplet: C8, 30 and BC. RGB value is (200,48,188). Sum of RGB (Red+Green+Blue) = 200+48+188=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C830BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830BC is #37CF43. Grayscale: #6D6D6D. Windows color (decimal): -3657540 or 12333256. OLE color: 12333256.
HSL color Cylindrical-coordinate representation of color #C830BC: hue angle of 304.74º 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 #C830BC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 188 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.22 |
| HSL | 304.74º | 0.61% | 0.49% | - |
| HSV(B) | 304.74º | 0.76% | 0.78% | - |
| XYZ | 33.95 | 18.02 | 49.27 | - |
| YUV | 109.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 188 | 0 | 0.76 | 0.06 | 0.22 | 304.74 | 0.61 | 0.49 |
| Hex | C8 | 30 | BC | 0 | 4C | 6 | 16 | 131 | 3D | 31 |
| Octal | 310 | 60 | 274 | 0 | 114 | 6 | 26 | 461 | 75 | 61 |
| Binary | 11001000 | 110000 | 10111100 | 0 | 1001100 | 110 | 10110 | 100110001 | 111101 | 110001 |
Color Harmonies of #C830BC
Complementary color
Monochromatic Colors of #C830BC
Black with #C830BC
Text Example
Text Example
White with #C830BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830BC; }
p { color: rgb(200,48,188); }
H1.HeaderClassName
{
color: #C830BC;
}
.AnyTagClassName
{
color: #C830BC;
}
</style>
background-color css
<style>
a { background-color: #C830BC; }
a { background-color: rgb(200,48,188); }
div.DivClassName
{
background-color: #C830BC;
}
.BgClassName
{
background-color: #C830BC;
}
</style>
border-color css
<style>
span { border-color: #C830BC; }
span { border-color: rgb(200,48,188); }
td.TdClassName
{
border-color: #C830BC;
}
.TagClassName
{
border-color: #C830BC;
}
</style>