Shades of Fuchsia #C366AA
Tints of Fuchsia #C366AA
RGB
CMYK
RGB Variations
Color information
#C366AA (or 0xC366AA) is known color: Fuchsia. HEX triplet: C3, 66 and AA. RGB value is (195,102,170). Sum of RGB (Red+Green+Blue) = 195+102+170=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C366AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366AA is #3C9955. Grayscale: #898989. Windows color (decimal): -3971414 or 11167427. OLE color: 11167427.
HSL color Cylindrical-coordinate representation of color #C366AA: hue angle of 316.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366AA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 170 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.24 |
| HSL | 316.13º | 0.44% | 0.58% | - |
| HSV(B) | 316.13º | 0.48% | 0.76% | - |
| XYZ | 34.51 | 24.01 | 40.85 | - |
| YUV | 137.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 170 | 0 | 0.48 | 0.13 | 0.24 | 316.13 | 0.44 | 0.58 |
| Hex | C3 | 66 | AA | 0 | 30 | D | 18 | 13C | 2C | 3A |
| Octal | 303 | 146 | 252 | 0 | 60 | 15 | 30 | 474 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10101010 | 0 | 110000 | 1101 | 11000 | 100111100 | 101100 | 111010 |
Color Harmonies of #C366AA
Complementary color
Monochromatic Colors of #C366AA
Black with #C366AA
Text Example
Text Example
White with #C366AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366AA; }
p { color: rgb(195,102,170); }
H1.HeaderClassName
{
color: #C366AA;
}
.AnyTagClassName
{
color: #C366AA;
}
</style>
background-color css
<style>
a { background-color: #C366AA; }
a { background-color: rgb(195,102,170); }
div.DivClassName
{
background-color: #C366AA;
}
.BgClassName
{
background-color: #C366AA;
}
</style>
border-color css
<style>
span { border-color: #C366AA; }
span { border-color: rgb(195,102,170); }
td.TdClassName
{
border-color: #C366AA;
}
.TagClassName
{
border-color: #C366AA;
}
</style>