Shades of Fuchsia #CC49BE
Tints of Fuchsia #CC49BE
RGB
CMYK
RGB Variations
Color information
#CC49BE (or 0xCC49BE) is known color: Fuchsia. HEX triplet: CC, 49 and BE. RGB value is (204,73,190). Sum of RGB (Red+Green+Blue) = 204+73+190=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BE is #33B641. Grayscale: #7D7D7D. Windows color (decimal): -3388994 or 12470732. OLE color: 12470732.
HSL color Cylindrical-coordinate representation of color #CC49BE: hue angle of 306.41º 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 #CC49BE is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 190 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.2 |
| HSL | 306.41º | 0.56% | 0.54% | - |
| HSV(B) | 306.41º | 0.64% | 0.8% | - |
| XYZ | 36.58 | 21.32 | 50.9 | - |
| YUV | 125.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 190 | 0 | 0.64 | 0.07 | 0.2 | 306.41 | 0.56 | 0.54 |
| Hex | CC | 49 | BE | 0 | 40 | 7 | 14 | 132 | 38 | 36 |
| Octal | 314 | 111 | 276 | 0 | 100 | 7 | 24 | 462 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10111110 | 0 | 1000000 | 111 | 10100 | 100110010 | 111000 | 110110 |
Color Harmonies of #CC49BE
Complementary color
Monochromatic Colors of #CC49BE
Black with #CC49BE
Text Example
Text Example
White with #CC49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49BE; }
p { color: rgb(204,73,190); }
H1.HeaderClassName
{
color: #CC49BE;
}
.AnyTagClassName
{
color: #CC49BE;
}
</style>
background-color css
<style>
a { background-color: #CC49BE; }
a { background-color: rgb(204,73,190); }
div.DivClassName
{
background-color: #CC49BE;
}
.BgClassName
{
background-color: #CC49BE;
}
</style>
border-color css
<style>
span { border-color: #CC49BE; }
span { border-color: rgb(204,73,190); }
td.TdClassName
{
border-color: #CC49BE;
}
.TagClassName
{
border-color: #CC49BE;
}
</style>