Shades of Fuchsia #C34ACC
Tints of Fuchsia #C34ACC
RGB
CMYK
RGB Variations
Color information
#C34ACC (or 0xC34ACC) is known color: Fuchsia. HEX triplet: C3, 4A and CC. RGB value is (195,74,204). Sum of RGB (Red+Green+Blue) = 195+74+204=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C34ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ACC is #3CB533. Grayscale: #7C7C7C. Windows color (decimal): -3978548 or 13388483. OLE color: 13388483.
HSL color Cylindrical-coordinate representation of color #C34ACC: hue angle of 295.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34ACC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 74 | 204 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.2 |
| HSL | 295.85º | 0.56% | 0.55% | - |
| HSV(B) | 295.85º | 0.64% | 0.8% | - |
| XYZ | 35.85 | 20.86 | 59.26 | - |
| YUV | 125 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 204 | 0.04 | 0.64 | 0 | 0.2 | 295.85 | 0.56 | 0.55 |
| Hex | C3 | 4A | CC | 4 | 40 | 0 | 14 | 128 | 38 | 37 |
| Octal | 303 | 112 | 314 | 4 | 100 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000011 | 1001010 | 11001100 | 100 | 1000000 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C34ACC
Complementary color
Monochromatic Colors of #C34ACC
Black with #C34ACC
Text Example
Text Example
White with #C34ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ACC; }
p { color: rgb(195,74,204); }
H1.HeaderClassName
{
color: #C34ACC;
}
.AnyTagClassName
{
color: #C34ACC;
}
</style>
background-color css
<style>
a { background-color: #C34ACC; }
a { background-color: rgb(195,74,204); }
div.DivClassName
{
background-color: #C34ACC;
}
.BgClassName
{
background-color: #C34ACC;
}
</style>
border-color css
<style>
span { border-color: #C34ACC; }
span { border-color: rgb(195,74,204); }
td.TdClassName
{
border-color: #C34ACC;
}
.TagClassName
{
border-color: #C34ACC;
}
</style>