Shades of Fuchsia #C327AF
Tints of Fuchsia #C327AF
RGB
CMYK
RGB Variations
Color information
#C327AF (or 0xC327AF) is known color: Fuchsia. HEX triplet: C3, 27 and AF. RGB value is (195,39,175). Sum of RGB (Red+Green+Blue) = 195+39+175=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C327AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327AF is #3CD850. Grayscale: #646464. Windows color (decimal): -3987537 or 11478979. OLE color: 11478979.
HSL color Cylindrical-coordinate representation of color #C327AF: hue angle of 307.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327AF is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 175 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.24 |
| HSL | 307.69º | 0.67% | 0.46% | - |
| HSV(B) | 307.69º | 0.8% | 0.76% | - |
| XYZ | 30.97 | 16.15 | 42.04 | - |
| YUV | 101.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 175 | 0 | 0.80 | 0.10 | 0.24 | 307.69 | 0.67 | 0.46 |
| Hex | C3 | 27 | AF | 0 | 50 | A | 18 | 134 | 43 | 2E |
| Octal | 303 | 47 | 257 | 0 | 120 | 12 | 30 | 464 | 103 | 56 |
| Binary | 11000011 | 100111 | 10101111 | 0 | 1010000 | 1010 | 11000 | 100110100 | 1000011 | 101110 |
Color Harmonies of #C327AF
Complementary color
Monochromatic Colors of #C327AF
Black with #C327AF
Text Example
Text Example
White with #C327AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327AF; }
p { color: rgb(195,39,175); }
H1.HeaderClassName
{
color: #C327AF;
}
.AnyTagClassName
{
color: #C327AF;
}
</style>
background-color css
<style>
a { background-color: #C327AF; }
a { background-color: rgb(195,39,175); }
div.DivClassName
{
background-color: #C327AF;
}
.BgClassName
{
background-color: #C327AF;
}
</style>
border-color css
<style>
span { border-color: #C327AF; }
span { border-color: rgb(195,39,175); }
td.TdClassName
{
border-color: #C327AF;
}
.TagClassName
{
border-color: #C327AF;
}
</style>