Shades of Fuchsia #CC64B2
Tints of Fuchsia #CC64B2
RGB
CMYK
RGB Variations
Color information
#CC64B2 (or 0xCC64B2) is known color: Fuchsia. HEX triplet: CC, 64 and B2. RGB value is (204,100,178). Sum of RGB (Red+Green+Blue) = 204+100+178=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64B2 is #339B4D. Grayscale: #8B8B8B. Windows color (decimal): -3382094 or 11691212. OLE color: 11691212.
HSL color Cylindrical-coordinate representation of color #CC64B2: hue angle of 315º 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 #CC64B2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 178 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.2 |
| HSL | 315º | 0.5% | 0.6% | - |
| HSV(B) | 315º | 0.51% | 0.8% | - |
| XYZ | 37.49 | 25.17 | 45 | - |
| YUV | 139.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 178 | 0 | 0.51 | 0.13 | 0.2 | 315 | 0.5 | 0.6 |
| Hex | CC | 64 | B2 | 0 | 33 | D | 14 | 13B | 32 | 3C |
| Octal | 314 | 144 | 262 | 0 | 63 | 15 | 24 | 473 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10110010 | 0 | 110011 | 1101 | 10100 | 100111011 | 110010 | 111100 |
Color Harmonies of #CC64B2
Complementary color
Monochromatic Colors of #CC64B2
Black with #CC64B2
Text Example
Text Example
White with #CC64B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64B2; }
p { color: rgb(204,100,178); }
H1.HeaderClassName
{
color: #CC64B2;
}
.AnyTagClassName
{
color: #CC64B2;
}
</style>
background-color css
<style>
a { background-color: #CC64B2; }
a { background-color: rgb(204,100,178); }
div.DivClassName
{
background-color: #CC64B2;
}
.BgClassName
{
background-color: #CC64B2;
}
</style>
border-color css
<style>
span { border-color: #CC64B2; }
span { border-color: rgb(204,100,178); }
td.TdClassName
{
border-color: #CC64B2;
}
.TagClassName
{
border-color: #CC64B2;
}
</style>