Shades of Fuchsia #CC6DB7
Tints of Fuchsia #CC6DB7
RGB
CMYK
RGB Variations
Color information
#CC6DB7 (or 0xCC6DB7) is known color: Fuchsia. HEX triplet: CC, 6D and B7. RGB value is (204,109,183). Sum of RGB (Red+Green+Blue) = 204+109+183=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DB7 is #339248. Grayscale: #919191. Windows color (decimal): -3379785 or 12021196. OLE color: 12021196.
HSL color Cylindrical-coordinate representation of color #CC6DB7: hue angle of 313.26º 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 #CC6DB7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 183 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.2 |
| HSL | 313.26º | 0.48% | 0.61% | - |
| HSV(B) | 313.26º | 0.47% | 0.8% | - |
| XYZ | 38.92 | 27.19 | 48 | - |
| YUV | 145.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 183 | 0 | 0.47 | 0.10 | 0.2 | 313.26 | 0.48 | 0.61 |
| Hex | CC | 6D | B7 | 0 | 2F | A | 14 | 139 | 30 | 3D |
| Octal | 314 | 155 | 267 | 0 | 57 | 12 | 24 | 471 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10110111 | 0 | 101111 | 1010 | 10100 | 100111001 | 110000 | 111101 |
Color Harmonies of #CC6DB7
Complementary color
Monochromatic Colors of #CC6DB7
Black with #CC6DB7
Text Example
Text Example
White with #CC6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DB7; }
p { color: rgb(204,109,183); }
H1.HeaderClassName
{
color: #CC6DB7;
}
.AnyTagClassName
{
color: #CC6DB7;
}
</style>
background-color css
<style>
a { background-color: #CC6DB7; }
a { background-color: rgb(204,109,183); }
div.DivClassName
{
background-color: #CC6DB7;
}
.BgClassName
{
background-color: #CC6DB7;
}
</style>
border-color css
<style>
span { border-color: #CC6DB7; }
span { border-color: rgb(204,109,183); }
td.TdClassName
{
border-color: #CC6DB7;
}
.TagClassName
{
border-color: #CC6DB7;
}
</style>