Shades of Fuchsia #CC37B2
Tints of Fuchsia #CC37B2
RGB
CMYK
RGB Variations
Color information
#CC37B2 (or 0xCC37B2) is known color: Fuchsia. HEX triplet: CC, 37 and B2. RGB value is (204,55,178). Sum of RGB (Red+Green+Blue) = 204+55+178=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37B2 is #33C84D. Grayscale: #717171. Windows color (decimal): -3393614 or 11679692. OLE color: 11679692.
HSL color Cylindrical-coordinate representation of color #CC37B2: hue angle of 310.47º 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 #CC37B2 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 178 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.2 |
| HSL | 310.47º | 0.59% | 0.51% | - |
| HSV(B) | 310.47º | 0.73% | 0.8% | - |
| XYZ | 34.3 | 18.78 | 43.94 | - |
| YUV | 113.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 178 | 0 | 0.73 | 0.13 | 0.2 | 310.47 | 0.59 | 0.51 |
| Hex | CC | 37 | B2 | 0 | 49 | D | 14 | 136 | 3B | 33 |
| Octal | 314 | 67 | 262 | 0 | 111 | 15 | 24 | 466 | 73 | 63 |
| Binary | 11001100 | 110111 | 10110010 | 0 | 1001001 | 1101 | 10100 | 100110110 | 111011 | 110011 |
Color Harmonies of #CC37B2
Complementary color
Monochromatic Colors of #CC37B2
Black with #CC37B2
Text Example
Text Example
White with #CC37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37B2; }
p { color: rgb(204,55,178); }
H1.HeaderClassName
{
color: #CC37B2;
}
.AnyTagClassName
{
color: #CC37B2;
}
</style>
background-color css
<style>
a { background-color: #CC37B2; }
a { background-color: rgb(204,55,178); }
div.DivClassName
{
background-color: #CC37B2;
}
.BgClassName
{
background-color: #CC37B2;
}
</style>
border-color css
<style>
span { border-color: #CC37B2; }
span { border-color: rgb(204,55,178); }
td.TdClassName
{
border-color: #CC37B2;
}
.TagClassName
{
border-color: #CC37B2;
}
</style>