Shades of Fuchsia #CC49B4
Tints of Fuchsia #CC49B4
RGB
CMYK
RGB Variations
Color information
#CC49B4 (or 0xCC49B4) is known color: Fuchsia. HEX triplet: CC, 49 and B4. RGB value is (204,73,180). Sum of RGB (Red+Green+Blue) = 204+73+180=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49B4 is #33B64B. Grayscale: #7C7C7C. Windows color (decimal): -3389004 or 11815372. OLE color: 11815372.
HSL color Cylindrical-coordinate representation of color #CC49B4: hue angle of 310.99º 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 #CC49B4 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 180 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.2 |
| HSL | 310.99º | 0.56% | 0.54% | - |
| HSV(B) | 310.99º | 0.64% | 0.8% | - |
| XYZ | 35.52 | 20.9 | 45.34 | - |
| YUV | 124.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 180 | 0 | 0.64 | 0.12 | 0.2 | 310.99 | 0.56 | 0.54 |
| Hex | CC | 49 | B4 | 0 | 40 | C | 14 | 137 | 38 | 36 |
| Octal | 314 | 111 | 264 | 0 | 100 | 14 | 24 | 467 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10110100 | 0 | 1000000 | 1100 | 10100 | 100110111 | 111000 | 110110 |
Color Harmonies of #CC49B4
Complementary color
Monochromatic Colors of #CC49B4
Black with #CC49B4
Text Example
Text Example
White with #CC49B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49B4; }
p { color: rgb(204,73,180); }
H1.HeaderClassName
{
color: #CC49B4;
}
.AnyTagClassName
{
color: #CC49B4;
}
</style>
background-color css
<style>
a { background-color: #CC49B4; }
a { background-color: rgb(204,73,180); }
div.DivClassName
{
background-color: #CC49B4;
}
.BgClassName
{
background-color: #CC49B4;
}
</style>
border-color css
<style>
span { border-color: #CC49B4; }
span { border-color: rgb(204,73,180); }
td.TdClassName
{
border-color: #CC49B4;
}
.TagClassName
{
border-color: #CC49B4;
}
</style>