Shades of Fuchsia #CC6AB7
Tints of Fuchsia #CC6AB7
RGB
CMYK
RGB Variations
Color information
#CC6AB7 (or 0xCC6AB7) is known color: Fuchsia. HEX triplet: CC, 6A and B7. RGB value is (204,106,183). Sum of RGB (Red+Green+Blue) = 204+106+183=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AB7 is #339548. Grayscale: #8F8F8F. Windows color (decimal): -3380553 or 12020428. OLE color: 12020428.
HSL color Cylindrical-coordinate representation of color #CC6AB7: hue angle of 312.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AB7 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 183 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.2 |
| HSL | 312.86º | 0.49% | 0.61% | - |
| HSV(B) | 312.86º | 0.48% | 0.8% | - |
| XYZ | 38.6 | 26.56 | 47.89 | - |
| YUV | 144.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 183 | 0 | 0.48 | 0.10 | 0.2 | 312.86 | 0.49 | 0.61 |
| Hex | CC | 6A | B7 | 0 | 30 | A | 14 | 139 | 31 | 3D |
| Octal | 314 | 152 | 267 | 0 | 60 | 12 | 24 | 471 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10110111 | 0 | 110000 | 1010 | 10100 | 100111001 | 110001 | 111101 |
Color Harmonies of #CC6AB7
Complementary color
Monochromatic Colors of #CC6AB7
Black with #CC6AB7
Text Example
Text Example
White with #CC6AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AB7; }
p { color: rgb(204,106,183); }
H1.HeaderClassName
{
color: #CC6AB7;
}
.AnyTagClassName
{
color: #CC6AB7;
}
</style>
background-color css
<style>
a { background-color: #CC6AB7; }
a { background-color: rgb(204,106,183); }
div.DivClassName
{
background-color: #CC6AB7;
}
.BgClassName
{
background-color: #CC6AB7;
}
</style>
border-color css
<style>
span { border-color: #CC6AB7; }
span { border-color: rgb(204,106,183); }
td.TdClassName
{
border-color: #CC6AB7;
}
.TagClassName
{
border-color: #CC6AB7;
}
</style>