Shades of Fuchsia #C04AC1
Tints of Fuchsia #C04AC1
RGB
CMYK
RGB Variations
Color information
#C04AC1 (or 0xC04AC1) is known color: Fuchsia. HEX triplet: C0, 4A and C1. RGB value is (192,74,193). Sum of RGB (Red+Green+Blue) = 192+74+193=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #C04AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC1 is #3FB53E. Grayscale: #7A7A7A. Windows color (decimal): -4175167 or 12667584. OLE color: 12667584.
HSL color Cylindrical-coordinate representation of color #C04AC1: hue angle of 299.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04AC1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 74 | 193 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.24 |
| HSL | 299.5º | 0.49% | 0.52% | - |
| HSV(B) | 299.5º | 0.62% | 0.76% | - |
| XYZ | 33.81 | 19.95 | 52.52 | - |
| YUV | 122.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 193 | 0.01 | 0.62 | 0 | 0.24 | 299.5 | 0.49 | 0.52 |
| Hex | C0 | 4A | C1 | 1 | 3E | 0 | 18 | 12B | 31 | 34 |
| Octal | 300 | 112 | 301 | 1 | 76 | 0 | 30 | 453 | 61 | 64 |
| Binary | 11000000 | 1001010 | 11000001 | 1 | 111110 | 0 | 11000 | 100101011 | 110001 | 110100 |
Color Harmonies of #C04AC1
Complementary color
Monochromatic Colors of #C04AC1
Black with #C04AC1
Text Example
Text Example
White with #C04AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AC1; }
p { color: rgb(192,74,193); }
H1.HeaderClassName
{
color: #C04AC1;
}
.AnyTagClassName
{
color: #C04AC1;
}
</style>
background-color css
<style>
a { background-color: #C04AC1; }
a { background-color: rgb(192,74,193); }
div.DivClassName
{
background-color: #C04AC1;
}
.BgClassName
{
background-color: #C04AC1;
}
</style>
border-color css
<style>
span { border-color: #C04AC1; }
span { border-color: rgb(192,74,193); }
td.TdClassName
{
border-color: #C04AC1;
}
.TagClassName
{
border-color: #C04AC1;
}
</style>