Shades of Fuchsia #CC4AC3
Tints of Fuchsia #CC4AC3
RGB
CMYK
RGB Variations
Color information
#CC4AC3 (or 0xCC4AC3) is known color: Fuchsia. HEX triplet: CC, 4A and C3. RGB value is (204,74,195). Sum of RGB (Red+Green+Blue) = 204+74+195=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AC3 is #33B53C. Grayscale: #7E7E7E. Windows color (decimal): -3388733 or 12798668. OLE color: 12798668.
HSL color Cylindrical-coordinate representation of color #CC4AC3: hue angle of 304.15º 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 #CC4AC3 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 195 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.2 |
| HSL | 304.15º | 0.56% | 0.55% | - |
| HSV(B) | 304.15º | 0.64% | 0.8% | - |
| XYZ | 37.2 | 21.68 | 53.85 | - |
| YUV | 126.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 195 | 0 | 0.64 | 0.04 | 0.2 | 304.15 | 0.56 | 0.55 |
| Hex | CC | 4A | C3 | 0 | 40 | 4 | 14 | 130 | 38 | 37 |
| Octal | 314 | 112 | 303 | 0 | 100 | 4 | 24 | 460 | 70 | 67 |
| Binary | 11001100 | 1001010 | 11000011 | 0 | 1000000 | 100 | 10100 | 100110000 | 111000 | 110111 |
Color Harmonies of #CC4AC3
Complementary color
Monochromatic Colors of #CC4AC3
Black with #CC4AC3
Text Example
Text Example
White with #CC4AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AC3; }
p { color: rgb(204,74,195); }
H1.HeaderClassName
{
color: #CC4AC3;
}
.AnyTagClassName
{
color: #CC4AC3;
}
</style>
background-color css
<style>
a { background-color: #CC4AC3; }
a { background-color: rgb(204,74,195); }
div.DivClassName
{
background-color: #CC4AC3;
}
.BgClassName
{
background-color: #CC4AC3;
}
</style>
border-color css
<style>
span { border-color: #CC4AC3; }
span { border-color: rgb(204,74,195); }
td.TdClassName
{
border-color: #CC4AC3;
}
.TagClassName
{
border-color: #CC4AC3;
}
</style>