Shades of Fuchsia #CC41C6
Tints of Fuchsia #CC41C6
RGB
CMYK
RGB Variations
Color information
#CC41C6 (or 0xCC41C6) is known color: Fuchsia. HEX triplet: CC, 41 and C6. RGB value is (204,65,198). Sum of RGB (Red+Green+Blue) = 204+65+198=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41C6 is #33BE39. Grayscale: #797979. Windows color (decimal): -3391034 or 12992972. OLE color: 12992972.
HSL color Cylindrical-coordinate representation of color #CC41C6: hue angle of 302.59º 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 #CC41C6 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 198 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.2 |
| HSL | 302.59º | 0.58% | 0.53% | - |
| HSV(B) | 302.59º | 0.68% | 0.8% | - |
| XYZ | 36.99 | 20.7 | 55.47 | - |
| YUV | 121.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 198 | 0 | 0.68 | 0.03 | 0.2 | 302.59 | 0.58 | 0.53 |
| Hex | CC | 41 | C6 | 0 | 44 | 3 | 14 | 12F | 3A | 35 |
| Octal | 314 | 101 | 306 | 0 | 104 | 3 | 24 | 457 | 72 | 65 |
| Binary | 11001100 | 1000001 | 11000110 | 0 | 1000100 | 11 | 10100 | 100101111 | 111010 | 110101 |
Color Harmonies of #CC41C6
Complementary color
Monochromatic Colors of #CC41C6
Black with #CC41C6
Text Example
Text Example
White with #CC41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41C6; }
p { color: rgb(204,65,198); }
H1.HeaderClassName
{
color: #CC41C6;
}
.AnyTagClassName
{
color: #CC41C6;
}
</style>
background-color css
<style>
a { background-color: #CC41C6; }
a { background-color: rgb(204,65,198); }
div.DivClassName
{
background-color: #CC41C6;
}
.BgClassName
{
background-color: #CC41C6;
}
</style>
border-color css
<style>
span { border-color: #CC41C6; }
span { border-color: rgb(204,65,198); }
td.TdClassName
{
border-color: #CC41C6;
}
.TagClassName
{
border-color: #CC41C6;
}
</style>