Shades of Fuchsia #C44CC2
Tints of Fuchsia #C44CC2
RGB
CMYK
RGB Variations
Color information
#C44CC2 (or 0xC44CC2) is known color: Fuchsia. HEX triplet: C4, 4C and C2. RGB value is (196,76,194). Sum of RGB (Red+Green+Blue) = 196+76+194=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CC2 is #3BB33D. Grayscale: #7C7C7C. Windows color (decimal): -3912510 or 12733636. OLE color: 12733636.
HSL color Cylindrical-coordinate representation of color #C44CC2: hue angle of 301º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CC2 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 194 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.23 |
| HSL | 301º | 0.5% | 0.53% | - |
| HSV(B) | 301º | 0.61% | 0.77% | - |
| XYZ | 35.09 | 20.8 | 53.2 | - |
| YUV | 125.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 194 | 0 | 0.61 | 0.01 | 0.23 | 301 | 0.5 | 0.53 |
| Hex | C4 | 4C | C2 | 0 | 3D | 1 | 17 | 12D | 32 | 35 |
| Octal | 304 | 114 | 302 | 0 | 75 | 1 | 27 | 455 | 62 | 65 |
| Binary | 11000100 | 1001100 | 11000010 | 0 | 111101 | 1 | 10111 | 100101101 | 110010 | 110101 |
Color Harmonies of #C44CC2
Complementary color
Monochromatic Colors of #C44CC2
Black with #C44CC2
Text Example
Text Example
White with #C44CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CC2; }
p { color: rgb(196,76,194); }
H1.HeaderClassName
{
color: #C44CC2;
}
.AnyTagClassName
{
color: #C44CC2;
}
</style>
background-color css
<style>
a { background-color: #C44CC2; }
a { background-color: rgb(196,76,194); }
div.DivClassName
{
background-color: #C44CC2;
}
.BgClassName
{
background-color: #C44CC2;
}
</style>
border-color css
<style>
span { border-color: #C44CC2; }
span { border-color: rgb(196,76,194); }
td.TdClassName
{
border-color: #C44CC2;
}
.TagClassName
{
border-color: #C44CC2;
}
</style>