Shades of Fuchsia #CC46CC
Tints of Fuchsia #CC46CC
RGB
CMYK
RGB Variations
Color information
#CC46CC (or 0xCC46CC) is known color: Fuchsia. HEX triplet: CC, 46 and CC. RGB value is (204,70,204). Sum of RGB (Red+Green+Blue) = 204+70+204=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46CC is #33B933. Grayscale: #7C7C7C. Windows color (decimal): -3389748 or 13387468. OLE color: 13387468.
HSL color Cylindrical-coordinate representation of color #CC46CC: hue angle of 300º 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 #CC46CC is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 204 | - |
| CMYK | 0 | 0.66 | 0 | 0.2 |
| HSL | 300º | 0.57% | 0.54% | - |
| HSV(B) | 300º | 0.66% | 0.8% | - |
| XYZ | 37.99 | 21.58 | 59.29 | - |
| YUV | 125.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 204 | 0 | 0.66 | 0 | 0.2 | 300 | 0.57 | 0.54 |
| Hex | CC | 46 | CC | 0 | 42 | 0 | 14 | 12C | 39 | 36 |
| Octal | 314 | 106 | 314 | 0 | 102 | 0 | 24 | 454 | 71 | 66 |
| Binary | 11001100 | 1000110 | 11001100 | 0 | 1000010 | 0 | 10100 | 100101100 | 111001 | 110110 |
Color Harmonies of #CC46CC
Complementary color
Monochromatic Colors of #CC46CC
Black with #CC46CC
Text Example
Text Example
White with #CC46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46CC; }
p { color: rgb(204,70,204); }
H1.HeaderClassName
{
color: #CC46CC;
}
.AnyTagClassName
{
color: #CC46CC;
}
</style>
background-color css
<style>
a { background-color: #CC46CC; }
a { background-color: rgb(204,70,204); }
div.DivClassName
{
background-color: #CC46CC;
}
.BgClassName
{
background-color: #CC46CC;
}
</style>
border-color css
<style>
span { border-color: #CC46CC; }
span { border-color: rgb(204,70,204); }
td.TdClassName
{
border-color: #CC46CC;
}
.TagClassName
{
border-color: #CC46CC;
}
</style>