Shades of Fuchsia #CC5AB3
Tints of Fuchsia #CC5AB3
RGB
CMYK
RGB Variations
Color information
#CC5AB3 (or 0xCC5AB3) is known color: Fuchsia. HEX triplet: CC, 5A and B3. RGB value is (204,90,179). Sum of RGB (Red+Green+Blue) = 204+90+179=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AB3 is #33A54C. Grayscale: #858585. Windows color (decimal): -3384653 or 11754188. OLE color: 11754188.
HSL color Cylindrical-coordinate representation of color #CC5AB3: hue angle of 313.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5AB3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 179 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.2 |
| HSL | 313.16º | 0.53% | 0.58% | - |
| HSV(B) | 313.16º | 0.56% | 0.8% | - |
| XYZ | 36.69 | 23.4 | 45.23 | - |
| YUV | 134.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 179 | 0 | 0.56 | 0.12 | 0.2 | 313.16 | 0.53 | 0.58 |
| Hex | CC | 5A | B3 | 0 | 38 | C | 14 | 139 | 35 | 3A |
| Octal | 314 | 132 | 263 | 0 | 70 | 14 | 24 | 471 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10110011 | 0 | 111000 | 1100 | 10100 | 100111001 | 110101 | 111010 |
Color Harmonies of #CC5AB3
Complementary color
Monochromatic Colors of #CC5AB3
Black with #CC5AB3
Text Example
Text Example
White with #CC5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AB3; }
p { color: rgb(204,90,179); }
H1.HeaderClassName
{
color: #CC5AB3;
}
.AnyTagClassName
{
color: #CC5AB3;
}
</style>
background-color css
<style>
a { background-color: #CC5AB3; }
a { background-color: rgb(204,90,179); }
div.DivClassName
{
background-color: #CC5AB3;
}
.BgClassName
{
background-color: #CC5AB3;
}
</style>
border-color css
<style>
span { border-color: #CC5AB3; }
span { border-color: rgb(204,90,179); }
td.TdClassName
{
border-color: #CC5AB3;
}
.TagClassName
{
border-color: #CC5AB3;
}
</style>