Shades of Fuchsia #CC37B8
Tints of Fuchsia #CC37B8
RGB
CMYK
RGB Variations
Color information
#CC37B8 (or 0xCC37B8) is known color: Fuchsia. HEX triplet: CC, 37 and B8. RGB value is (204,55,184). Sum of RGB (Red+Green+Blue) = 204+55+184=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37B8 is #33C847. Grayscale: #717171. Windows color (decimal): -3393608 or 12072908. OLE color: 12072908.
HSL color Cylindrical-coordinate representation of color #CC37B8: hue angle of 308.05º 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 #CC37B8 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 184 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.2 |
| HSL | 308.05º | 0.59% | 0.51% | - |
| HSV(B) | 308.05º | 0.73% | 0.8% | - |
| XYZ | 34.92 | 19.03 | 47.18 | - |
| YUV | 114.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 184 | 0 | 0.73 | 0.10 | 0.2 | 308.05 | 0.59 | 0.51 |
| Hex | CC | 37 | B8 | 0 | 49 | A | 14 | 134 | 3B | 33 |
| Octal | 314 | 67 | 270 | 0 | 111 | 12 | 24 | 464 | 73 | 63 |
| Binary | 11001100 | 110111 | 10111000 | 0 | 1001001 | 1010 | 10100 | 100110100 | 111011 | 110011 |
Color Harmonies of #CC37B8
Complementary color
Monochromatic Colors of #CC37B8
Black with #CC37B8
Text Example
Text Example
White with #CC37B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37B8; }
p { color: rgb(204,55,184); }
H1.HeaderClassName
{
color: #CC37B8;
}
.AnyTagClassName
{
color: #CC37B8;
}
</style>
background-color css
<style>
a { background-color: #CC37B8; }
a { background-color: rgb(204,55,184); }
div.DivClassName
{
background-color: #CC37B8;
}
.BgClassName
{
background-color: #CC37B8;
}
</style>
border-color css
<style>
span { border-color: #CC37B8; }
span { border-color: rgb(204,55,184); }
td.TdClassName
{
border-color: #CC37B8;
}
.TagClassName
{
border-color: #CC37B8;
}
</style>