Shades of Fuchsia #CC4AB5
Tints of Fuchsia #CC4AB5
RGB
CMYK
RGB Variations
Color information
#CC4AB5 (or 0xCC4AB5) is known color: Fuchsia. HEX triplet: CC, 4A and B5. RGB value is (204,74,181). Sum of RGB (Red+Green+Blue) = 204+74+181=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AB5 is #33B54A. Grayscale: #7C7C7C. Windows color (decimal): -3388747 or 11881164. OLE color: 11881164.
HSL color Cylindrical-coordinate representation of color #CC4AB5: hue angle of 310.62º 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 #CC4AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 181 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.2 |
| HSL | 310.62º | 0.56% | 0.55% | - |
| HSV(B) | 310.62º | 0.64% | 0.8% | - |
| XYZ | 35.69 | 21.07 | 45.9 | - |
| YUV | 125.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 181 | 0 | 0.64 | 0.11 | 0.2 | 310.62 | 0.56 | 0.55 |
| Hex | CC | 4A | B5 | 0 | 40 | B | 14 | 137 | 38 | 37 |
| Octal | 314 | 112 | 265 | 0 | 100 | 13 | 24 | 467 | 70 | 67 |
| Binary | 11001100 | 1001010 | 10110101 | 0 | 1000000 | 1011 | 10100 | 100110111 | 111000 | 110111 |
Color Harmonies of #CC4AB5
Complementary color
Monochromatic Colors of #CC4AB5
Black with #CC4AB5
Text Example
Text Example
White with #CC4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AB5; }
p { color: rgb(204,74,181); }
H1.HeaderClassName
{
color: #CC4AB5;
}
.AnyTagClassName
{
color: #CC4AB5;
}
</style>
background-color css
<style>
a { background-color: #CC4AB5; }
a { background-color: rgb(204,74,181); }
div.DivClassName
{
background-color: #CC4AB5;
}
.BgClassName
{
background-color: #CC4AB5;
}
</style>
border-color css
<style>
span { border-color: #CC4AB5; }
span { border-color: rgb(204,74,181); }
td.TdClassName
{
border-color: #CC4AB5;
}
.TagClassName
{
border-color: #CC4AB5;
}
</style>