Shades of Fuchsia #C34ACD
Tints of Fuchsia #C34ACD
RGB
CMYK
RGB Variations
Color information
#C34ACD (or 0xC34ACD) is known color: Fuchsia. HEX triplet: C3, 4A and CD. RGB value is (195,74,205). Sum of RGB (Red+Green+Blue) = 195+74+205=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C34ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ACD is #3CB532. Grayscale: #7C7C7C. Windows color (decimal): -3978547 or 13454019. OLE color: 13454019.
HSL color Cylindrical-coordinate representation of color #C34ACD: hue angle of 295.42º degrees, saturation: 0.57, 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 #C34ACD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 74 | 205 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.20 |
| HSL | 295.42º | 0.57% | 0.55% | - |
| HSV(B) | 295.42º | 0.64% | 0.8% | - |
| XYZ | 35.97 | 20.91 | 59.9 | - |
| YUV | 125.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 205 | 0.05 | 0.64 | 0 | 0.20 | 295.42 | 0.57 | 0.55 |
| Hex | C3 | 4A | CD | 5 | 40 | 0 | 14 | 127 | 39 | 37 |
| Octal | 303 | 112 | 315 | 5 | 100 | 0 | 24 | 447 | 71 | 67 |
| Binary | 11000011 | 1001010 | 11001101 | 101 | 1000000 | 0 | 10100 | 100100111 | 111001 | 110111 |
Color Harmonies of #C34ACD
Complementary color
Monochromatic Colors of #C34ACD
Black with #C34ACD
Text Example
Text Example
White with #C34ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ACD; }
p { color: rgb(195,74,205); }
H1.HeaderClassName
{
color: #C34ACD;
}
.AnyTagClassName
{
color: #C34ACD;
}
</style>
background-color css
<style>
a { background-color: #C34ACD; }
a { background-color: rgb(195,74,205); }
div.DivClassName
{
background-color: #C34ACD;
}
.BgClassName
{
background-color: #C34ACD;
}
</style>
border-color css
<style>
span { border-color: #C34ACD; }
span { border-color: rgb(195,74,205); }
td.TdClassName
{
border-color: #C34ACD;
}
.TagClassName
{
border-color: #C34ACD;
}
</style>