Shades of Fuchsia #C449CB
Tints of Fuchsia #C449CB
RGB
CMYK
RGB Variations
Color information
#C449CB (or 0xC449CB) is known color: Fuchsia. HEX triplet: C4, 49 and CB. RGB value is (196,73,203). Sum of RGB (Red+Green+Blue) = 196+73+203=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C449CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CB is #3BB634. Grayscale: #7C7C7C. Windows color (decimal): -3913269 or 13322692. OLE color: 13322692.
HSL color Cylindrical-coordinate representation of color #C449CB: hue angle of 296.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C449CB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 73 | 203 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.20 |
| HSL | 296.77º | 0.56% | 0.54% | - |
| HSV(B) | 296.77º | 0.64% | 0.8% | - |
| XYZ | 35.93 | 20.81 | 58.62 | - |
| YUV | 124.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 203 | 0.03 | 0.64 | 0 | 0.20 | 296.77 | 0.56 | 0.54 |
| Hex | C4 | 49 | CB | 3 | 40 | 0 | 14 | 129 | 38 | 36 |
| Octal | 304 | 111 | 313 | 3 | 100 | 0 | 24 | 451 | 70 | 66 |
| Binary | 11000100 | 1001001 | 11001011 | 11 | 1000000 | 0 | 10100 | 100101001 | 111000 | 110110 |
Color Harmonies of #C449CB
Complementary color
Monochromatic Colors of #C449CB
Black with #C449CB
Text Example
Text Example
White with #C449CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CB; }
p { color: rgb(196,73,203); }
H1.HeaderClassName
{
color: #C449CB;
}
.AnyTagClassName
{
color: #C449CB;
}
</style>
background-color css
<style>
a { background-color: #C449CB; }
a { background-color: rgb(196,73,203); }
div.DivClassName
{
background-color: #C449CB;
}
.BgClassName
{
background-color: #C449CB;
}
</style>
border-color css
<style>
span { border-color: #C449CB; }
span { border-color: rgb(196,73,203); }
td.TdClassName
{
border-color: #C449CB;
}
.TagClassName
{
border-color: #C449CB;
}
</style>