Shades of Fuchsia #C36AAD
Tints of Fuchsia #C36AAD
RGB
CMYK
RGB Variations
Color information
#C36AAD (or 0xC36AAD) is known color: Fuchsia. HEX triplet: C3, 6A and AD. RGB value is (195,106,173). Sum of RGB (Red+Green+Blue) = 195+106+173=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAD is #3C9552. Grayscale: #8C8C8C. Windows color (decimal): -3970387 or 11365059. OLE color: 11365059.
HSL color Cylindrical-coordinate representation of color #C36AAD: hue angle of 314.83º 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 #C36AAD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 173 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.83º | 0.43% | 0.59% | - |
| HSV(B) | 314.83º | 0.46% | 0.76% | - |
| XYZ | 35.2 | 24.93 | 42.49 | - |
| YUV | 140.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 173 | 0 | 0.46 | 0.11 | 0.24 | 314.83 | 0.43 | 0.59 |
| Hex | C3 | 6A | AD | 0 | 2E | B | 18 | 13B | 2B | 3B |
| Octal | 303 | 152 | 255 | 0 | 56 | 13 | 30 | 473 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10101101 | 0 | 101110 | 1011 | 11000 | 100111011 | 101011 | 111011 |
Color Harmonies of #C36AAD
Complementary color
Monochromatic Colors of #C36AAD
Black with #C36AAD
Text Example
Text Example
White with #C36AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AAD; }
p { color: rgb(195,106,173); }
H1.HeaderClassName
{
color: #C36AAD;
}
.AnyTagClassName
{
color: #C36AAD;
}
</style>
background-color css
<style>
a { background-color: #C36AAD; }
a { background-color: rgb(195,106,173); }
div.DivClassName
{
background-color: #C36AAD;
}
.BgClassName
{
background-color: #C36AAD;
}
</style>
border-color css
<style>
span { border-color: #C36AAD; }
span { border-color: rgb(195,106,173); }
td.TdClassName
{
border-color: #C36AAD;
}
.TagClassName
{
border-color: #C36AAD;
}
</style>