Shades of Fuchsia #C34FCC
Tints of Fuchsia #C34FCC
RGB
CMYK
RGB Variations
Color information
#C34FCC (or 0xC34FCC) is known color: Fuchsia. HEX triplet: C3, 4F and CC. RGB value is (195,79,204). Sum of RGB (Red+Green+Blue) = 195+79+204=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C34FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FCC is #3CB033. Grayscale: #7F7F7F. Windows color (decimal): -3977268 or 13389763. OLE color: 13389763.
HSL color Cylindrical-coordinate representation of color #C34FCC: hue angle of 295.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34FCC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 79 | 204 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.2 |
| HSL | 295.68º | 0.55% | 0.55% | - |
| HSV(B) | 295.68º | 0.61% | 0.8% | - |
| XYZ | 36.2 | 21.55 | 59.38 | - |
| YUV | 127.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 204 | 0.04 | 0.61 | 0 | 0.2 | 295.68 | 0.55 | 0.55 |
| Hex | C3 | 4F | CC | 4 | 3D | 0 | 14 | 128 | 37 | 37 |
| Octal | 303 | 117 | 314 | 4 | 75 | 0 | 24 | 450 | 67 | 67 |
| Binary | 11000011 | 1001111 | 11001100 | 100 | 111101 | 0 | 10100 | 100101000 | 110111 | 110111 |
Color Harmonies of #C34FCC
Complementary color
Monochromatic Colors of #C34FCC
Black with #C34FCC
Text Example
Text Example
White with #C34FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FCC; }
p { color: rgb(195,79,204); }
H1.HeaderClassName
{
color: #C34FCC;
}
.AnyTagClassName
{
color: #C34FCC;
}
</style>
background-color css
<style>
a { background-color: #C34FCC; }
a { background-color: rgb(195,79,204); }
div.DivClassName
{
background-color: #C34FCC;
}
.BgClassName
{
background-color: #C34FCC;
}
</style>
border-color css
<style>
span { border-color: #C34FCC; }
span { border-color: rgb(195,79,204); }
td.TdClassName
{
border-color: #C34FCC;
}
.TagClassName
{
border-color: #C34FCC;
}
</style>