Shades of Fuchsia #C44CCD
Tints of Fuchsia #C44CCD
RGB
CMYK
RGB Variations
Color information
#C44CCD (or 0xC44CCD) is known color: Fuchsia. HEX triplet: C4, 4C and CD. RGB value is (196,76,205). Sum of RGB (Red+Green+Blue) = 196+76+205=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C44CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CCD is #3BB332. Grayscale: #7E7E7E. Windows color (decimal): -3912499 or 13454532. OLE color: 13454532.
HSL color Cylindrical-coordinate representation of color #C44CCD: hue angle of 295.81º 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 #C44CCD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 76 | 205 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.20 |
| HSL | 295.81º | 0.56% | 0.55% | - |
| HSV(B) | 295.81º | 0.63% | 0.8% | - |
| XYZ | 36.37 | 21.31 | 59.95 | - |
| YUV | 126.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 205 | 0.04 | 0.63 | 0 | 0.20 | 295.81 | 0.56 | 0.55 |
| Hex | C4 | 4C | CD | 4 | 3F | 0 | 14 | 128 | 38 | 37 |
| Octal | 304 | 114 | 315 | 4 | 77 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000100 | 1001100 | 11001101 | 100 | 111111 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C44CCD
Complementary color
Monochromatic Colors of #C44CCD
Black with #C44CCD
Text Example
Text Example
White with #C44CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CCD; }
p { color: rgb(196,76,205); }
H1.HeaderClassName
{
color: #C44CCD;
}
.AnyTagClassName
{
color: #C44CCD;
}
</style>
background-color css
<style>
a { background-color: #C44CCD; }
a { background-color: rgb(196,76,205); }
div.DivClassName
{
background-color: #C44CCD;
}
.BgClassName
{
background-color: #C44CCD;
}
</style>
border-color css
<style>
span { border-color: #C44CCD; }
span { border-color: rgb(196,76,205); }
td.TdClassName
{
border-color: #C44CCD;
}
.TagClassName
{
border-color: #C44CCD;
}
</style>