Shades of Fuchsia #CC37B1
Tints of Fuchsia #CC37B1
RGB
CMYK
RGB Variations
Color information
#CC37B1 (or 0xCC37B1) is known color: Fuchsia. HEX triplet: CC, 37 and B1. RGB value is (204,55,177). Sum of RGB (Red+Green+Blue) = 204+55+177=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37B1 is #33C84E. Grayscale: #717171. Windows color (decimal): -3393615 or 11614156. OLE color: 11614156.
HSL color Cylindrical-coordinate representation of color #CC37B1: hue angle of 310.87º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37B1 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 177 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.2 |
| HSL | 310.87º | 0.59% | 0.51% | - |
| HSV(B) | 310.87º | 0.73% | 0.8% | - |
| XYZ | 34.2 | 18.74 | 43.41 | - |
| YUV | 113.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 177 | 0 | 0.73 | 0.13 | 0.2 | 310.87 | 0.59 | 0.51 |
| Hex | CC | 37 | B1 | 0 | 49 | D | 14 | 137 | 3B | 33 |
| Octal | 314 | 67 | 261 | 0 | 111 | 15 | 24 | 467 | 73 | 63 |
| Binary | 11001100 | 110111 | 10110001 | 0 | 1001001 | 1101 | 10100 | 100110111 | 111011 | 110011 |
Color Harmonies of #CC37B1
Complementary color
Monochromatic Colors of #CC37B1
Black with #CC37B1
Text Example
Text Example
White with #CC37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37B1; }
p { color: rgb(204,55,177); }
H1.HeaderClassName
{
color: #CC37B1;
}
.AnyTagClassName
{
color: #CC37B1;
}
</style>
background-color css
<style>
a { background-color: #CC37B1; }
a { background-color: rgb(204,55,177); }
div.DivClassName
{
background-color: #CC37B1;
}
.BgClassName
{
background-color: #CC37B1;
}
</style>
border-color css
<style>
span { border-color: #CC37B1; }
span { border-color: rgb(204,55,177); }
td.TdClassName
{
border-color: #CC37B1;
}
.TagClassName
{
border-color: #CC37B1;
}
</style>