Shades of Fuchsia #C36AAF
Tints of Fuchsia #C36AAF
RGB
CMYK
RGB Variations
Color information
#C36AAF (or 0xC36AAF) is known color: Fuchsia. HEX triplet: C3, 6A and AF. RGB value is (195,106,175). Sum of RGB (Red+Green+Blue) = 195+106+175=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAF is #3C9550. Grayscale: #8C8C8C. Windows color (decimal): -3970385 or 11496131. OLE color: 11496131.
HSL color Cylindrical-coordinate representation of color #C36AAF: hue angle of 313.48º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36AAF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 175 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.24 |
| HSL | 313.48º | 0.43% | 0.59% | - |
| HSV(B) | 313.48º | 0.46% | 0.76% | - |
| XYZ | 35.4 | 25.01 | 43.52 | - |
| YUV | 140.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 175 | 0 | 0.46 | 0.10 | 0.24 | 313.48 | 0.43 | 0.59 |
| Hex | C3 | 6A | AF | 0 | 2E | A | 18 | 139 | 2B | 3B |
| Octal | 303 | 152 | 257 | 0 | 56 | 12 | 30 | 471 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10101111 | 0 | 101110 | 1010 | 11000 | 100111001 | 101011 | 111011 |
Color Harmonies of #C36AAF
Complementary color
Monochromatic Colors of #C36AAF
Black with #C36AAF
Text Example
Text Example
White with #C36AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AAF; }
p { color: rgb(195,106,175); }
H1.HeaderClassName
{
color: #C36AAF;
}
.AnyTagClassName
{
color: #C36AAF;
}
</style>
background-color css
<style>
a { background-color: #C36AAF; }
a { background-color: rgb(195,106,175); }
div.DivClassName
{
background-color: #C36AAF;
}
.BgClassName
{
background-color: #C36AAF;
}
</style>
border-color css
<style>
span { border-color: #C36AAF; }
span { border-color: rgb(195,106,175); }
td.TdClassName
{
border-color: #C36AAF;
}
.TagClassName
{
border-color: #C36AAF;
}
</style>