Shades of Fuchsia #CC64AD
Tints of Fuchsia #CC64AD
RGB
CMYK
RGB Variations
Color information
#CC64AD (or 0xCC64AD) is known color: Fuchsia. HEX triplet: CC, 64 and AD. RGB value is (204,100,173). Sum of RGB (Red+Green+Blue) = 204+100+173=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64AD is #339B52. Grayscale: #8B8B8B. Windows color (decimal): -3382099 or 11363532. OLE color: 11363532.
HSL color Cylindrical-coordinate representation of color #CC64AD: hue angle of 317.88º 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 #CC64AD is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 173 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.2 |
| HSL | 317.88º | 0.5% | 0.6% | - |
| HSV(B) | 317.88º | 0.51% | 0.8% | - |
| XYZ | 37 | 24.97 | 42.4 | - |
| YUV | 139.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 173 | 0 | 0.51 | 0.15 | 0.2 | 317.88 | 0.5 | 0.6 |
| Hex | CC | 64 | AD | 0 | 33 | F | 14 | 13E | 32 | 3C |
| Octal | 314 | 144 | 255 | 0 | 63 | 17 | 24 | 476 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10101101 | 0 | 110011 | 1111 | 10100 | 100111110 | 110010 | 111100 |
Color Harmonies of #CC64AD
Complementary color
Monochromatic Colors of #CC64AD
Black with #CC64AD
Text Example
Text Example
White with #CC64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64AD; }
p { color: rgb(204,100,173); }
H1.HeaderClassName
{
color: #CC64AD;
}
.AnyTagClassName
{
color: #CC64AD;
}
</style>
background-color css
<style>
a { background-color: #CC64AD; }
a { background-color: rgb(204,100,173); }
div.DivClassName
{
background-color: #CC64AD;
}
.BgClassName
{
background-color: #CC64AD;
}
</style>
border-color css
<style>
span { border-color: #CC64AD; }
span { border-color: rgb(204,100,173); }
td.TdClassName
{
border-color: #CC64AD;
}
.TagClassName
{
border-color: #CC64AD;
}
</style>