Shades of Fuchsia #CC4AC6
Tints of Fuchsia #CC4AC6
RGB
CMYK
RGB Variations
Color information
#CC4AC6 (or 0xCC4AC6) is known color: Fuchsia. HEX triplet: CC, 4A and C6. RGB value is (204,74,198). Sum of RGB (Red+Green+Blue) = 204+74+198=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AC6 is #33B539. Grayscale: #7E7E7E. Windows color (decimal): -3388730 or 12995276. OLE color: 12995276.
HSL color Cylindrical-coordinate representation of color #CC4AC6: hue angle of 302.77º 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 #CC4AC6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 198 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.2 |
| HSL | 302.77º | 0.56% | 0.55% | - |
| HSV(B) | 302.77º | 0.64% | 0.8% | - |
| XYZ | 37.54 | 21.81 | 55.66 | - |
| YUV | 127.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 198 | 0 | 0.64 | 0.03 | 0.2 | 302.77 | 0.56 | 0.55 |
| Hex | CC | 4A | C6 | 0 | 40 | 3 | 14 | 12F | 38 | 37 |
| Octal | 314 | 112 | 306 | 0 | 100 | 3 | 24 | 457 | 70 | 67 |
| Binary | 11001100 | 1001010 | 11000110 | 0 | 1000000 | 11 | 10100 | 100101111 | 111000 | 110111 |
Color Harmonies of #CC4AC6
Complementary color
Monochromatic Colors of #CC4AC6
Black with #CC4AC6
Text Example
Text Example
White with #CC4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AC6; }
p { color: rgb(204,74,198); }
H1.HeaderClassName
{
color: #CC4AC6;
}
.AnyTagClassName
{
color: #CC4AC6;
}
</style>
background-color css
<style>
a { background-color: #CC4AC6; }
a { background-color: rgb(204,74,198); }
div.DivClassName
{
background-color: #CC4AC6;
}
.BgClassName
{
background-color: #CC4AC6;
}
</style>
border-color css
<style>
span { border-color: #CC4AC6; }
span { border-color: rgb(204,74,198); }
td.TdClassName
{
border-color: #CC4AC6;
}
.TagClassName
{
border-color: #CC4AC6;
}
</style>