Shades of Fuchsia #CC41CC
Tints of Fuchsia #CC41CC
RGB
CMYK
RGB Variations
Color information
#CC41CC (or 0xCC41CC) is known color: Fuchsia. HEX triplet: CC, 41 and CC. RGB value is (204,65,204). Sum of RGB (Red+Green+Blue) = 204+65+204=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41CC is #33BE33. Grayscale: #797979. Windows color (decimal): -3391028 or 13386188. OLE color: 13386188.
HSL color Cylindrical-coordinate representation of color #CC41CC: hue angle of 300º 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 #CC41CC is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 204 | - |
| CMYK | 0 | 0.68 | 0 | 0.2 |
| HSL | 300º | 0.58% | 0.53% | - |
| HSV(B) | 300º | 0.68% | 0.8% | - |
| XYZ | 37.69 | 20.98 | 59.19 | - |
| YUV | 122.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 204 | 0 | 0.68 | 0 | 0.2 | 300 | 0.58 | 0.53 |
| Hex | CC | 41 | CC | 0 | 44 | 0 | 14 | 12C | 3A | 35 |
| Octal | 314 | 101 | 314 | 0 | 104 | 0 | 24 | 454 | 72 | 65 |
| Binary | 11001100 | 1000001 | 11001100 | 0 | 1000100 | 0 | 10100 | 100101100 | 111010 | 110101 |
Color Harmonies of #CC41CC
Complementary color
Monochromatic Colors of #CC41CC
Black with #CC41CC
Text Example
Text Example
White with #CC41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41CC; }
p { color: rgb(204,65,204); }
H1.HeaderClassName
{
color: #CC41CC;
}
.AnyTagClassName
{
color: #CC41CC;
}
</style>
background-color css
<style>
a { background-color: #CC41CC; }
a { background-color: rgb(204,65,204); }
div.DivClassName
{
background-color: #CC41CC;
}
.BgClassName
{
background-color: #CC41CC;
}
</style>
border-color css
<style>
span { border-color: #CC41CC; }
span { border-color: rgb(204,65,204); }
td.TdClassName
{
border-color: #CC41CC;
}
.TagClassName
{
border-color: #CC41CC;
}
</style>