Shades of Fuchsia #C444CC
Tints of Fuchsia #C444CC
RGB
CMYK
RGB Variations
Color information
#C444CC (or 0xC444CC) is known color: Fuchsia. HEX triplet: C4, 44 and CC. RGB value is (196,68,204). Sum of RGB (Red+Green+Blue) = 196+68+204=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C444CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CC is #3BBB33. Grayscale: #797979. Windows color (decimal): -3914548 or 13386948. OLE color: 13386948.
HSL color Cylindrical-coordinate representation of color #C444CC: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C444CC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 68 | 204 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.2 |
| HSL | 296.47º | 0.57% | 0.53% | - |
| HSV(B) | 296.47º | 0.67% | 0.8% | - |
| XYZ | 35.73 | 20.23 | 59.15 | - |
| YUV | 121.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 204 | 0.04 | 0.67 | 0 | 0.2 | 296.47 | 0.57 | 0.53 |
| Hex | C4 | 44 | CC | 4 | 43 | 0 | 14 | 128 | 39 | 35 |
| Octal | 304 | 104 | 314 | 4 | 103 | 0 | 24 | 450 | 71 | 65 |
| Binary | 11000100 | 1000100 | 11001100 | 100 | 1000011 | 0 | 10100 | 100101000 | 111001 | 110101 |
Color Harmonies of #C444CC
Complementary color
Monochromatic Colors of #C444CC
Black with #C444CC
Text Example
Text Example
White with #C444CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444CC; }
p { color: rgb(196,68,204); }
H1.HeaderClassName
{
color: #C444CC;
}
.AnyTagClassName
{
color: #C444CC;
}
</style>
background-color css
<style>
a { background-color: #C444CC; }
a { background-color: rgb(196,68,204); }
div.DivClassName
{
background-color: #C444CC;
}
.BgClassName
{
background-color: #C444CC;
}
</style>
border-color css
<style>
span { border-color: #C444CC; }
span { border-color: rgb(196,68,204); }
td.TdClassName
{
border-color: #C444CC;
}
.TagClassName
{
border-color: #C444CC;
}
</style>