Shades of Fuchsia #C340CC
Tints of Fuchsia #C340CC
RGB
CMYK
RGB Variations
Color information
#C340CC (or 0xC340CC) is known color: Fuchsia. HEX triplet: C3, 40 and CC. RGB value is (195,64,204). Sum of RGB (Red+Green+Blue) = 195+64+204=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C340CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340CC is #3CBF33. Grayscale: #767676. Windows color (decimal): -3981108 or 13385923. OLE color: 13385923.
HSL color Cylindrical-coordinate representation of color #C340CC: hue angle of 296.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C340CC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 64 | 204 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.2 |
| HSL | 296.14º | 0.58% | 0.53% | - |
| HSV(B) | 296.14º | 0.69% | 0.8% | - |
| XYZ | 35.24 | 19.63 | 59.06 | - |
| YUV | 119.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 204 | 0.04 | 0.69 | 0 | 0.2 | 296.14 | 0.58 | 0.53 |
| Hex | C3 | 40 | CC | 4 | 45 | 0 | 14 | 128 | 3A | 35 |
| Octal | 303 | 100 | 314 | 4 | 105 | 0 | 24 | 450 | 72 | 65 |
| Binary | 11000011 | 1000000 | 11001100 | 100 | 1000101 | 0 | 10100 | 100101000 | 111010 | 110101 |
Color Harmonies of #C340CC
Complementary color
Monochromatic Colors of #C340CC
Black with #C340CC
Text Example
Text Example
White with #C340CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340CC; }
p { color: rgb(195,64,204); }
H1.HeaderClassName
{
color: #C340CC;
}
.AnyTagClassName
{
color: #C340CC;
}
</style>
background-color css
<style>
a { background-color: #C340CC; }
a { background-color: rgb(195,64,204); }
div.DivClassName
{
background-color: #C340CC;
}
.BgClassName
{
background-color: #C340CC;
}
</style>
border-color css
<style>
span { border-color: #C340CC; }
span { border-color: rgb(195,64,204); }
td.TdClassName
{
border-color: #C340CC;
}
.TagClassName
{
border-color: #C340CC;
}
</style>