Shades of Fuchsia #C03FAA
Tints of Fuchsia #C03FAA
RGB
CMYK
RGB Variations
Color information
#C03FAA (or 0xC03FAA) is known color: Fuchsia. HEX triplet: C0, 3F and AA. RGB value is (192,63,170). Sum of RGB (Red+Green+Blue) = 192+63+170=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FAA is #3FC055. Grayscale: #717171. Windows color (decimal): -4178006 or 11157440. OLE color: 11157440.
HSL color Cylindrical-coordinate representation of color #C03FAA: hue angle of 310.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FAA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 170 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.25 |
| HSL | 310.23º | 0.51% | 0.5% | - |
| HSV(B) | 310.23º | 0.67% | 0.75% | - |
| XYZ | 30.77 | 17.66 | 39.82 | - |
| YUV | 113.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 170 | 0 | 0.67 | 0.11 | 0.25 | 310.23 | 0.51 | 0.5 |
| Hex | C0 | 3F | AA | 0 | 43 | B | 19 | 136 | 33 | 32 |
| Octal | 300 | 77 | 252 | 0 | 103 | 13 | 31 | 466 | 63 | 62 |
| Binary | 11000000 | 111111 | 10101010 | 0 | 1000011 | 1011 | 11001 | 100110110 | 110011 | 110010 |
Color Harmonies of #C03FAA
Complementary color
Monochromatic Colors of #C03FAA
Black with #C03FAA
Text Example
Text Example
White with #C03FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FAA; }
p { color: rgb(192,63,170); }
H1.HeaderClassName
{
color: #C03FAA;
}
.AnyTagClassName
{
color: #C03FAA;
}
</style>
background-color css
<style>
a { background-color: #C03FAA; }
a { background-color: rgb(192,63,170); }
div.DivClassName
{
background-color: #C03FAA;
}
.BgClassName
{
background-color: #C03FAA;
}
</style>
border-color css
<style>
span { border-color: #C03FAA; }
span { border-color: rgb(192,63,170); }
td.TdClassName
{
border-color: #C03FAA;
}
.TagClassName
{
border-color: #C03FAA;
}
</style>