Shades of Fuchsia #CC4CB0
Tints of Fuchsia #CC4CB0
RGB
CMYK
RGB Variations
Color information
#CC4CB0 (or 0xCC4CB0) is known color: Fuchsia. HEX triplet: CC, 4C and B0. RGB value is (204,76,176). Sum of RGB (Red+Green+Blue) = 204+76+176=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CB0 is #33B34F. Grayscale: #7D7D7D. Windows color (decimal): -3388240 or 11553996. OLE color: 11553996.
HSL color Cylindrical-coordinate representation of color #CC4CB0: hue angle of 313.12º 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 #CC4CB0 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 176 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.2 |
| HSL | 313.13º | 0.56% | 0.55% | - |
| HSV(B) | 313.13º | 0.63% | 0.8% | - |
| XYZ | 35.32 | 21.14 | 43.29 | - |
| YUV | 125.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 176 | 0 | 0.63 | 0.14 | 0.2 | 313.13 | 0.56 | 0.55 |
| Hex | CC | 4C | B0 | 0 | 3F | E | 14 | 139 | 38 | 37 |
| Octal | 314 | 114 | 260 | 0 | 77 | 16 | 24 | 471 | 70 | 67 |
| Binary | 11001100 | 1001100 | 10110000 | 0 | 111111 | 1110 | 10100 | 100111001 | 111000 | 110111 |
Color Harmonies of #CC4CB0
Complementary color
Monochromatic Colors of #CC4CB0
Black with #CC4CB0
Text Example
Text Example
White with #CC4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CB0; }
p { color: rgb(204,76,176); }
H1.HeaderClassName
{
color: #CC4CB0;
}
.AnyTagClassName
{
color: #CC4CB0;
}
</style>
background-color css
<style>
a { background-color: #CC4CB0; }
a { background-color: rgb(204,76,176); }
div.DivClassName
{
background-color: #CC4CB0;
}
.BgClassName
{
background-color: #CC4CB0;
}
</style>
border-color css
<style>
span { border-color: #CC4CB0; }
span { border-color: rgb(204,76,176); }
td.TdClassName
{
border-color: #CC4CB0;
}
.TagClassName
{
border-color: #CC4CB0;
}
</style>