Shades of Fuchsia #C341CC
Tints of Fuchsia #C341CC
RGB
CMYK
RGB Variations
Color information
#C341CC (or 0xC341CC) is known color: Fuchsia. HEX triplet: C3, 41 and CC. RGB value is (195,65,204). Sum of RGB (Red+Green+Blue) = 195+65+204=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #C341CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341CC is #3CBE33. Grayscale: #777777. Windows color (decimal): -3980852 or 13386179. OLE color: 13386179.
HSL color Cylindrical-coordinate representation of color #C341CC: hue angle of 296.12º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C341CC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 65 | 204 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.2 |
| HSL | 296.12º | 0.58% | 0.53% | - |
| HSV(B) | 296.12º | 0.68% | 0.8% | - |
| XYZ | 35.3 | 19.74 | 59.08 | - |
| YUV | 119.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 204 | 0.04 | 0.68 | 0 | 0.2 | 296.12 | 0.58 | 0.53 |
| Hex | C3 | 41 | CC | 4 | 44 | 0 | 14 | 128 | 3A | 35 |
| Octal | 303 | 101 | 314 | 4 | 104 | 0 | 24 | 450 | 72 | 65 |
| Binary | 11000011 | 1000001 | 11001100 | 100 | 1000100 | 0 | 10100 | 100101000 | 111010 | 110101 |
Color Harmonies of #C341CC
Complementary color
Monochromatic Colors of #C341CC
Black with #C341CC
Text Example
Text Example
White with #C341CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341CC; }
p { color: rgb(195,65,204); }
H1.HeaderClassName
{
color: #C341CC;
}
.AnyTagClassName
{
color: #C341CC;
}
</style>
background-color css
<style>
a { background-color: #C341CC; }
a { background-color: rgb(195,65,204); }
div.DivClassName
{
background-color: #C341CC;
}
.BgClassName
{
background-color: #C341CC;
}
</style>
border-color css
<style>
span { border-color: #C341CC; }
span { border-color: rgb(195,65,204); }
td.TdClassName
{
border-color: #C341CC;
}
.TagClassName
{
border-color: #C341CC;
}
</style>