Shades of Fuchsia #C630BC
Tints of Fuchsia #C630BC
RGB
CMYK
RGB Variations
Color information
#C630BC (or 0xC630BC) is known color: Fuchsia. HEX triplet: C6, 30 and BC. RGB value is (198,48,188). Sum of RGB (Red+Green+Blue) = 198+48+188=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C630BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630BC is #39CF43. Grayscale: #6C6C6C. Windows color (decimal): -3788612 or 12333254. OLE color: 12333254.
HSL color Cylindrical-coordinate representation of color #C630BC: hue angle of 304º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630BC is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 188 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.22 |
| HSL | 304º | 0.61% | 0.48% | - |
| HSV(B) | 304º | 0.76% | 0.78% | - |
| XYZ | 33.42 | 17.75 | 49.24 | - |
| YUV | 108.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 188 | 0 | 0.76 | 0.05 | 0.22 | 304 | 0.61 | 0.48 |
| Hex | C6 | 30 | BC | 0 | 4C | 5 | 16 | 130 | 3D | 30 |
| Octal | 306 | 60 | 274 | 0 | 114 | 5 | 26 | 460 | 75 | 60 |
| Binary | 11000110 | 110000 | 10111100 | 0 | 1001100 | 101 | 10110 | 100110000 | 111101 | 110000 |
Color Harmonies of #C630BC
Complementary color
Monochromatic Colors of #C630BC
Black with #C630BC
Text Example
Text Example
White with #C630BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630BC; }
p { color: rgb(198,48,188); }
H1.HeaderClassName
{
color: #C630BC;
}
.AnyTagClassName
{
color: #C630BC;
}
</style>
background-color css
<style>
a { background-color: #C630BC; }
a { background-color: rgb(198,48,188); }
div.DivClassName
{
background-color: #C630BC;
}
.BgClassName
{
background-color: #C630BC;
}
</style>
border-color css
<style>
span { border-color: #C630BC; }
span { border-color: rgb(198,48,188); }
td.TdClassName
{
border-color: #C630BC;
}
.TagClassName
{
border-color: #C630BC;
}
</style>