Shades of Fuchsia #CC41BF
Tints of Fuchsia #CC41BF
RGB
CMYK
RGB Variations
Color information
#CC41BF (or 0xCC41BF) is known color: Fuchsia. HEX triplet: CC, 41 and BF. RGB value is (204,65,191). Sum of RGB (Red+Green+Blue) = 204+65+191=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41BF is #33BE40. Grayscale: #787878. Windows color (decimal): -3391041 or 12534220. OLE color: 12534220.
HSL color Cylindrical-coordinate representation of color #CC41BF: hue angle of 305.61º 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 #CC41BF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 191 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.2 |
| HSL | 305.61º | 0.58% | 0.53% | - |
| HSV(B) | 305.61º | 0.68% | 0.8% | - |
| XYZ | 36.2 | 20.38 | 51.32 | - |
| YUV | 120.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 191 | 0 | 0.68 | 0.06 | 0.2 | 305.61 | 0.58 | 0.53 |
| Hex | CC | 41 | BF | 0 | 44 | 6 | 14 | 132 | 3A | 35 |
| Octal | 314 | 101 | 277 | 0 | 104 | 6 | 24 | 462 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10111111 | 0 | 1000100 | 110 | 10100 | 100110010 | 111010 | 110101 |
Color Harmonies of #CC41BF
Complementary color
Monochromatic Colors of #CC41BF
Black with #CC41BF
Text Example
Text Example
White with #CC41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41BF; }
p { color: rgb(204,65,191); }
H1.HeaderClassName
{
color: #CC41BF;
}
.AnyTagClassName
{
color: #CC41BF;
}
</style>
background-color css
<style>
a { background-color: #CC41BF; }
a { background-color: rgb(204,65,191); }
div.DivClassName
{
background-color: #CC41BF;
}
.BgClassName
{
background-color: #CC41BF;
}
</style>
border-color css
<style>
span { border-color: #CC41BF; }
span { border-color: rgb(204,65,191); }
td.TdClassName
{
border-color: #CC41BF;
}
.TagClassName
{
border-color: #CC41BF;
}
</style>