Shades of Fuchsia #CC4DBA
Tints of Fuchsia #CC4DBA
RGB
CMYK
RGB Variations
Color information
#CC4DBA (or 0xCC4DBA) is known color: Fuchsia. HEX triplet: CC, 4D and BA. RGB value is (204,77,186). Sum of RGB (Red+Green+Blue) = 204+77+186=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DBA is #33B245. Grayscale: #7F7F7F. Windows color (decimal): -3387974 or 12209612. OLE color: 12209612.
HSL color Cylindrical-coordinate representation of color #CC4DBA: hue angle of 308.5º 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 #CC4DBA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 186 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.2 |
| HSL | 308.5º | 0.55% | 0.55% | - |
| HSV(B) | 308.5º | 0.62% | 0.8% | - |
| XYZ | 36.42 | 21.69 | 48.72 | - |
| YUV | 127.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 186 | 0 | 0.62 | 0.09 | 0.2 | 308.5 | 0.55 | 0.55 |
| Hex | CC | 4D | BA | 0 | 3E | 9 | 14 | 135 | 37 | 37 |
| Octal | 314 | 115 | 272 | 0 | 76 | 11 | 24 | 465 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10111010 | 0 | 111110 | 1001 | 10100 | 100110101 | 110111 | 110111 |
Color Harmonies of #CC4DBA
Complementary color
Monochromatic Colors of #CC4DBA
Black with #CC4DBA
Text Example
Text Example
White with #CC4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DBA; }
p { color: rgb(204,77,186); }
H1.HeaderClassName
{
color: #CC4DBA;
}
.AnyTagClassName
{
color: #CC4DBA;
}
</style>
background-color css
<style>
a { background-color: #CC4DBA; }
a { background-color: rgb(204,77,186); }
div.DivClassName
{
background-color: #CC4DBA;
}
.BgClassName
{
background-color: #CC4DBA;
}
</style>
border-color css
<style>
span { border-color: #CC4DBA; }
span { border-color: rgb(204,77,186); }
td.TdClassName
{
border-color: #CC4DBA;
}
.TagClassName
{
border-color: #CC4DBA;
}
</style>