Shades of Fuchsia #CC41B4
Tints of Fuchsia #CC41B4
RGB
CMYK
RGB Variations
Color information
#CC41B4 (or 0xCC41B4) is known color: Fuchsia. HEX triplet: CC, 41 and B4. RGB value is (204,65,180). Sum of RGB (Red+Green+Blue) = 204+65+180=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41B4 is #33BE4B. Grayscale: #777777. Windows color (decimal): -3391052 or 11813324. OLE color: 11813324.
HSL color Cylindrical-coordinate representation of color #CC41B4: hue angle of 310.36º 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 #CC41B4 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 180 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.2 |
| HSL | 310.36º | 0.58% | 0.53% | - |
| HSV(B) | 310.36º | 0.68% | 0.8% | - |
| XYZ | 35.03 | 19.91 | 45.18 | - |
| YUV | 119.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 180 | 0 | 0.68 | 0.12 | 0.2 | 310.36 | 0.58 | 0.53 |
| Hex | CC | 41 | B4 | 0 | 44 | C | 14 | 136 | 3A | 35 |
| Octal | 314 | 101 | 264 | 0 | 104 | 14 | 24 | 466 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10110100 | 0 | 1000100 | 1100 | 10100 | 100110110 | 111010 | 110101 |
Color Harmonies of #CC41B4
Complementary color
Monochromatic Colors of #CC41B4
Black with #CC41B4
Text Example
Text Example
White with #CC41B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41B4; }
p { color: rgb(204,65,180); }
H1.HeaderClassName
{
color: #CC41B4;
}
.AnyTagClassName
{
color: #CC41B4;
}
</style>
background-color css
<style>
a { background-color: #CC41B4; }
a { background-color: rgb(204,65,180); }
div.DivClassName
{
background-color: #CC41B4;
}
.BgClassName
{
background-color: #CC41B4;
}
</style>
border-color css
<style>
span { border-color: #CC41B4; }
span { border-color: rgb(204,65,180); }
td.TdClassName
{
border-color: #CC41B4;
}
.TagClassName
{
border-color: #CC41B4;
}
</style>