Shades of Fuchsia #C449CD
Tints of Fuchsia #C449CD
RGB
CMYK
RGB Variations
Color information
#C449CD (or 0xC449CD) is known color: Fuchsia. HEX triplet: C4, 49 and CD. RGB value is (196,73,205). Sum of RGB (Red+Green+Blue) = 196+73+205=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C449CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CD is #3BB632. Grayscale: #7C7C7C. Windows color (decimal): -3913267 or 13453764. OLE color: 13453764.
HSL color Cylindrical-coordinate representation of color #C449CD: hue angle of 295.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C449CD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 73 | 205 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.20 |
| HSL | 295.91º | 0.57% | 0.55% | - |
| HSV(B) | 295.91º | 0.64% | 0.8% | - |
| XYZ | 36.17 | 20.91 | 59.89 | - |
| YUV | 124.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 205 | 0.04 | 0.64 | 0 | 0.20 | 295.91 | 0.57 | 0.55 |
| Hex | C4 | 49 | CD | 4 | 40 | 0 | 14 | 128 | 39 | 37 |
| Octal | 304 | 111 | 315 | 4 | 100 | 0 | 24 | 450 | 71 | 67 |
| Binary | 11000100 | 1001001 | 11001101 | 100 | 1000000 | 0 | 10100 | 100101000 | 111001 | 110111 |
Color Harmonies of #C449CD
Complementary color
Monochromatic Colors of #C449CD
Black with #C449CD
Text Example
Text Example
White with #C449CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CD; }
p { color: rgb(196,73,205); }
H1.HeaderClassName
{
color: #C449CD;
}
.AnyTagClassName
{
color: #C449CD;
}
</style>
background-color css
<style>
a { background-color: #C449CD; }
a { background-color: rgb(196,73,205); }
div.DivClassName
{
background-color: #C449CD;
}
.BgClassName
{
background-color: #C449CD;
}
</style>
border-color css
<style>
span { border-color: #C449CD; }
span { border-color: rgb(196,73,205); }
td.TdClassName
{
border-color: #C449CD;
}
.TagClassName
{
border-color: #C449CD;
}
</style>