Shades of Fuchsia #CC4DB4
Tints of Fuchsia #CC4DB4
RGB
CMYK
RGB Variations
Color information
#CC4DB4 (or 0xCC4DB4) is known color: Fuchsia. HEX triplet: CC, 4D and B4. RGB value is (204,77,180). Sum of RGB (Red+Green+Blue) = 204+77+180=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DB4 is #33B24B. Grayscale: #7E7E7E. Windows color (decimal): -3387980 or 11816396. OLE color: 11816396.
HSL color Cylindrical-coordinate representation of color #CC4DB4: hue angle of 311.34º 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 #CC4DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 180 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.2 |
| HSL | 311.34º | 0.55% | 0.55% | - |
| HSV(B) | 311.34º | 0.62% | 0.8% | - |
| XYZ | 35.79 | 21.44 | 45.43 | - |
| YUV | 126.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 180 | 0 | 0.62 | 0.12 | 0.2 | 311.34 | 0.55 | 0.55 |
| Hex | CC | 4D | B4 | 0 | 3E | C | 14 | 137 | 37 | 37 |
| Octal | 314 | 115 | 264 | 0 | 76 | 14 | 24 | 467 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10110100 | 0 | 111110 | 1100 | 10100 | 100110111 | 110111 | 110111 |
Color Harmonies of #CC4DB4
Complementary color
Monochromatic Colors of #CC4DB4
Black with #CC4DB4
Text Example
Text Example
White with #CC4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DB4; }
p { color: rgb(204,77,180); }
H1.HeaderClassName
{
color: #CC4DB4;
}
.AnyTagClassName
{
color: #CC4DB4;
}
</style>
background-color css
<style>
a { background-color: #CC4DB4; }
a { background-color: rgb(204,77,180); }
div.DivClassName
{
background-color: #CC4DB4;
}
.BgClassName
{
background-color: #CC4DB4;
}
</style>
border-color css
<style>
span { border-color: #CC4DB4; }
span { border-color: rgb(204,77,180); }
td.TdClassName
{
border-color: #CC4DB4;
}
.TagClassName
{
border-color: #CC4DB4;
}
</style>