Shades of Fuchsia #CC6DB1
Tints of Fuchsia #CC6DB1
RGB
CMYK
RGB Variations
Color information
#CC6DB1 (or 0xCC6DB1) is known color: Fuchsia. HEX triplet: CC, 6D and B1. RGB value is (204,109,177). Sum of RGB (Red+Green+Blue) = 204+109+177=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DB1 is #33924E. Grayscale: #909090. Windows color (decimal): -3379791 or 11627980. OLE color: 11627980.
HSL color Cylindrical-coordinate representation of color #CC6DB1: hue angle of 317.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DB1 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 177 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.2 |
| HSL | 317.05º | 0.48% | 0.61% | - |
| HSV(B) | 317.05º | 0.47% | 0.8% | - |
| XYZ | 38.31 | 26.95 | 44.78 | - |
| YUV | 145.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 177 | 0 | 0.47 | 0.13 | 0.2 | 317.05 | 0.48 | 0.61 |
| Hex | CC | 6D | B1 | 0 | 2F | D | 14 | 13D | 30 | 3D |
| Octal | 314 | 155 | 261 | 0 | 57 | 15 | 24 | 475 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10110001 | 0 | 101111 | 1101 | 10100 | 100111101 | 110000 | 111101 |
Color Harmonies of #CC6DB1
Complementary color
Monochromatic Colors of #CC6DB1
Black with #CC6DB1
Text Example
Text Example
White with #CC6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DB1; }
p { color: rgb(204,109,177); }
H1.HeaderClassName
{
color: #CC6DB1;
}
.AnyTagClassName
{
color: #CC6DB1;
}
</style>
background-color css
<style>
a { background-color: #CC6DB1; }
a { background-color: rgb(204,109,177); }
div.DivClassName
{
background-color: #CC6DB1;
}
.BgClassName
{
background-color: #CC6DB1;
}
</style>
border-color css
<style>
span { border-color: #CC6DB1; }
span { border-color: rgb(204,109,177); }
td.TdClassName
{
border-color: #CC6DB1;
}
.TagClassName
{
border-color: #CC6DB1;
}
</style>