Shades of Fuchsia #CC46BA
Tints of Fuchsia #CC46BA
RGB
CMYK
RGB Variations
Color information
#CC46BA (or 0xCC46BA) is known color: Fuchsia. HEX triplet: CC, 46 and BA. RGB value is (204,70,186). Sum of RGB (Red+Green+Blue) = 204+70+186=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46BA is #33B945. Grayscale: #7A7A7A. Windows color (decimal): -3389766 or 12207820. OLE color: 12207820.
HSL color Cylindrical-coordinate representation of color #CC46BA: hue angle of 308.06º 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 #CC46BA is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 186 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.2 |
| HSL | 308.06º | 0.57% | 0.54% | - |
| HSV(B) | 308.06º | 0.66% | 0.8% | - |
| XYZ | 35.95 | 20.76 | 48.57 | - |
| YUV | 123.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 186 | 0 | 0.66 | 0.09 | 0.2 | 308.06 | 0.57 | 0.54 |
| Hex | CC | 46 | BA | 0 | 42 | 9 | 14 | 134 | 39 | 36 |
| Octal | 314 | 106 | 272 | 0 | 102 | 11 | 24 | 464 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10111010 | 0 | 1000010 | 1001 | 10100 | 100110100 | 111001 | 110110 |
Color Harmonies of #CC46BA
Complementary color
Monochromatic Colors of #CC46BA
Black with #CC46BA
Text Example
Text Example
White with #CC46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46BA; }
p { color: rgb(204,70,186); }
H1.HeaderClassName
{
color: #CC46BA;
}
.AnyTagClassName
{
color: #CC46BA;
}
</style>
background-color css
<style>
a { background-color: #CC46BA; }
a { background-color: rgb(204,70,186); }
div.DivClassName
{
background-color: #CC46BA;
}
.BgClassName
{
background-color: #CC46BA;
}
</style>
border-color css
<style>
span { border-color: #CC46BA; }
span { border-color: rgb(204,70,186); }
td.TdClassName
{
border-color: #CC46BA;
}
.TagClassName
{
border-color: #CC46BA;
}
</style>