Shades of Fuchsia #C444CA
Tints of Fuchsia #C444CA
RGB
CMYK
RGB Variations
Color information
#C444CA (or 0xC444CA) is known color: Fuchsia. HEX triplet: C4, 44 and CA. RGB value is (196,68,202). Sum of RGB (Red+Green+Blue) = 196+68+202=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C444CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CA is #3BBB35. Grayscale: #797979. Windows color (decimal): -3914550 or 13255876. OLE color: 13255876.
HSL color Cylindrical-coordinate representation of color #C444CA: hue angle of 297.31º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C444CA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 68 | 202 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.21 |
| HSL | 297.31º | 0.56% | 0.53% | - |
| HSV(B) | 297.31º | 0.66% | 0.79% | - |
| XYZ | 35.49 | 20.13 | 57.89 | - |
| YUV | 121.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 202 | 0.03 | 0.66 | 0 | 0.21 | 297.31 | 0.56 | 0.53 |
| Hex | C4 | 44 | CA | 3 | 42 | 0 | 15 | 129 | 38 | 35 |
| Octal | 304 | 104 | 312 | 3 | 102 | 0 | 25 | 451 | 70 | 65 |
| Binary | 11000100 | 1000100 | 11001010 | 11 | 1000010 | 0 | 10101 | 100101001 | 111000 | 110101 |
Color Harmonies of #C444CA
Complementary color
Monochromatic Colors of #C444CA
Black with #C444CA
Text Example
Text Example
White with #C444CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444CA; }
p { color: rgb(196,68,202); }
H1.HeaderClassName
{
color: #C444CA;
}
.AnyTagClassName
{
color: #C444CA;
}
</style>
background-color css
<style>
a { background-color: #C444CA; }
a { background-color: rgb(196,68,202); }
div.DivClassName
{
background-color: #C444CA;
}
.BgClassName
{
background-color: #C444CA;
}
</style>
border-color css
<style>
span { border-color: #C444CA; }
span { border-color: rgb(196,68,202); }
td.TdClassName
{
border-color: #C444CA;
}
.TagClassName
{
border-color: #C444CA;
}
</style>