Shades of Fuchsia #CC4ACB
Tints of Fuchsia #CC4ACB
RGB
CMYK
RGB Variations
Color information
#CC4ACB (or 0xCC4ACB) is known color: Fuchsia. HEX triplet: CC, 4A and CB. RGB value is (204,74,203). Sum of RGB (Red+Green+Blue) = 204+74+203=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ACB is #33B534. Grayscale: #7F7F7F. Windows color (decimal): -3388725 or 13322956. OLE color: 13322956.
HSL color Cylindrical-coordinate representation of color #CC4ACB: hue angle of 300.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4ACB is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 203 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.2 |
| HSL | 300.46º | 0.56% | 0.55% | - |
| HSV(B) | 300.46º | 0.64% | 0.8% | - |
| XYZ | 38.13 | 22.05 | 58.75 | - |
| YUV | 127.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 203 | 0 | 0.64 | 0.00 | 0.2 | 300.46 | 0.56 | 0.55 |
| Hex | CC | 4A | CB | 0 | 40 | 0 | 14 | 12C | 38 | 37 |
| Octal | 314 | 112 | 313 | 0 | 100 | 0 | 24 | 454 | 70 | 67 |
| Binary | 11001100 | 1001010 | 11001011 | 0 | 1000000 | 0 | 10100 | 100101100 | 111000 | 110111 |
Color Harmonies of #CC4ACB
Complementary color
Monochromatic Colors of #CC4ACB
Black with #CC4ACB
Text Example
Text Example
White with #CC4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ACB; }
p { color: rgb(204,74,203); }
H1.HeaderClassName
{
color: #CC4ACB;
}
.AnyTagClassName
{
color: #CC4ACB;
}
</style>
background-color css
<style>
a { background-color: #CC4ACB; }
a { background-color: rgb(204,74,203); }
div.DivClassName
{
background-color: #CC4ACB;
}
.BgClassName
{
background-color: #CC4ACB;
}
</style>
border-color css
<style>
span { border-color: #CC4ACB; }
span { border-color: rgb(204,74,203); }
td.TdClassName
{
border-color: #CC4ACB;
}
.TagClassName
{
border-color: #CC4ACB;
}
</style>