Shades of Fuchsia #C44BCB
Tints of Fuchsia #C44BCB
RGB
CMYK
RGB Variations
Color information
#C44BCB (or 0xC44BCB) is known color: Fuchsia. HEX triplet: C4, 4B and CB. RGB value is (196,75,203). Sum of RGB (Red+Green+Blue) = 196+75+203=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C44BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BCB is #3BB434. Grayscale: #7D7D7D. Windows color (decimal): -3912757 or 13323204. OLE color: 13323204.
HSL color Cylindrical-coordinate representation of color #C44BCB: hue angle of 296.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44BCB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 75 | 203 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 296.72º | 0.55% | 0.55% | - |
| HSV(B) | 296.72º | 0.63% | 0.8% | - |
| XYZ | 36.06 | 21.08 | 58.67 | - |
| YUV | 125.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 203 | 0.03 | 0.63 | 0 | 0.20 | 296.72 | 0.55 | 0.55 |
| Hex | C4 | 4B | CB | 3 | 3F | 0 | 14 | 129 | 37 | 37 |
| Octal | 304 | 113 | 313 | 3 | 77 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000100 | 1001011 | 11001011 | 11 | 111111 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C44BCB
Complementary color
Monochromatic Colors of #C44BCB
Black with #C44BCB
Text Example
Text Example
White with #C44BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BCB; }
p { color: rgb(196,75,203); }
H1.HeaderClassName
{
color: #C44BCB;
}
.AnyTagClassName
{
color: #C44BCB;
}
</style>
background-color css
<style>
a { background-color: #C44BCB; }
a { background-color: rgb(196,75,203); }
div.DivClassName
{
background-color: #C44BCB;
}
.BgClassName
{
background-color: #C44BCB;
}
</style>
border-color css
<style>
span { border-color: #C44BCB; }
span { border-color: rgb(196,75,203); }
td.TdClassName
{
border-color: #C44BCB;
}
.TagClassName
{
border-color: #C44BCB;
}
</style>