Shades of Fuchsia #CC4AB1
Tints of Fuchsia #CC4AB1
RGB
CMYK
RGB Variations
Color information
#CC4AB1 (or 0xCC4AB1) is known color: Fuchsia. HEX triplet: CC, 4A and B1. RGB value is (204,74,177). Sum of RGB (Red+Green+Blue) = 204+74+177=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AB1 is #33B54E. Grayscale: #7C7C7C. Windows color (decimal): -3388751 or 11619020. OLE color: 11619020.
HSL color Cylindrical-coordinate representation of color #CC4AB1: hue angle of 312.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 177 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.2 |
| HSL | 312.46º | 0.56% | 0.55% | - |
| HSV(B) | 312.46º | 0.64% | 0.8% | - |
| XYZ | 35.29 | 20.91 | 43.77 | - |
| YUV | 124.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 177 | 0 | 0.64 | 0.13 | 0.2 | 312.46 | 0.56 | 0.55 |
| Hex | CC | 4A | B1 | 0 | 40 | D | 14 | 138 | 38 | 37 |
| Octal | 314 | 112 | 261 | 0 | 100 | 15 | 24 | 470 | 70 | 67 |
| Binary | 11001100 | 1001010 | 10110001 | 0 | 1000000 | 1101 | 10100 | 100111000 | 111000 | 110111 |
Color Harmonies of #CC4AB1
Complementary color
Monochromatic Colors of #CC4AB1
Black with #CC4AB1
Text Example
Text Example
White with #CC4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AB1; }
p { color: rgb(204,74,177); }
H1.HeaderClassName
{
color: #CC4AB1;
}
.AnyTagClassName
{
color: #CC4AB1;
}
</style>
background-color css
<style>
a { background-color: #CC4AB1; }
a { background-color: rgb(204,74,177); }
div.DivClassName
{
background-color: #CC4AB1;
}
.BgClassName
{
background-color: #CC4AB1;
}
</style>
border-color css
<style>
span { border-color: #CC4AB1; }
span { border-color: rgb(204,74,177); }
td.TdClassName
{
border-color: #CC4AB1;
}
.TagClassName
{
border-color: #CC4AB1;
}
</style>