Shades of Fuchsia #CC5ACF
Tints of Fuchsia #CC5ACF
RGB
CMYK
RGB Variations
Color information
#CC5ACF (or 0xCC5ACF) is known color: Fuchsia. HEX triplet: CC, 5A and CF. RGB value is (204,90,207). Sum of RGB (Red+Green+Blue) = 204+90+207=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ACF is #33A530. Grayscale: #898989. Windows color (decimal): -3384625 or 13589196. OLE color: 13589196.
HSL color Cylindrical-coordinate representation of color #CC5ACF: hue angle of 298.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5ACF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 90 | 207 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.19 |
| HSL | 298.46º | 0.55% | 0.58% | - |
| HSV(B) | 298.46º | 0.57% | 0.81% | - |
| XYZ | 39.82 | 24.65 | 61.69 | - |
| YUV | 137.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 207 | 0.01 | 0.57 | 0 | 0.19 | 298.46 | 0.55 | 0.58 |
| Hex | CC | 5A | CF | 1 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 314 | 132 | 317 | 1 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001100 | 1011010 | 11001111 | 1 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CC5ACF
Complementary color
Monochromatic Colors of #CC5ACF
Black with #CC5ACF
Text Example
Text Example
White with #CC5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ACF; }
p { color: rgb(204,90,207); }
H1.HeaderClassName
{
color: #CC5ACF;
}
.AnyTagClassName
{
color: #CC5ACF;
}
</style>
background-color css
<style>
a { background-color: #CC5ACF; }
a { background-color: rgb(204,90,207); }
div.DivClassName
{
background-color: #CC5ACF;
}
.BgClassName
{
background-color: #CC5ACF;
}
</style>
border-color css
<style>
span { border-color: #CC5ACF; }
span { border-color: rgb(204,90,207); }
td.TdClassName
{
border-color: #CC5ACF;
}
.TagClassName
{
border-color: #CC5ACF;
}
</style>