Shades of Fuchsia #C444CF
Tints of Fuchsia #C444CF
RGB
CMYK
RGB Variations
Color information
#C444CF (or 0xC444CF) is known color: Fuchsia. HEX triplet: C4, 44 and CF. RGB value is (196,68,207). Sum of RGB (Red+Green+Blue) = 196+68+207=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C444CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CF is #3BBB30. Grayscale: #797979. Windows color (decimal): -3914545 or 13583556. OLE color: 13583556.
HSL color Cylindrical-coordinate representation of color #C444CF: hue angle of 295.25º degrees, saturation: 0.59, 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 #C444CF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 68 | 207 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.25º | 0.59% | 0.54% | - |
| HSV(B) | 295.25º | 0.67% | 0.81% | - |
| XYZ | 36.09 | 20.38 | 61.06 | - |
| YUV | 122.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 207 | 0.05 | 0.67 | 0 | 0.19 | 295.25 | 0.59 | 0.54 |
| Hex | C4 | 44 | CF | 5 | 43 | 0 | 13 | 127 | 3B | 36 |
| Octal | 304 | 104 | 317 | 5 | 103 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000100 | 1000100 | 11001111 | 101 | 1000011 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C444CF
Complementary color
Monochromatic Colors of #C444CF
Black with #C444CF
Text Example
Text Example
White with #C444CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444CF; }
p { color: rgb(196,68,207); }
H1.HeaderClassName
{
color: #C444CF;
}
.AnyTagClassName
{
color: #C444CF;
}
</style>
background-color css
<style>
a { background-color: #C444CF; }
a { background-color: rgb(196,68,207); }
div.DivClassName
{
background-color: #C444CF;
}
.BgClassName
{
background-color: #C444CF;
}
</style>
border-color css
<style>
span { border-color: #C444CF; }
span { border-color: rgb(196,68,207); }
td.TdClassName
{
border-color: #C444CF;
}
.TagClassName
{
border-color: #C444CF;
}
</style>