Shades of Fuchsia #C063C7
Tints of Fuchsia #C063C7
RGB
CMYK
RGB Variations
Color information
#C063C7 (or 0xC063C7) is known color: Fuchsia. HEX triplet: C0, 63 and C7. RGB value is (192,99,199). Sum of RGB (Red+Green+Blue) = 192+99+199=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #C063C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063C7 is #3F9C38. Grayscale: #898989. Windows color (decimal): -4168761 or 13067200. OLE color: 13067200.
HSL color Cylindrical-coordinate representation of color #C063C7: hue angle of 295.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C063C7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 99 | 199 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.22 |
| HSL | 295.8º | 0.47% | 0.58% | - |
| HSV(B) | 295.8º | 0.5% | 0.78% | - |
| XYZ | 36.51 | 24.25 | 56.79 | - |
| YUV | 138.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 199 | 0.04 | 0.50 | 0 | 0.22 | 295.8 | 0.47 | 0.58 |
| Hex | C0 | 63 | C7 | 4 | 32 | 0 | 16 | 128 | 2F | 3A |
| Octal | 300 | 143 | 307 | 4 | 62 | 0 | 26 | 450 | 57 | 72 |
| Binary | 11000000 | 1100011 | 11000111 | 100 | 110010 | 0 | 10110 | 100101000 | 101111 | 111010 |
Color Harmonies of #C063C7
Complementary color
Monochromatic Colors of #C063C7
Black with #C063C7
Text Example
Text Example
White with #C063C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063C7; }
p { color: rgb(192,99,199); }
H1.HeaderClassName
{
color: #C063C7;
}
.AnyTagClassName
{
color: #C063C7;
}
</style>
background-color css
<style>
a { background-color: #C063C7; }
a { background-color: rgb(192,99,199); }
div.DivClassName
{
background-color: #C063C7;
}
.BgClassName
{
background-color: #C063C7;
}
</style>
border-color css
<style>
span { border-color: #C063C7; }
span { border-color: rgb(192,99,199); }
td.TdClassName
{
border-color: #C063C7;
}
.TagClassName
{
border-color: #C063C7;
}
</style>