Shades of Fuchsia #CC46D3
Tints of Fuchsia #CC46D3
RGB
CMYK
RGB Variations
Color information
#CC46D3 (or 0xCC46D3) is known color: Fuchsia. HEX triplet: CC, 46 and D3. RGB value is (204,70,211). Sum of RGB (Red+Green+Blue) = 204+70+211=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D3 is #33B92C. Grayscale: #7D7D7D. Windows color (decimal): -3389741 or 13846220. OLE color: 13846220.
HSL color Cylindrical-coordinate representation of color #CC46D3: hue angle of 297.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC46D3 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 70 | 211 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.17 |
| HSL | 297.02º | 0.62% | 0.55% | - |
| HSV(B) | 297.02º | 0.67% | 0.83% | - |
| XYZ | 38.85 | 21.92 | 63.81 | - |
| YUV | 126.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 211 | 0.03 | 0.67 | 0 | 0.17 | 297.02 | 0.62 | 0.55 |
| Hex | CC | 46 | D3 | 3 | 43 | 0 | 11 | 129 | 3E | 37 |
| Octal | 314 | 106 | 323 | 3 | 103 | 0 | 21 | 451 | 76 | 67 |
| Binary | 11001100 | 1000110 | 11010011 | 11 | 1000011 | 0 | 10001 | 100101001 | 111110 | 110111 |
Color Harmonies of #CC46D3
Complementary color
Monochromatic Colors of #CC46D3
Black with #CC46D3
Text Example
Text Example
White with #CC46D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46D3; }
p { color: rgb(204,70,211); }
H1.HeaderClassName
{
color: #CC46D3;
}
.AnyTagClassName
{
color: #CC46D3;
}
</style>
background-color css
<style>
a { background-color: #CC46D3; }
a { background-color: rgb(204,70,211); }
div.DivClassName
{
background-color: #CC46D3;
}
.BgClassName
{
background-color: #CC46D3;
}
</style>
border-color css
<style>
span { border-color: #CC46D3; }
span { border-color: rgb(204,70,211); }
td.TdClassName
{
border-color: #CC46D3;
}
.TagClassName
{
border-color: #CC46D3;
}
</style>