Shades of Fuchsia #CC4DB2
Tints of Fuchsia #CC4DB2
RGB
CMYK
RGB Variations
Color information
#CC4DB2 (or 0xCC4DB2) is known color: Fuchsia. HEX triplet: CC, 4D and B2. RGB value is (204,77,178). Sum of RGB (Red+Green+Blue) = 204+77+178=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DB2 is #33B24D. Grayscale: #7E7E7E. Windows color (decimal): -3387982 or 11685324. OLE color: 11685324.
HSL color Cylindrical-coordinate representation of color #CC4DB2: hue angle of 312.28º 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 #CC4DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 178 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.2 |
| HSL | 312.28º | 0.55% | 0.55% | - |
| HSV(B) | 312.28º | 0.62% | 0.8% | - |
| XYZ | 35.59 | 21.36 | 44.37 | - |
| YUV | 126.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 178 | 0 | 0.62 | 0.13 | 0.2 | 312.28 | 0.55 | 0.55 |
| Hex | CC | 4D | B2 | 0 | 3E | D | 14 | 138 | 37 | 37 |
| Octal | 314 | 115 | 262 | 0 | 76 | 15 | 24 | 470 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10110010 | 0 | 111110 | 1101 | 10100 | 100111000 | 110111 | 110111 |
Color Harmonies of #CC4DB2
Complementary color
Monochromatic Colors of #CC4DB2
Black with #CC4DB2
Text Example
Text Example
White with #CC4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DB2; }
p { color: rgb(204,77,178); }
H1.HeaderClassName
{
color: #CC4DB2;
}
.AnyTagClassName
{
color: #CC4DB2;
}
</style>
background-color css
<style>
a { background-color: #CC4DB2; }
a { background-color: rgb(204,77,178); }
div.DivClassName
{
background-color: #CC4DB2;
}
.BgClassName
{
background-color: #CC4DB2;
}
</style>
border-color css
<style>
span { border-color: #CC4DB2; }
span { border-color: rgb(204,77,178); }
td.TdClassName
{
border-color: #CC4DB2;
}
.TagClassName
{
border-color: #CC4DB2;
}
</style>