Shades of Fuchsia #C063C8
Tints of Fuchsia #C063C8
RGB
CMYK
RGB Variations
Color information
#C063C8 (or 0xC063C8) is known color: Fuchsia. HEX triplet: C0, 63 and C8. RGB value is (192,99,200). Sum of RGB (Red+Green+Blue) = 192+99+200=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #C063C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063C8 is #3F9C37. Grayscale: #8A8A8A. Windows color (decimal): -4168760 or 13132736. OLE color: 13132736.
HSL color Cylindrical-coordinate representation of color #C063C8: hue angle of 295.25º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C063C8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 99 | 200 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.22 |
| HSL | 295.25º | 0.48% | 0.59% | - |
| HSV(B) | 295.25º | 0.51% | 0.78% | - |
| XYZ | 36.63 | 24.3 | 57.4 | - |
| YUV | 138.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 200 | 0.04 | 0.50 | 0 | 0.22 | 295.25 | 0.48 | 0.59 |
| Hex | C0 | 63 | C8 | 4 | 32 | 0 | 16 | 127 | 30 | 3B |
| Octal | 300 | 143 | 310 | 4 | 62 | 0 | 26 | 447 | 60 | 73 |
| Binary | 11000000 | 1100011 | 11001000 | 100 | 110010 | 0 | 10110 | 100100111 | 110000 | 111011 |
Color Harmonies of #C063C8
Complementary color
Monochromatic Colors of #C063C8
Black with #C063C8
Text Example
Text Example
White with #C063C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063C8; }
p { color: rgb(192,99,200); }
H1.HeaderClassName
{
color: #C063C8;
}
.AnyTagClassName
{
color: #C063C8;
}
</style>
background-color css
<style>
a { background-color: #C063C8; }
a { background-color: rgb(192,99,200); }
div.DivClassName
{
background-color: #C063C8;
}
.BgClassName
{
background-color: #C063C8;
}
</style>
border-color css
<style>
span { border-color: #C063C8; }
span { border-color: rgb(192,99,200); }
td.TdClassName
{
border-color: #C063C8;
}
.TagClassName
{
border-color: #C063C8;
}
</style>