Shades of Fuchsia #C44DCB
Tints of Fuchsia #C44DCB
RGB
CMYK
RGB Variations
Color information
#C44DCB (or 0xC44DCB) is known color: Fuchsia. HEX triplet: C4, 4D and CB. RGB value is (196,77,203). Sum of RGB (Red+Green+Blue) = 196+77+203=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C44DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DCB is #3BB234. Grayscale: #7E7E7E. Windows color (decimal): -3912245 or 13323716. OLE color: 13323716.
HSL color Cylindrical-coordinate representation of color #C44DCB: hue angle of 296.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44DCB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 77 | 203 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.20 |
| HSL | 296.67º | 0.55% | 0.55% | - |
| HSV(B) | 296.67º | 0.62% | 0.8% | - |
| XYZ | 36.2 | 21.36 | 58.71 | - |
| YUV | 126.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 203 | 0.03 | 0.62 | 0 | 0.20 | 296.67 | 0.55 | 0.55 |
| Hex | C4 | 4D | CB | 3 | 3E | 0 | 14 | 129 | 37 | 37 |
| Octal | 304 | 115 | 313 | 3 | 76 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000100 | 1001101 | 11001011 | 11 | 111110 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C44DCB
Complementary color
Monochromatic Colors of #C44DCB
Black with #C44DCB
Text Example
Text Example
White with #C44DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DCB; }
p { color: rgb(196,77,203); }
H1.HeaderClassName
{
color: #C44DCB;
}
.AnyTagClassName
{
color: #C44DCB;
}
</style>
background-color css
<style>
a { background-color: #C44DCB; }
a { background-color: rgb(196,77,203); }
div.DivClassName
{
background-color: #C44DCB;
}
.BgClassName
{
background-color: #C44DCB;
}
</style>
border-color css
<style>
span { border-color: #C44DCB; }
span { border-color: rgb(196,77,203); }
td.TdClassName
{
border-color: #C44DCB;
}
.TagClassName
{
border-color: #C44DCB;
}
</style>