Shades of Fuchsia #C630C8
Tints of Fuchsia #C630C8
RGB
CMYK
RGB Variations
Color information
#C630C8 (or 0xC630C8) is known color: Fuchsia. HEX triplet: C6, 30 and C8. RGB value is (198,48,200). Sum of RGB (Red+Green+Blue) = 198+48+200=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #C630C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630C8 is #39CF37. Grayscale: #6D6D6D. Windows color (decimal): -3788600 or 13119686. OLE color: 13119686.
HSL color Cylindrical-coordinate representation of color #C630C8: hue angle of 299.21º 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 #C630C8 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 200 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.22 |
| HSL | 299.21º | 0.61% | 0.49% | - |
| HSV(B) | 299.21º | 0.76% | 0.78% | - |
| XYZ | 34.77 | 18.29 | 56.34 | - |
| YUV | 110.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 200 | 0.01 | 0.76 | 0 | 0.22 | 299.21 | 0.61 | 0.49 |
| Hex | C6 | 30 | C8 | 1 | 4C | 0 | 16 | 12B | 3D | 31 |
| Octal | 306 | 60 | 310 | 1 | 114 | 0 | 26 | 453 | 75 | 61 |
| Binary | 11000110 | 110000 | 11001000 | 1 | 1001100 | 0 | 10110 | 100101011 | 111101 | 110001 |
Color Harmonies of #C630C8
Complementary color
Monochromatic Colors of #C630C8
Black with #C630C8
Text Example
Text Example
White with #C630C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630C8; }
p { color: rgb(198,48,200); }
H1.HeaderClassName
{
color: #C630C8;
}
.AnyTagClassName
{
color: #C630C8;
}
</style>
background-color css
<style>
a { background-color: #C630C8; }
a { background-color: rgb(198,48,200); }
div.DivClassName
{
background-color: #C630C8;
}
.BgClassName
{
background-color: #C630C8;
}
</style>
border-color css
<style>
span { border-color: #C630C8; }
span { border-color: rgb(198,48,200); }
td.TdClassName
{
border-color: #C630C8;
}
.TagClassName
{
border-color: #C630C8;
}
</style>