Shades of Fuchsia #C44CCC
Tints of Fuchsia #C44CCC
RGB
CMYK
RGB Variations
Color information
#C44CCC (or 0xC44CCC) is known color: Fuchsia. HEX triplet: C4, 4C and CC. RGB value is (196,76,204). Sum of RGB (Red+Green+Blue) = 196+76+204=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C44CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CCC is #3BB333. Grayscale: #7E7E7E. Windows color (decimal): -3912500 or 13388996. OLE color: 13388996.
HSL color Cylindrical-coordinate representation of color #C44CCC: hue angle of 296.25º 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 #C44CCC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 76 | 204 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.2 |
| HSL | 296.25º | 0.56% | 0.55% | - |
| HSV(B) | 296.25º | 0.63% | 0.8% | - |
| XYZ | 36.25 | 21.26 | 59.32 | - |
| YUV | 126.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 204 | 0.04 | 0.63 | 0 | 0.2 | 296.25 | 0.56 | 0.55 |
| Hex | C4 | 4C | CC | 4 | 3F | 0 | 14 | 128 | 38 | 37 |
| Octal | 304 | 114 | 314 | 4 | 77 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000100 | 1001100 | 11001100 | 100 | 111111 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C44CCC
Complementary color
Monochromatic Colors of #C44CCC
Black with #C44CCC
Text Example
Text Example
White with #C44CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CCC; }
p { color: rgb(196,76,204); }
H1.HeaderClassName
{
color: #C44CCC;
}
.AnyTagClassName
{
color: #C44CCC;
}
</style>
background-color css
<style>
a { background-color: #C44CCC; }
a { background-color: rgb(196,76,204); }
div.DivClassName
{
background-color: #C44CCC;
}
.BgClassName
{
background-color: #C44CCC;
}
</style>
border-color css
<style>
span { border-color: #C44CCC; }
span { border-color: rgb(196,76,204); }
td.TdClassName
{
border-color: #C44CCC;
}
.TagClassName
{
border-color: #C44CCC;
}
</style>