Shades of Fuchsia #CC4DC6
Tints of Fuchsia #CC4DC6
RGB
CMYK
RGB Variations
Color information
#CC4DC6 (or 0xCC4DC6) is known color: Fuchsia. HEX triplet: CC, 4D and C6. RGB value is (204,77,198). Sum of RGB (Red+Green+Blue) = 204+77+198=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DC6 is #33B239. Grayscale: #808080. Windows color (decimal): -3387962 or 12996044. OLE color: 12996044.
HSL color Cylindrical-coordinate representation of color #CC4DC6: hue angle of 302.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DC6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 198 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.2 |
| HSL | 302.83º | 0.55% | 0.55% | - |
| HSV(B) | 302.83º | 0.62% | 0.8% | - |
| XYZ | 37.75 | 22.22 | 55.73 | - |
| YUV | 128.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 198 | 0 | 0.62 | 0.03 | 0.2 | 302.83 | 0.55 | 0.55 |
| Hex | CC | 4D | C6 | 0 | 3E | 3 | 14 | 12F | 37 | 37 |
| Octal | 314 | 115 | 306 | 0 | 76 | 3 | 24 | 457 | 67 | 67 |
| Binary | 11001100 | 1001101 | 11000110 | 0 | 111110 | 11 | 10100 | 100101111 | 110111 | 110111 |
Color Harmonies of #CC4DC6
Complementary color
Monochromatic Colors of #CC4DC6
Black with #CC4DC6
Text Example
Text Example
White with #CC4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DC6; }
p { color: rgb(204,77,198); }
H1.HeaderClassName
{
color: #CC4DC6;
}
.AnyTagClassName
{
color: #CC4DC6;
}
</style>
background-color css
<style>
a { background-color: #CC4DC6; }
a { background-color: rgb(204,77,198); }
div.DivClassName
{
background-color: #CC4DC6;
}
.BgClassName
{
background-color: #CC4DC6;
}
</style>
border-color css
<style>
span { border-color: #CC4DC6; }
span { border-color: rgb(204,77,198); }
td.TdClassName
{
border-color: #CC4DC6;
}
.TagClassName
{
border-color: #CC4DC6;
}
</style>