Shades of Fuchsia #CC41BC
Tints of Fuchsia #CC41BC
RGB
CMYK
RGB Variations
Color information
#CC41BC (or 0xCC41BC) is known color: Fuchsia. HEX triplet: CC, 41 and BC. RGB value is (204,65,188). Sum of RGB (Red+Green+Blue) = 204+65+188=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41BC is #33BE43. Grayscale: #787878. Windows color (decimal): -3391044 or 12337612. OLE color: 12337612.
HSL color Cylindrical-coordinate representation of color #CC41BC: hue angle of 306.91º 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 #CC41BC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 188 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.2 |
| HSL | 306.91º | 0.58% | 0.53% | - |
| HSV(B) | 306.91º | 0.68% | 0.8% | - |
| XYZ | 35.87 | 20.25 | 49.59 | - |
| YUV | 120.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 188 | 0 | 0.68 | 0.08 | 0.2 | 306.91 | 0.58 | 0.53 |
| Hex | CC | 41 | BC | 0 | 44 | 8 | 14 | 133 | 3A | 35 |
| Octal | 314 | 101 | 274 | 0 | 104 | 10 | 24 | 463 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10111100 | 0 | 1000100 | 1000 | 10100 | 100110011 | 111010 | 110101 |
Color Harmonies of #CC41BC
Complementary color
Monochromatic Colors of #CC41BC
Black with #CC41BC
Text Example
Text Example
White with #CC41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41BC; }
p { color: rgb(204,65,188); }
H1.HeaderClassName
{
color: #CC41BC;
}
.AnyTagClassName
{
color: #CC41BC;
}
</style>
background-color css
<style>
a { background-color: #CC41BC; }
a { background-color: rgb(204,65,188); }
div.DivClassName
{
background-color: #CC41BC;
}
.BgClassName
{
background-color: #CC41BC;
}
</style>
border-color css
<style>
span { border-color: #CC41BC; }
span { border-color: rgb(204,65,188); }
td.TdClassName
{
border-color: #CC41BC;
}
.TagClassName
{
border-color: #CC41BC;
}
</style>