Shades of Fuchsia #CC37AB
Tints of Fuchsia #CC37AB
RGB
CMYK
RGB Variations
Color information
#CC37AB (or 0xCC37AB) is known color: Fuchsia. HEX triplet: CC, 37 and AB. RGB value is (204,55,171). Sum of RGB (Red+Green+Blue) = 204+55+171=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37AB is #33C854. Grayscale: #707070. Windows color (decimal): -3393621 or 11220940. OLE color: 11220940.
HSL color Cylindrical-coordinate representation of color #CC37AB: hue angle of 313.29º 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 #CC37AB is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 171 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.2 |
| HSL | 313.29º | 0.59% | 0.51% | - |
| HSV(B) | 313.29º | 0.73% | 0.8% | - |
| XYZ | 33.62 | 18.51 | 40.33 | - |
| YUV | 112.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 171 | 0 | 0.73 | 0.16 | 0.2 | 313.29 | 0.59 | 0.51 |
| Hex | CC | 37 | AB | 0 | 49 | 10 | 14 | 139 | 3B | 33 |
| Octal | 314 | 67 | 253 | 0 | 111 | 20 | 24 | 471 | 73 | 63 |
| Binary | 11001100 | 110111 | 10101011 | 0 | 1001001 | 10000 | 10100 | 100111001 | 111011 | 110011 |
Color Harmonies of #CC37AB
Complementary color
Monochromatic Colors of #CC37AB
Black with #CC37AB
Text Example
Text Example
White with #CC37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37AB; }
p { color: rgb(204,55,171); }
H1.HeaderClassName
{
color: #CC37AB;
}
.AnyTagClassName
{
color: #CC37AB;
}
</style>
background-color css
<style>
a { background-color: #CC37AB; }
a { background-color: rgb(204,55,171); }
div.DivClassName
{
background-color: #CC37AB;
}
.BgClassName
{
background-color: #CC37AB;
}
</style>
border-color css
<style>
span { border-color: #CC37AB; }
span { border-color: rgb(204,55,171); }
td.TdClassName
{
border-color: #CC37AB;
}
.TagClassName
{
border-color: #CC37AB;
}
</style>