Shades of Fuchsia #CC46B8
Tints of Fuchsia #CC46B8
RGB
CMYK
RGB Variations
Color information
#CC46B8 (or 0xCC46B8) is known color: Fuchsia. HEX triplet: CC, 46 and B8. RGB value is (204,70,184). Sum of RGB (Red+Green+Blue) = 204+70+184=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46B8 is #33B947. Grayscale: #7A7A7A. Windows color (decimal): -3389768 or 12076748. OLE color: 12076748.
HSL color Cylindrical-coordinate representation of color #CC46B8: hue angle of 308.96º 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 #CC46B8 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 184 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.2 |
| HSL | 308.96º | 0.57% | 0.54% | - |
| HSV(B) | 308.96º | 0.66% | 0.8% | - |
| XYZ | 35.74 | 20.68 | 47.45 | - |
| YUV | 123.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 184 | 0 | 0.66 | 0.10 | 0.2 | 308.96 | 0.57 | 0.54 |
| Hex | CC | 46 | B8 | 0 | 42 | A | 14 | 135 | 39 | 36 |
| Octal | 314 | 106 | 270 | 0 | 102 | 12 | 24 | 465 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10111000 | 0 | 1000010 | 1010 | 10100 | 100110101 | 111001 | 110110 |
Color Harmonies of #CC46B8
Complementary color
Monochromatic Colors of #CC46B8
Black with #CC46B8
Text Example
Text Example
White with #CC46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46B8; }
p { color: rgb(204,70,184); }
H1.HeaderClassName
{
color: #CC46B8;
}
.AnyTagClassName
{
color: #CC46B8;
}
</style>
background-color css
<style>
a { background-color: #CC46B8; }
a { background-color: rgb(204,70,184); }
div.DivClassName
{
background-color: #CC46B8;
}
.BgClassName
{
background-color: #CC46B8;
}
</style>
border-color css
<style>
span { border-color: #CC46B8; }
span { border-color: rgb(204,70,184); }
td.TdClassName
{
border-color: #CC46B8;
}
.TagClassName
{
border-color: #CC46B8;
}
</style>