Shades of Fuchsia #CC4FC2
Tints of Fuchsia #CC4FC2
RGB
CMYK
RGB Variations
Color information
#CC4FC2 (or 0xCC4FC2) is known color: Fuchsia. HEX triplet: CC, 4F and C2. RGB value is (204,79,194). Sum of RGB (Red+Green+Blue) = 204+79+194=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FC2 is #33B03D. Grayscale: #818181. Windows color (decimal): -3387454 or 12734412. OLE color: 12734412.
HSL color Cylindrical-coordinate representation of color #CC4FC2: hue angle of 304.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FC2 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 194 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.2 |
| HSL | 304.8º | 0.55% | 0.55% | - |
| HSV(B) | 304.8º | 0.61% | 0.8% | - |
| XYZ | 37.44 | 22.32 | 53.37 | - |
| YUV | 129.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 194 | 0 | 0.61 | 0.05 | 0.2 | 304.8 | 0.55 | 0.55 |
| Hex | CC | 4F | C2 | 0 | 3D | 5 | 14 | 131 | 37 | 37 |
| Octal | 314 | 117 | 302 | 0 | 75 | 5 | 24 | 461 | 67 | 67 |
| Binary | 11001100 | 1001111 | 11000010 | 0 | 111101 | 101 | 10100 | 100110001 | 110111 | 110111 |
Color Harmonies of #CC4FC2
Complementary color
Monochromatic Colors of #CC4FC2
Black with #CC4FC2
Text Example
Text Example
White with #CC4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FC2; }
p { color: rgb(204,79,194); }
H1.HeaderClassName
{
color: #CC4FC2;
}
.AnyTagClassName
{
color: #CC4FC2;
}
</style>
background-color css
<style>
a { background-color: #CC4FC2; }
a { background-color: rgb(204,79,194); }
div.DivClassName
{
background-color: #CC4FC2;
}
.BgClassName
{
background-color: #CC4FC2;
}
</style>
border-color css
<style>
span { border-color: #CC4FC2; }
span { border-color: rgb(204,79,194); }
td.TdClassName
{
border-color: #CC4FC2;
}
.TagClassName
{
border-color: #CC4FC2;
}
</style>