Shades of Fuchsia #CC42BA
Tints of Fuchsia #CC42BA
RGB
CMYK
RGB Variations
Color information
#CC42BA (or 0xCC42BA) is known color: Fuchsia. HEX triplet: CC, 42 and BA. RGB value is (204,66,186). Sum of RGB (Red+Green+Blue) = 204+66+186=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42BA is #33BD45. Grayscale: #787878. Windows color (decimal): -3390790 or 12206796. OLE color: 12206796.
HSL color Cylindrical-coordinate representation of color #CC42BA: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC42BA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 186 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.2 |
| HSL | 307.83º | 0.58% | 0.53% | - |
| HSV(B) | 307.83º | 0.68% | 0.8% | - |
| XYZ | 35.71 | 20.28 | 48.49 | - |
| YUV | 120.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 186 | 0 | 0.68 | 0.09 | 0.2 | 307.83 | 0.58 | 0.53 |
| Hex | CC | 42 | BA | 0 | 44 | 9 | 14 | 134 | 3A | 35 |
| Octal | 314 | 102 | 272 | 0 | 104 | 11 | 24 | 464 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10111010 | 0 | 1000100 | 1001 | 10100 | 100110100 | 111010 | 110101 |
Color Harmonies of #CC42BA
Complementary color
Monochromatic Colors of #CC42BA
Black with #CC42BA
Text Example
Text Example
White with #CC42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42BA; }
p { color: rgb(204,66,186); }
H1.HeaderClassName
{
color: #CC42BA;
}
.AnyTagClassName
{
color: #CC42BA;
}
</style>
background-color css
<style>
a { background-color: #CC42BA; }
a { background-color: rgb(204,66,186); }
div.DivClassName
{
background-color: #CC42BA;
}
.BgClassName
{
background-color: #CC42BA;
}
</style>
border-color css
<style>
span { border-color: #CC42BA; }
span { border-color: rgb(204,66,186); }
td.TdClassName
{
border-color: #CC42BA;
}
.TagClassName
{
border-color: #CC42BA;
}
</style>