Shades of Fuchsia #CC51B2
Tints of Fuchsia #CC51B2
RGB
CMYK
RGB Variations
Color information
#CC51B2 (or 0xCC51B2) is known color: Fuchsia. HEX triplet: CC, 51 and B2. RGB value is (204,81,178). Sum of RGB (Red+Green+Blue) = 204+81+178=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51B2 is #33AE4D. Grayscale: #808080. Windows color (decimal): -3386958 or 11686348. OLE color: 11686348.
HSL color Cylindrical-coordinate representation of color #CC51B2: hue angle of 312.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51B2 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 178 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.2 |
| HSL | 312.68º | 0.55% | 0.56% | - |
| HSV(B) | 312.68º | 0.6% | 0.8% | - |
| XYZ | 35.88 | 21.94 | 44.46 | - |
| YUV | 128.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 178 | 0 | 0.60 | 0.13 | 0.2 | 312.68 | 0.55 | 0.56 |
| Hex | CC | 51 | B2 | 0 | 3C | D | 14 | 139 | 37 | 38 |
| Octal | 314 | 121 | 262 | 0 | 74 | 15 | 24 | 471 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10110010 | 0 | 111100 | 1101 | 10100 | 100111001 | 110111 | 111000 |
Color Harmonies of #CC51B2
Complementary color
Monochromatic Colors of #CC51B2
Black with #CC51B2
Text Example
Text Example
White with #CC51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51B2; }
p { color: rgb(204,81,178); }
H1.HeaderClassName
{
color: #CC51B2;
}
.AnyTagClassName
{
color: #CC51B2;
}
</style>
background-color css
<style>
a { background-color: #CC51B2; }
a { background-color: rgb(204,81,178); }
div.DivClassName
{
background-color: #CC51B2;
}
.BgClassName
{
background-color: #CC51B2;
}
</style>
border-color css
<style>
span { border-color: #CC51B2; }
span { border-color: rgb(204,81,178); }
td.TdClassName
{
border-color: #CC51B2;
}
.TagClassName
{
border-color: #CC51B2;
}
</style>