Shades of Fuchsia #CC4DB6
Tints of Fuchsia #CC4DB6
RGB
CMYK
RGB Variations
Color information
#CC4DB6 (or 0xCC4DB6) is known color: Fuchsia. HEX triplet: CC, 4D and B6. RGB value is (204,77,182). Sum of RGB (Red+Green+Blue) = 204+77+182=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DB6 is #33B249. Grayscale: #7E7E7E. Windows color (decimal): -3387978 or 11947468. OLE color: 11947468.
HSL color Cylindrical-coordinate representation of color #CC4DB6: hue angle of 310.39º 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 #CC4DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 182 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.2 |
| HSL | 310.39º | 0.55% | 0.55% | - |
| HSV(B) | 310.39º | 0.62% | 0.8% | - |
| XYZ | 36 | 21.52 | 46.51 | - |
| YUV | 126.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 182 | 0 | 0.62 | 0.11 | 0.2 | 310.39 | 0.55 | 0.55 |
| Hex | CC | 4D | B6 | 0 | 3E | B | 14 | 136 | 37 | 37 |
| Octal | 314 | 115 | 266 | 0 | 76 | 13 | 24 | 466 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10110110 | 0 | 111110 | 1011 | 10100 | 100110110 | 110111 | 110111 |
Color Harmonies of #CC4DB6
Complementary color
Monochromatic Colors of #CC4DB6
Black with #CC4DB6
Text Example
Text Example
White with #CC4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DB6; }
p { color: rgb(204,77,182); }
H1.HeaderClassName
{
color: #CC4DB6;
}
.AnyTagClassName
{
color: #CC4DB6;
}
</style>
background-color css
<style>
a { background-color: #CC4DB6; }
a { background-color: rgb(204,77,182); }
div.DivClassName
{
background-color: #CC4DB6;
}
.BgClassName
{
background-color: #CC4DB6;
}
</style>
border-color css
<style>
span { border-color: #CC4DB6; }
span { border-color: rgb(204,77,182); }
td.TdClassName
{
border-color: #CC4DB6;
}
.TagClassName
{
border-color: #CC4DB6;
}
</style>