Shades of Fuchsia #CC4DB5
Tints of Fuchsia #CC4DB5
RGB
CMYK
RGB Variations
Color information
#CC4DB5 (or 0xCC4DB5) is known color: Fuchsia. HEX triplet: CC, 4D and B5. RGB value is (204,77,181). Sum of RGB (Red+Green+Blue) = 204+77+181=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DB5 is #33B24A. Grayscale: #7E7E7E. Windows color (decimal): -3387979 or 11881932. OLE color: 11881932.
HSL color Cylindrical-coordinate representation of color #CC4DB5: hue angle of 310.87º 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 #CC4DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 181 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.2 |
| HSL | 310.87º | 0.55% | 0.55% | - |
| HSV(B) | 310.87º | 0.62% | 0.8% | - |
| XYZ | 35.9 | 21.48 | 45.97 | - |
| YUV | 126.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 181 | 0 | 0.62 | 0.11 | 0.2 | 310.87 | 0.55 | 0.55 |
| Hex | CC | 4D | B5 | 0 | 3E | B | 14 | 137 | 37 | 37 |
| Octal | 314 | 115 | 265 | 0 | 76 | 13 | 24 | 467 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10110101 | 0 | 111110 | 1011 | 10100 | 100110111 | 110111 | 110111 |
Color Harmonies of #CC4DB5
Complementary color
Monochromatic Colors of #CC4DB5
Black with #CC4DB5
Text Example
Text Example
White with #CC4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DB5; }
p { color: rgb(204,77,181); }
H1.HeaderClassName
{
color: #CC4DB5;
}
.AnyTagClassName
{
color: #CC4DB5;
}
</style>
background-color css
<style>
a { background-color: #CC4DB5; }
a { background-color: rgb(204,77,181); }
div.DivClassName
{
background-color: #CC4DB5;
}
.BgClassName
{
background-color: #CC4DB5;
}
</style>
border-color css
<style>
span { border-color: #CC4DB5; }
span { border-color: rgb(204,77,181); }
td.TdClassName
{
border-color: #CC4DB5;
}
.TagClassName
{
border-color: #CC4DB5;
}
</style>