Shades of Fuchsia #CC4FCD
Tints of Fuchsia #CC4FCD
RGB
CMYK
RGB Variations
Color information
#CC4FCD (or 0xCC4FCD) is known color: Fuchsia. HEX triplet: CC, 4F and CD. RGB value is (204,79,205). Sum of RGB (Red+Green+Blue) = 204+79+205=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FCD is #33B032. Grayscale: #828282. Windows color (decimal): -3387443 or 13455308. OLE color: 13455308.
HSL color Cylindrical-coordinate representation of color #CC4FCD: hue angle of 299.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FCD is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 79 | 205 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.20 |
| HSL | 299.52º | 0.56% | 0.56% | - |
| HSV(B) | 299.52º | 0.61% | 0.8% | - |
| XYZ | 38.72 | 22.84 | 60.12 | - |
| YUV | 130.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 205 | 0.00 | 0.61 | 0 | 0.20 | 299.52 | 0.56 | 0.56 |
| Hex | CC | 4F | CD | 0 | 3D | 0 | 14 | 12C | 38 | 38 |
| Octal | 314 | 117 | 315 | 0 | 75 | 0 | 24 | 454 | 70 | 70 |
| Binary | 11001100 | 1001111 | 11001101 | 0 | 111101 | 0 | 10100 | 100101100 | 111000 | 111000 |
Color Harmonies of #CC4FCD
Complementary color
Monochromatic Colors of #CC4FCD
Black with #CC4FCD
Text Example
Text Example
White with #CC4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FCD; }
p { color: rgb(204,79,205); }
H1.HeaderClassName
{
color: #CC4FCD;
}
.AnyTagClassName
{
color: #CC4FCD;
}
</style>
background-color css
<style>
a { background-color: #CC4FCD; }
a { background-color: rgb(204,79,205); }
div.DivClassName
{
background-color: #CC4FCD;
}
.BgClassName
{
background-color: #CC4FCD;
}
</style>
border-color css
<style>
span { border-color: #CC4FCD; }
span { border-color: rgb(204,79,205); }
td.TdClassName
{
border-color: #CC4FCD;
}
.TagClassName
{
border-color: #CC4FCD;
}
</style>