Shades of Fuchsia #CC61AD
Tints of Fuchsia #CC61AD
RGB
CMYK
RGB Variations
Color information
#CC61AD (or 0xCC61AD) is known color: Fuchsia. HEX triplet: CC, 61 and AD. RGB value is (204,97,173). Sum of RGB (Red+Green+Blue) = 204+97+173=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61AD is #339E52. Grayscale: #898989. Windows color (decimal): -3382867 or 11362764. OLE color: 11362764.
HSL color Cylindrical-coordinate representation of color #CC61AD: hue angle of 317.38º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61AD is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 173 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.2 |
| HSL | 317.38º | 0.51% | 0.59% | - |
| HSV(B) | 317.38º | 0.52% | 0.8% | - |
| XYZ | 36.72 | 24.4 | 42.31 | - |
| YUV | 137.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 173 | 0 | 0.52 | 0.15 | 0.2 | 317.38 | 0.51 | 0.59 |
| Hex | CC | 61 | AD | 0 | 34 | F | 14 | 13D | 33 | 3B |
| Octal | 314 | 141 | 255 | 0 | 64 | 17 | 24 | 475 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10101101 | 0 | 110100 | 1111 | 10100 | 100111101 | 110011 | 111011 |
Color Harmonies of #CC61AD
Complementary color
Monochromatic Colors of #CC61AD
Black with #CC61AD
Text Example
Text Example
White with #CC61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61AD; }
p { color: rgb(204,97,173); }
H1.HeaderClassName
{
color: #CC61AD;
}
.AnyTagClassName
{
color: #CC61AD;
}
</style>
background-color css
<style>
a { background-color: #CC61AD; }
a { background-color: rgb(204,97,173); }
div.DivClassName
{
background-color: #CC61AD;
}
.BgClassName
{
background-color: #CC61AD;
}
</style>
border-color css
<style>
span { border-color: #CC61AD; }
span { border-color: rgb(204,97,173); }
td.TdClassName
{
border-color: #CC61AD;
}
.TagClassName
{
border-color: #CC61AD;
}
</style>