Shades of Fuchsia #CC39BA
Tints of Fuchsia #CC39BA
RGB
CMYK
RGB Variations
Color information
#CC39BA (or 0xCC39BA) is known color: Fuchsia. HEX triplet: CC, 39 and BA. RGB value is (204,57,186). Sum of RGB (Red+Green+Blue) = 204+57+186=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39BA is #33C645. Grayscale: #737373. Windows color (decimal): -3393094 or 12204492. OLE color: 12204492.
HSL color Cylindrical-coordinate representation of color #CC39BA: hue angle of 307.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC39BA is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 186 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.2 |
| HSL | 307.35º | 0.59% | 0.51% | - |
| HSV(B) | 307.35º | 0.72% | 0.8% | - |
| XYZ | 35.23 | 19.31 | 48.32 | - |
| YUV | 115.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 186 | 0 | 0.72 | 0.09 | 0.2 | 307.35 | 0.59 | 0.51 |
| Hex | CC | 39 | BA | 0 | 48 | 9 | 14 | 133 | 3B | 33 |
| Octal | 314 | 71 | 272 | 0 | 110 | 11 | 24 | 463 | 73 | 63 |
| Binary | 11001100 | 111001 | 10111010 | 0 | 1001000 | 1001 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CC39BA
Complementary color
Monochromatic Colors of #CC39BA
Black with #CC39BA
Text Example
Text Example
White with #CC39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39BA; }
p { color: rgb(204,57,186); }
H1.HeaderClassName
{
color: #CC39BA;
}
.AnyTagClassName
{
color: #CC39BA;
}
</style>
background-color css
<style>
a { background-color: #CC39BA; }
a { background-color: rgb(204,57,186); }
div.DivClassName
{
background-color: #CC39BA;
}
.BgClassName
{
background-color: #CC39BA;
}
</style>
border-color css
<style>
span { border-color: #CC39BA; }
span { border-color: rgb(204,57,186); }
td.TdClassName
{
border-color: #CC39BA;
}
.TagClassName
{
border-color: #CC39BA;
}
</style>