Shades of Fuchsia #CC46B2
Tints of Fuchsia #CC46B2
RGB
CMYK
RGB Variations
Color information
#CC46B2 (or 0xCC46B2) is known color: Fuchsia. HEX triplet: CC, 46 and B2. RGB value is (204,70,178). Sum of RGB (Red+Green+Blue) = 204+70+178=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46B2 is #33B94D. Grayscale: #7A7A7A. Windows color (decimal): -3389774 or 11683532. OLE color: 11683532.
HSL color Cylindrical-coordinate representation of color #CC46B2: hue angle of 311.64º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46B2 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 178 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.2 |
| HSL | 311.64º | 0.57% | 0.54% | - |
| HSV(B) | 311.64º | 0.66% | 0.8% | - |
| XYZ | 35.13 | 20.43 | 44.21 | - |
| YUV | 122.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 178 | 0 | 0.66 | 0.13 | 0.2 | 311.64 | 0.57 | 0.54 |
| Hex | CC | 46 | B2 | 0 | 42 | D | 14 | 138 | 39 | 36 |
| Octal | 314 | 106 | 262 | 0 | 102 | 15 | 24 | 470 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10110010 | 0 | 1000010 | 1101 | 10100 | 100111000 | 111001 | 110110 |
Color Harmonies of #CC46B2
Complementary color
Monochromatic Colors of #CC46B2
Black with #CC46B2
Text Example
Text Example
White with #CC46B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46B2; }
p { color: rgb(204,70,178); }
H1.HeaderClassName
{
color: #CC46B2;
}
.AnyTagClassName
{
color: #CC46B2;
}
</style>
background-color css
<style>
a { background-color: #CC46B2; }
a { background-color: rgb(204,70,178); }
div.DivClassName
{
background-color: #CC46B2;
}
.BgClassName
{
background-color: #CC46B2;
}
</style>
border-color css
<style>
span { border-color: #CC46B2; }
span { border-color: rgb(204,70,178); }
td.TdClassName
{
border-color: #CC46B2;
}
.TagClassName
{
border-color: #CC46B2;
}
</style>