Shades of Fuchsia #C327B2
Tints of Fuchsia #C327B2
RGB
CMYK
RGB Variations
Color information
#C327B2 (or 0xC327B2) is known color: Fuchsia. HEX triplet: C3, 27 and B2. RGB value is (195,39,178). Sum of RGB (Red+Green+Blue) = 195+39+178=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C327B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327B2 is #3CD84D. Grayscale: #656565. Windows color (decimal): -3987534 or 11675587. OLE color: 11675587.
HSL color Cylindrical-coordinate representation of color #C327B2: hue angle of 306.54º 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 #C327B2 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 178 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.24 |
| HSL | 306.54º | 0.67% | 0.46% | - |
| HSV(B) | 306.54º | 0.8% | 0.76% | - |
| XYZ | 31.27 | 16.27 | 43.61 | - |
| YUV | 101.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 178 | 0 | 0.80 | 0.09 | 0.24 | 306.54 | 0.67 | 0.46 |
| Hex | C3 | 27 | B2 | 0 | 50 | 9 | 18 | 133 | 43 | 2E |
| Octal | 303 | 47 | 262 | 0 | 120 | 11 | 30 | 463 | 103 | 56 |
| Binary | 11000011 | 100111 | 10110010 | 0 | 1010000 | 1001 | 11000 | 100110011 | 1000011 | 101110 |
Color Harmonies of #C327B2
Complementary color
Monochromatic Colors of #C327B2
Black with #C327B2
Text Example
Text Example
White with #C327B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327B2; }
p { color: rgb(195,39,178); }
H1.HeaderClassName
{
color: #C327B2;
}
.AnyTagClassName
{
color: #C327B2;
}
</style>
background-color css
<style>
a { background-color: #C327B2; }
a { background-color: rgb(195,39,178); }
div.DivClassName
{
background-color: #C327B2;
}
.BgClassName
{
background-color: #C327B2;
}
</style>
border-color css
<style>
span { border-color: #C327B2; }
span { border-color: rgb(195,39,178); }
td.TdClassName
{
border-color: #C327B2;
}
.TagClassName
{
border-color: #C327B2;
}
</style>