Shades of Fuchsia #CC41AD
Tints of Fuchsia #CC41AD
RGB
CMYK
RGB Variations
Color information
#CC41AD (or 0xCC41AD) is known color: Fuchsia. HEX triplet: CC, 41 and AD. RGB value is (204,65,173). Sum of RGB (Red+Green+Blue) = 204+65+173=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41AD is #33BE52. Grayscale: #767676. Windows color (decimal): -3391059 or 11354572. OLE color: 11354572.
HSL color Cylindrical-coordinate representation of color #CC41AD: hue angle of 313.38º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41AD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 173 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.2 |
| HSL | 313.38º | 0.58% | 0.53% | - |
| HSV(B) | 313.38º | 0.68% | 0.8% | - |
| XYZ | 34.33 | 19.64 | 41.52 | - |
| YUV | 118.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 173 | 0 | 0.68 | 0.15 | 0.2 | 313.38 | 0.58 | 0.53 |
| Hex | CC | 41 | AD | 0 | 44 | F | 14 | 139 | 3A | 35 |
| Octal | 314 | 101 | 255 | 0 | 104 | 17 | 24 | 471 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10101101 | 0 | 1000100 | 1111 | 10100 | 100111001 | 111010 | 110101 |
Color Harmonies of #CC41AD
Complementary color
Monochromatic Colors of #CC41AD
Black with #CC41AD
Text Example
Text Example
White with #CC41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41AD; }
p { color: rgb(204,65,173); }
H1.HeaderClassName
{
color: #CC41AD;
}
.AnyTagClassName
{
color: #CC41AD;
}
</style>
background-color css
<style>
a { background-color: #CC41AD; }
a { background-color: rgb(204,65,173); }
div.DivClassName
{
background-color: #CC41AD;
}
.BgClassName
{
background-color: #CC41AD;
}
</style>
border-color css
<style>
span { border-color: #CC41AD; }
span { border-color: rgb(204,65,173); }
td.TdClassName
{
border-color: #CC41AD;
}
.TagClassName
{
border-color: #CC41AD;
}
</style>