Shades of Fuchsia #CC37B0
Tints of Fuchsia #CC37B0
RGB
CMYK
RGB Variations
Color information
#CC37B0 (or 0xCC37B0) is known color: Fuchsia. HEX triplet: CC, 37 and B0. RGB value is (204,55,176). Sum of RGB (Red+Green+Blue) = 204+55+176=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37B0 is #33C84F. Grayscale: #717171. Windows color (decimal): -3393616 or 11548620. OLE color: 11548620.
HSL color Cylindrical-coordinate representation of color #CC37B0: hue angle of 311.28º 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 #CC37B0 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 176 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.2 |
| HSL | 311.28º | 0.59% | 0.51% | - |
| HSV(B) | 311.28º | 0.73% | 0.8% | - |
| XYZ | 34.1 | 18.7 | 42.89 | - |
| YUV | 113.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 176 | 0 | 0.73 | 0.14 | 0.2 | 311.28 | 0.59 | 0.51 |
| Hex | CC | 37 | B0 | 0 | 49 | E | 14 | 137 | 3B | 33 |
| Octal | 314 | 67 | 260 | 0 | 111 | 16 | 24 | 467 | 73 | 63 |
| Binary | 11001100 | 110111 | 10110000 | 0 | 1001001 | 1110 | 10100 | 100110111 | 111011 | 110011 |
Color Harmonies of #CC37B0
Complementary color
Monochromatic Colors of #CC37B0
Black with #CC37B0
Text Example
Text Example
White with #CC37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37B0; }
p { color: rgb(204,55,176); }
H1.HeaderClassName
{
color: #CC37B0;
}
.AnyTagClassName
{
color: #CC37B0;
}
</style>
background-color css
<style>
a { background-color: #CC37B0; }
a { background-color: rgb(204,55,176); }
div.DivClassName
{
background-color: #CC37B0;
}
.BgClassName
{
background-color: #CC37B0;
}
</style>
border-color css
<style>
span { border-color: #CC37B0; }
span { border-color: rgb(204,55,176); }
td.TdClassName
{
border-color: #CC37B0;
}
.TagClassName
{
border-color: #CC37B0;
}
</style>