Shades of Fuchsia #CC4EC6
Tints of Fuchsia #CC4EC6
RGB
CMYK
RGB Variations
Color information
#CC4EC6 (or 0xCC4EC6) is known color: Fuchsia. HEX triplet: CC, 4E and C6. RGB value is (204,78,198). Sum of RGB (Red+Green+Blue) = 204+78+198=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EC6 is #33B139. Grayscale: #818181. Windows color (decimal): -3387706 or 12996300. OLE color: 12996300.
HSL color Cylindrical-coordinate representation of color #CC4EC6: hue angle of 302.86º 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 #CC4EC6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 198 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.2 |
| HSL | 302.86º | 0.55% | 0.55% | - |
| HSV(B) | 302.86º | 0.62% | 0.8% | - |
| XYZ | 37.82 | 22.36 | 55.75 | - |
| YUV | 129.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 198 | 0 | 0.62 | 0.03 | 0.2 | 302.86 | 0.55 | 0.55 |
| Hex | CC | 4E | C6 | 0 | 3E | 3 | 14 | 12F | 37 | 37 |
| Octal | 314 | 116 | 306 | 0 | 76 | 3 | 24 | 457 | 67 | 67 |
| Binary | 11001100 | 1001110 | 11000110 | 0 | 111110 | 11 | 10100 | 100101111 | 110111 | 110111 |
Color Harmonies of #CC4EC6
Complementary color
Monochromatic Colors of #CC4EC6
Black with #CC4EC6
Text Example
Text Example
White with #CC4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EC6; }
p { color: rgb(204,78,198); }
H1.HeaderClassName
{
color: #CC4EC6;
}
.AnyTagClassName
{
color: #CC4EC6;
}
</style>
background-color css
<style>
a { background-color: #CC4EC6; }
a { background-color: rgb(204,78,198); }
div.DivClassName
{
background-color: #CC4EC6;
}
.BgClassName
{
background-color: #CC4EC6;
}
</style>
border-color css
<style>
span { border-color: #CC4EC6; }
span { border-color: rgb(204,78,198); }
td.TdClassName
{
border-color: #CC4EC6;
}
.TagClassName
{
border-color: #CC4EC6;
}
</style>