Shades of Fuchsia #CC63AD
Tints of Fuchsia #CC63AD
RGB
CMYK
RGB Variations
Color information
#CC63AD (or 0xCC63AD) is known color: Fuchsia. HEX triplet: CC, 63 and AD. RGB value is (204,99,173). Sum of RGB (Red+Green+Blue) = 204+99+173=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63AD is #339C52. Grayscale: #8A8A8A. Windows color (decimal): -3382355 or 11363276. OLE color: 11363276.
HSL color Cylindrical-coordinate representation of color #CC63AD: hue angle of 317.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63AD is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 173 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.2 |
| HSL | 317.71º | 0.51% | 0.59% | - |
| HSV(B) | 317.71º | 0.51% | 0.8% | - |
| XYZ | 36.91 | 24.78 | 42.37 | - |
| YUV | 138.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 173 | 0 | 0.51 | 0.15 | 0.2 | 317.71 | 0.51 | 0.59 |
| Hex | CC | 63 | AD | 0 | 33 | F | 14 | 13E | 33 | 3B |
| Octal | 314 | 143 | 255 | 0 | 63 | 17 | 24 | 476 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10101101 | 0 | 110011 | 1111 | 10100 | 100111110 | 110011 | 111011 |
Color Harmonies of #CC63AD
Complementary color
Monochromatic Colors of #CC63AD
Black with #CC63AD
Text Example
Text Example
White with #CC63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63AD; }
p { color: rgb(204,99,173); }
H1.HeaderClassName
{
color: #CC63AD;
}
.AnyTagClassName
{
color: #CC63AD;
}
</style>
background-color css
<style>
a { background-color: #CC63AD; }
a { background-color: rgb(204,99,173); }
div.DivClassName
{
background-color: #CC63AD;
}
.BgClassName
{
background-color: #CC63AD;
}
</style>
border-color css
<style>
span { border-color: #CC63AD; }
span { border-color: rgb(204,99,173); }
td.TdClassName
{
border-color: #CC63AD;
}
.TagClassName
{
border-color: #CC63AD;
}
</style>