Shades of Fuchsia #C444CE
Tints of Fuchsia #C444CE
RGB
CMYK
RGB Variations
Color information
#C444CE (or 0xC444CE) is known color: Fuchsia. HEX triplet: C4, 44 and CE. RGB value is (196,68,206). Sum of RGB (Red+Green+Blue) = 196+68+206=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C444CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CE is #3BBB31. Grayscale: #797979. Windows color (decimal): -3914546 or 13518020. OLE color: 13518020.
HSL color Cylindrical-coordinate representation of color #C444CE: hue angle of 295.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C444CE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 68 | 206 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.65º | 0.58% | 0.54% | - |
| HSV(B) | 295.65º | 0.67% | 0.81% | - |
| XYZ | 35.97 | 20.33 | 60.42 | - |
| YUV | 122 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 206 | 0.05 | 0.67 | 0 | 0.19 | 295.65 | 0.58 | 0.54 |
| Hex | C4 | 44 | CE | 5 | 43 | 0 | 13 | 128 | 3A | 36 |
| Octal | 304 | 104 | 316 | 5 | 103 | 0 | 23 | 450 | 72 | 66 |
| Binary | 11000100 | 1000100 | 11001110 | 101 | 1000011 | 0 | 10011 | 100101000 | 111010 | 110110 |
Color Harmonies of #C444CE
Complementary color
Monochromatic Colors of #C444CE
Black with #C444CE
Text Example
Text Example
White with #C444CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444CE; }
p { color: rgb(196,68,206); }
H1.HeaderClassName
{
color: #C444CE;
}
.AnyTagClassName
{
color: #C444CE;
}
</style>
background-color css
<style>
a { background-color: #C444CE; }
a { background-color: rgb(196,68,206); }
div.DivClassName
{
background-color: #C444CE;
}
.BgClassName
{
background-color: #C444CE;
}
</style>
border-color css
<style>
span { border-color: #C444CE; }
span { border-color: rgb(196,68,206); }
td.TdClassName
{
border-color: #C444CE;
}
.TagClassName
{
border-color: #C444CE;
}
</style>