Shades of Fuchsia #C34CCC
Tints of Fuchsia #C34CCC
RGB
CMYK
RGB Variations
Color information
#C34CCC (or 0xC34CCC) is known color: Fuchsia. HEX triplet: C3, 4C and CC. RGB value is (195,76,204). Sum of RGB (Red+Green+Blue) = 195+76+204=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C34CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CCC is #3CB333. Grayscale: #7D7D7D. Windows color (decimal): -3978036 or 13388995. OLE color: 13388995.
HSL color Cylindrical-coordinate representation of color #C34CCC: hue angle of 295.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34CCC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 76 | 204 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.2 |
| HSL | 295.78º | 0.56% | 0.55% | - |
| HSV(B) | 295.78º | 0.63% | 0.8% | - |
| XYZ | 35.99 | 21.13 | 59.31 | - |
| YUV | 126.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 204 | 0.04 | 0.63 | 0 | 0.2 | 295.78 | 0.56 | 0.55 |
| Hex | C3 | 4C | CC | 4 | 3F | 0 | 14 | 128 | 38 | 37 |
| Octal | 303 | 114 | 314 | 4 | 77 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000011 | 1001100 | 11001100 | 100 | 111111 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C34CCC
Complementary color
Monochromatic Colors of #C34CCC
Black with #C34CCC
Text Example
Text Example
White with #C34CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CCC; }
p { color: rgb(195,76,204); }
H1.HeaderClassName
{
color: #C34CCC;
}
.AnyTagClassName
{
color: #C34CCC;
}
</style>
background-color css
<style>
a { background-color: #C34CCC; }
a { background-color: rgb(195,76,204); }
div.DivClassName
{
background-color: #C34CCC;
}
.BgClassName
{
background-color: #C34CCC;
}
</style>
border-color css
<style>
span { border-color: #C34CCC; }
span { border-color: rgb(195,76,204); }
td.TdClassName
{
border-color: #C34CCC;
}
.TagClassName
{
border-color: #C34CCC;
}
</style>