Shades of Fuchsia #CC4ACF
Tints of Fuchsia #CC4ACF
RGB
CMYK
RGB Variations
Color information
#CC4ACF (or 0xCC4ACF) is known color: Fuchsia. HEX triplet: CC, 4A and CF. RGB value is (204,74,207). Sum of RGB (Red+Green+Blue) = 204+74+207=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ACF is #33B530. Grayscale: #7F7F7F. Windows color (decimal): -3388721 or 13585100. OLE color: 13585100.
HSL color Cylindrical-coordinate representation of color #CC4ACF: hue angle of 298.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4ACF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 74 | 207 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 298.65º | 0.58% | 0.55% | - |
| HSV(B) | 298.65º | 0.64% | 0.81% | - |
| XYZ | 38.61 | 22.24 | 61.29 | - |
| YUV | 128.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 207 | 0.01 | 0.64 | 0 | 0.19 | 298.65 | 0.58 | 0.55 |
| Hex | CC | 4A | CF | 1 | 40 | 0 | 13 | 12B | 3A | 37 |
| Octal | 314 | 112 | 317 | 1 | 100 | 0 | 23 | 453 | 72 | 67 |
| Binary | 11001100 | 1001010 | 11001111 | 1 | 1000000 | 0 | 10011 | 100101011 | 111010 | 110111 |
Color Harmonies of #CC4ACF
Complementary color
Monochromatic Colors of #CC4ACF
Black with #CC4ACF
Text Example
Text Example
White with #CC4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ACF; }
p { color: rgb(204,74,207); }
H1.HeaderClassName
{
color: #CC4ACF;
}
.AnyTagClassName
{
color: #CC4ACF;
}
</style>
background-color css
<style>
a { background-color: #CC4ACF; }
a { background-color: rgb(204,74,207); }
div.DivClassName
{
background-color: #CC4ACF;
}
.BgClassName
{
background-color: #CC4ACF;
}
</style>
border-color css
<style>
span { border-color: #CC4ACF; }
span { border-color: rgb(204,74,207); }
td.TdClassName
{
border-color: #CC4ACF;
}
.TagClassName
{
border-color: #CC4ACF;
}
</style>