Shades of Fuchsia #CC46AD
Tints of Fuchsia #CC46AD
RGB
CMYK
RGB Variations
Color information
#CC46AD (or 0xCC46AD) is known color: Fuchsia. HEX triplet: CC, 46 and AD. RGB value is (204,70,173). Sum of RGB (Red+Green+Blue) = 204+70+173=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46AD is #33B952. Grayscale: #797979. Windows color (decimal): -3389779 or 11355852. OLE color: 11355852.
HSL color Cylindrical-coordinate representation of color #CC46AD: hue angle of 313.88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46AD is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 173 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.2 |
| HSL | 313.88º | 0.57% | 0.54% | - |
| HSV(B) | 313.88º | 0.66% | 0.8% | - |
| XYZ | 34.63 | 20.23 | 41.62 | - |
| YUV | 121.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 173 | 0 | 0.66 | 0.15 | 0.2 | 313.88 | 0.57 | 0.54 |
| Hex | CC | 46 | AD | 0 | 42 | F | 14 | 13A | 39 | 36 |
| Octal | 314 | 106 | 255 | 0 | 102 | 17 | 24 | 472 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10101101 | 0 | 1000010 | 1111 | 10100 | 100111010 | 111001 | 110110 |
Color Harmonies of #CC46AD
Complementary color
Monochromatic Colors of #CC46AD
Black with #CC46AD
Text Example
Text Example
White with #CC46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46AD; }
p { color: rgb(204,70,173); }
H1.HeaderClassName
{
color: #CC46AD;
}
.AnyTagClassName
{
color: #CC46AD;
}
</style>
background-color css
<style>
a { background-color: #CC46AD; }
a { background-color: rgb(204,70,173); }
div.DivClassName
{
background-color: #CC46AD;
}
.BgClassName
{
background-color: #CC46AD;
}
</style>
border-color css
<style>
span { border-color: #CC46AD; }
span { border-color: rgb(204,70,173); }
td.TdClassName
{
border-color: #CC46AD;
}
.TagClassName
{
border-color: #CC46AD;
}
</style>