Shades of Fuchsia #C630B9
Tints of Fuchsia #C630B9
RGB
CMYK
RGB Variations
Color information
#C630B9 (or 0xC630B9) is known color: Fuchsia. HEX triplet: C6, 30 and B9. RGB value is (198,48,185). Sum of RGB (Red+Green+Blue) = 198+48+185=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C630B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630B9 is #39CF46. Grayscale: #6C6C6C. Windows color (decimal): -3788615 or 12136646. OLE color: 12136646.
HSL color Cylindrical-coordinate representation of color #C630B9: hue angle of 305.2º 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 #C630B9 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 185 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.22 |
| HSL | 305.2º | 0.61% | 0.48% | - |
| HSV(B) | 305.2º | 0.76% | 0.78% | - |
| XYZ | 33.1 | 17.62 | 47.56 | - |
| YUV | 108.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 185 | 0 | 0.76 | 0.07 | 0.22 | 305.2 | 0.61 | 0.48 |
| Hex | C6 | 30 | B9 | 0 | 4C | 7 | 16 | 131 | 3D | 30 |
| Octal | 306 | 60 | 271 | 0 | 114 | 7 | 26 | 461 | 75 | 60 |
| Binary | 11000110 | 110000 | 10111001 | 0 | 1001100 | 111 | 10110 | 100110001 | 111101 | 110000 |
Color Harmonies of #C630B9
Complementary color
Monochromatic Colors of #C630B9
Black with #C630B9
Text Example
Text Example
White with #C630B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630B9; }
p { color: rgb(198,48,185); }
H1.HeaderClassName
{
color: #C630B9;
}
.AnyTagClassName
{
color: #C630B9;
}
</style>
background-color css
<style>
a { background-color: #C630B9; }
a { background-color: rgb(198,48,185); }
div.DivClassName
{
background-color: #C630B9;
}
.BgClassName
{
background-color: #C630B9;
}
</style>
border-color css
<style>
span { border-color: #C630B9; }
span { border-color: rgb(198,48,185); }
td.TdClassName
{
border-color: #C630B9;
}
.TagClassName
{
border-color: #C630B9;
}
</style>