Shades of Fuchsia #C34FC1
Tints of Fuchsia #C34FC1
RGB
CMYK
RGB Variations
Color information
#C34FC1 (or 0xC34FC1) is known color: Fuchsia. HEX triplet: C3, 4F and C1. RGB value is (195,79,193). Sum of RGB (Red+Green+Blue) = 195+79+193=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FC1 is #3CB03E. Grayscale: #7E7E7E. Windows color (decimal): -3977279 or 12668867. OLE color: 12668867.
HSL color Cylindrical-coordinate representation of color #C34FC1: hue angle of 301.03º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FC1 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 193 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.24 |
| HSL | 301.03º | 0.49% | 0.54% | - |
| HSV(B) | 301.03º | 0.59% | 0.76% | - |
| XYZ | 34.93 | 21.04 | 52.67 | - |
| YUV | 126.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 193 | 0 | 0.59 | 0.01 | 0.24 | 301.03 | 0.49 | 0.54 |
| Hex | C3 | 4F | C1 | 0 | 3B | 1 | 18 | 12D | 31 | 36 |
| Octal | 303 | 117 | 301 | 0 | 73 | 1 | 30 | 455 | 61 | 66 |
| Binary | 11000011 | 1001111 | 11000001 | 0 | 111011 | 1 | 11000 | 100101101 | 110001 | 110110 |
Color Harmonies of #C34FC1
Complementary color
Monochromatic Colors of #C34FC1
Black with #C34FC1
Text Example
Text Example
White with #C34FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FC1; }
p { color: rgb(195,79,193); }
H1.HeaderClassName
{
color: #C34FC1;
}
.AnyTagClassName
{
color: #C34FC1;
}
</style>
background-color css
<style>
a { background-color: #C34FC1; }
a { background-color: rgb(195,79,193); }
div.DivClassName
{
background-color: #C34FC1;
}
.BgClassName
{
background-color: #C34FC1;
}
</style>
border-color css
<style>
span { border-color: #C34FC1; }
span { border-color: rgb(195,79,193); }
td.TdClassName
{
border-color: #C34FC1;
}
.TagClassName
{
border-color: #C34FC1;
}
</style>