Shades of Fuchsia #CC3ACE
Tints of Fuchsia #CC3ACE
RGB
CMYK
RGB Variations
Color information
#CC3ACE (or 0xCC3ACE) is known color: Fuchsia. HEX triplet: CC, 3A and CE. RGB value is (204,58,206). Sum of RGB (Red+Green+Blue) = 204+58+206=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ACE is #33C531. Grayscale: #767676. Windows color (decimal): -3392818 or 13515468. OLE color: 13515468.
HSL color Cylindrical-coordinate representation of color #CC3ACE: hue angle of 299.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3ACE is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 58 | 206 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.19 |
| HSL | 299.19º | 0.6% | 0.52% | - |
| HSV(B) | 299.19º | 0.72% | 0.81% | - |
| XYZ | 37.56 | 20.32 | 60.34 | - |
| YUV | 118.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 206 | 0.01 | 0.72 | 0 | 0.19 | 299.19 | 0.6 | 0.52 |
| Hex | CC | 3A | CE | 1 | 48 | 0 | 13 | 12B | 3C | 34 |
| Octal | 314 | 72 | 316 | 1 | 110 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001100 | 111010 | 11001110 | 1 | 1001000 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CC3ACE
Complementary color
Monochromatic Colors of #CC3ACE
Black with #CC3ACE
Text Example
Text Example
White with #CC3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ACE; }
p { color: rgb(204,58,206); }
H1.HeaderClassName
{
color: #CC3ACE;
}
.AnyTagClassName
{
color: #CC3ACE;
}
</style>
background-color css
<style>
a { background-color: #CC3ACE; }
a { background-color: rgb(204,58,206); }
div.DivClassName
{
background-color: #CC3ACE;
}
.BgClassName
{
background-color: #CC3ACE;
}
</style>
border-color css
<style>
span { border-color: #CC3ACE; }
span { border-color: rgb(204,58,206); }
td.TdClassName
{
border-color: #CC3ACE;
}
.TagClassName
{
border-color: #CC3ACE;
}
</style>