Shades of Fuchsia #C341C6
Tints of Fuchsia #C341C6
RGB
CMYK
RGB Variations
Color information
#C341C6 (or 0xC341C6) is known color: Fuchsia. HEX triplet: C3, 41 and C6. RGB value is (195,65,198). Sum of RGB (Red+Green+Blue) = 195+65+198=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #C341C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341C6 is #3CBE39. Grayscale: #767676. Windows color (decimal): -3980858 or 12992963. OLE color: 12992963.
HSL color Cylindrical-coordinate representation of color #C341C6: hue angle of 298.65º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C341C6 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 65 | 198 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.22 |
| HSL | 298.65º | 0.54% | 0.52% | - |
| HSV(B) | 298.65º | 0.67% | 0.78% | - |
| XYZ | 34.59 | 19.46 | 55.36 | - |
| YUV | 119.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 198 | 0.02 | 0.67 | 0 | 0.22 | 298.65 | 0.54 | 0.52 |
| Hex | C3 | 41 | C6 | 2 | 43 | 0 | 16 | 12B | 36 | 34 |
| Octal | 303 | 101 | 306 | 2 | 103 | 0 | 26 | 453 | 66 | 64 |
| Binary | 11000011 | 1000001 | 11000110 | 10 | 1000011 | 0 | 10110 | 100101011 | 110110 | 110100 |
Color Harmonies of #C341C6
Complementary color
Monochromatic Colors of #C341C6
Black with #C341C6
Text Example
Text Example
White with #C341C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341C6; }
p { color: rgb(195,65,198); }
H1.HeaderClassName
{
color: #C341C6;
}
.AnyTagClassName
{
color: #C341C6;
}
</style>
background-color css
<style>
a { background-color: #C341C6; }
a { background-color: rgb(195,65,198); }
div.DivClassName
{
background-color: #C341C6;
}
.BgClassName
{
background-color: #C341C6;
}
</style>
border-color css
<style>
span { border-color: #C341C6; }
span { border-color: rgb(195,65,198); }
td.TdClassName
{
border-color: #C341C6;
}
.TagClassName
{
border-color: #C341C6;
}
</style>