Shades of Fuchsia #CC4ECB
Tints of Fuchsia #CC4ECB
RGB
CMYK
RGB Variations
Color information
#CC4ECB (or 0xCC4ECB) is known color: Fuchsia. HEX triplet: CC, 4E and CB. RGB value is (204,78,203). Sum of RGB (Red+Green+Blue) = 204+78+203=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECB is #33B134. Grayscale: #818181. Windows color (decimal): -3387701 or 13323980. OLE color: 13323980.
HSL color Cylindrical-coordinate representation of color #CC4ECB: hue angle of 300.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4ECB is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 203 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.2 |
| HSL | 300.48º | 0.55% | 0.55% | - |
| HSV(B) | 300.48º | 0.62% | 0.8% | - |
| XYZ | 38.41 | 22.6 | 58.84 | - |
| YUV | 129.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 203 | 0 | 0.62 | 0.00 | 0.2 | 300.48 | 0.55 | 0.55 |
| Hex | CC | 4E | CB | 0 | 3E | 0 | 14 | 12C | 37 | 37 |
| Octal | 314 | 116 | 313 | 0 | 76 | 0 | 24 | 454 | 67 | 67 |
| Binary | 11001100 | 1001110 | 11001011 | 0 | 111110 | 0 | 10100 | 100101100 | 110111 | 110111 |
Color Harmonies of #CC4ECB
Complementary color
Monochromatic Colors of #CC4ECB
Black with #CC4ECB
Text Example
Text Example
White with #CC4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ECB; }
p { color: rgb(204,78,203); }
H1.HeaderClassName
{
color: #CC4ECB;
}
.AnyTagClassName
{
color: #CC4ECB;
}
</style>
background-color css
<style>
a { background-color: #CC4ECB; }
a { background-color: rgb(204,78,203); }
div.DivClassName
{
background-color: #CC4ECB;
}
.BgClassName
{
background-color: #CC4ECB;
}
</style>
border-color css
<style>
span { border-color: #CC4ECB; }
span { border-color: rgb(204,78,203); }
td.TdClassName
{
border-color: #CC4ECB;
}
.TagClassName
{
border-color: #CC4ECB;
}
</style>