Shades of Fuchsia #C444BE
Tints of Fuchsia #C444BE
RGB
CMYK
RGB Variations
Color information
#C444BE (or 0xC444BE) is known color: Fuchsia. HEX triplet: C4, 44 and BE. RGB value is (196,68,190). Sum of RGB (Red+Green+Blue) = 196+68+190=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C444BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444BE is #3BBB41. Grayscale: #777777. Windows color (decimal): -3914562 or 12469444. OLE color: 12469444.
HSL color Cylindrical-coordinate representation of color #C444BE: hue angle of 302.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444BE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 190 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.23 |
| HSL | 302.81º | 0.52% | 0.52% | - |
| HSV(B) | 302.81º | 0.65% | 0.77% | - |
| XYZ | 34.13 | 19.59 | 50.7 | - |
| YUV | 120.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 190 | 0 | 0.65 | 0.03 | 0.23 | 302.81 | 0.52 | 0.52 |
| Hex | C4 | 44 | BE | 0 | 41 | 3 | 17 | 12F | 34 | 34 |
| Octal | 304 | 104 | 276 | 0 | 101 | 3 | 27 | 457 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10111110 | 0 | 1000001 | 11 | 10111 | 100101111 | 110100 | 110100 |
Color Harmonies of #C444BE
Complementary color
Monochromatic Colors of #C444BE
Black with #C444BE
Text Example
Text Example
White with #C444BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444BE; }
p { color: rgb(196,68,190); }
H1.HeaderClassName
{
color: #C444BE;
}
.AnyTagClassName
{
color: #C444BE;
}
</style>
background-color css
<style>
a { background-color: #C444BE; }
a { background-color: rgb(196,68,190); }
div.DivClassName
{
background-color: #C444BE;
}
.BgClassName
{
background-color: #C444BE;
}
</style>
border-color css
<style>
span { border-color: #C444BE; }
span { border-color: rgb(196,68,190); }
td.TdClassName
{
border-color: #C444BE;
}
.TagClassName
{
border-color: #C444BE;
}
</style>