Shades of Fuchsia #CC4FC1
Tints of Fuchsia #CC4FC1
RGB
CMYK
RGB Variations
Color information
#CC4FC1 (or 0xCC4FC1) is known color: Fuchsia. HEX triplet: CC, 4F and C1. RGB value is (204,79,193). Sum of RGB (Red+Green+Blue) = 204+79+193=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FC1 is #33B03E. Grayscale: #818181. Windows color (decimal): -3387455 or 12668876. OLE color: 12668876.
HSL color Cylindrical-coordinate representation of color #CC4FC1: hue angle of 305.28º 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 #CC4FC1 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 193 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.2 |
| HSL | 305.28º | 0.55% | 0.55% | - |
| HSV(B) | 305.28º | 0.61% | 0.8% | - |
| XYZ | 37.32 | 22.28 | 52.79 | - |
| YUV | 129.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 193 | 0 | 0.61 | 0.05 | 0.2 | 305.28 | 0.55 | 0.55 |
| Hex | CC | 4F | C1 | 0 | 3D | 5 | 14 | 131 | 37 | 37 |
| Octal | 314 | 117 | 301 | 0 | 75 | 5 | 24 | 461 | 67 | 67 |
| Binary | 11001100 | 1001111 | 11000001 | 0 | 111101 | 101 | 10100 | 100110001 | 110111 | 110111 |
Color Harmonies of #CC4FC1
Complementary color
Monochromatic Colors of #CC4FC1
Black with #CC4FC1
Text Example
Text Example
White with #CC4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FC1; }
p { color: rgb(204,79,193); }
H1.HeaderClassName
{
color: #CC4FC1;
}
.AnyTagClassName
{
color: #CC4FC1;
}
</style>
background-color css
<style>
a { background-color: #CC4FC1; }
a { background-color: rgb(204,79,193); }
div.DivClassName
{
background-color: #CC4FC1;
}
.BgClassName
{
background-color: #CC4FC1;
}
</style>
border-color css
<style>
span { border-color: #CC4FC1; }
span { border-color: rgb(204,79,193); }
td.TdClassName
{
border-color: #CC4FC1;
}
.TagClassName
{
border-color: #CC4FC1;
}
</style>