Shades of Fuchsia #CC64BA
Tints of Fuchsia #CC64BA
RGB
CMYK
RGB Variations
Color information
#CC64BA (or 0xCC64BA) is known color: Fuchsia. HEX triplet: CC, 64 and BA. RGB value is (204,100,186). Sum of RGB (Red+Green+Blue) = 204+100+186=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64BA is #339B45. Grayscale: #8C8C8C. Windows color (decimal): -3382086 or 12215500. OLE color: 12215500.
HSL color Cylindrical-coordinate representation of color #CC64BA: hue angle of 310.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64BA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 186 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.2 |
| HSL | 310.38º | 0.5% | 0.6% | - |
| HSV(B) | 310.38º | 0.51% | 0.8% | - |
| XYZ | 38.32 | 25.5 | 49.36 | - |
| YUV | 140.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 186 | 0 | 0.51 | 0.09 | 0.2 | 310.38 | 0.5 | 0.6 |
| Hex | CC | 64 | BA | 0 | 33 | 9 | 14 | 136 | 32 | 3C |
| Octal | 314 | 144 | 272 | 0 | 63 | 11 | 24 | 466 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10111010 | 0 | 110011 | 1001 | 10100 | 100110110 | 110010 | 111100 |
Color Harmonies of #CC64BA
Complementary color
Monochromatic Colors of #CC64BA
Black with #CC64BA
Text Example
Text Example
White with #CC64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64BA; }
p { color: rgb(204,100,186); }
H1.HeaderClassName
{
color: #CC64BA;
}
.AnyTagClassName
{
color: #CC64BA;
}
</style>
background-color css
<style>
a { background-color: #CC64BA; }
a { background-color: rgb(204,100,186); }
div.DivClassName
{
background-color: #CC64BA;
}
.BgClassName
{
background-color: #CC64BA;
}
</style>
border-color css
<style>
span { border-color: #CC64BA; }
span { border-color: rgb(204,100,186); }
td.TdClassName
{
border-color: #CC64BA;
}
.TagClassName
{
border-color: #CC64BA;
}
</style>