Shades of Fuchsia #C063CA
Tints of Fuchsia #C063CA
RGB
CMYK
RGB Variations
Color information
#C063CA (or 0xC063CA) is known color: Fuchsia. HEX triplet: C0, 63 and CA. RGB value is (192,99,202). Sum of RGB (Red+Green+Blue) = 192+99+202=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #C063CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CA is #3F9C35. Grayscale: #8A8A8A. Windows color (decimal): -4168758 or 13263808. OLE color: 13263808.
HSL color Cylindrical-coordinate representation of color #C063CA: hue angle of 294.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C063CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 99 | 202 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.21 |
| HSL | 294.17º | 0.49% | 0.59% | - |
| HSV(B) | 294.17º | 0.51% | 0.79% | - |
| XYZ | 36.86 | 24.39 | 58.64 | - |
| YUV | 138.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 202 | 0.05 | 0.51 | 0 | 0.21 | 294.17 | 0.49 | 0.59 |
| Hex | C0 | 63 | CA | 5 | 33 | 0 | 15 | 126 | 31 | 3B |
| Octal | 300 | 143 | 312 | 5 | 63 | 0 | 25 | 446 | 61 | 73 |
| Binary | 11000000 | 1100011 | 11001010 | 101 | 110011 | 0 | 10101 | 100100110 | 110001 | 111011 |
Color Harmonies of #C063CA
Complementary color
Monochromatic Colors of #C063CA
Black with #C063CA
Text Example
Text Example
White with #C063CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063CA; }
p { color: rgb(192,99,202); }
H1.HeaderClassName
{
color: #C063CA;
}
.AnyTagClassName
{
color: #C063CA;
}
</style>
background-color css
<style>
a { background-color: #C063CA; }
a { background-color: rgb(192,99,202); }
div.DivClassName
{
background-color: #C063CA;
}
.BgClassName
{
background-color: #C063CA;
}
</style>
border-color css
<style>
span { border-color: #C063CA; }
span { border-color: rgb(192,99,202); }
td.TdClassName
{
border-color: #C063CA;
}
.TagClassName
{
border-color: #C063CA;
}
</style>