Shades of Fuchsia #CC4CBC
Tints of Fuchsia #CC4CBC
RGB
CMYK
RGB Variations
Color information
#CC4CBC (or 0xCC4CBC) is known color: Fuchsia. HEX triplet: CC, 4C and BC. RGB value is (204,76,188). Sum of RGB (Red+Green+Blue) = 204+76+188=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CBC is #33B343. Grayscale: #7E7E7E. Windows color (decimal): -3388228 or 12340428. OLE color: 12340428.
HSL color Cylindrical-coordinate representation of color #CC4CBC: hue angle of 307.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CBC is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 188 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.2 |
| HSL | 307.5º | 0.56% | 0.55% | - |
| HSV(B) | 307.5º | 0.63% | 0.8% | - |
| XYZ | 36.56 | 21.64 | 49.83 | - |
| YUV | 127.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 188 | 0 | 0.63 | 0.08 | 0.2 | 307.5 | 0.56 | 0.55 |
| Hex | CC | 4C | BC | 0 | 3F | 8 | 14 | 134 | 38 | 37 |
| Octal | 314 | 114 | 274 | 0 | 77 | 10 | 24 | 464 | 70 | 67 |
| Binary | 11001100 | 1001100 | 10111100 | 0 | 111111 | 1000 | 10100 | 100110100 | 111000 | 110111 |
Color Harmonies of #CC4CBC
Complementary color
Monochromatic Colors of #CC4CBC
Black with #CC4CBC
Text Example
Text Example
White with #CC4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CBC; }
p { color: rgb(204,76,188); }
H1.HeaderClassName
{
color: #CC4CBC;
}
.AnyTagClassName
{
color: #CC4CBC;
}
</style>
background-color css
<style>
a { background-color: #CC4CBC; }
a { background-color: rgb(204,76,188); }
div.DivClassName
{
background-color: #CC4CBC;
}
.BgClassName
{
background-color: #CC4CBC;
}
</style>
border-color css
<style>
span { border-color: #CC4CBC; }
span { border-color: rgb(204,76,188); }
td.TdClassName
{
border-color: #CC4CBC;
}
.TagClassName
{
border-color: #CC4CBC;
}
</style>