Shades of Fuchsia #CC39BC
Tints of Fuchsia #CC39BC
RGB
CMYK
RGB Variations
Color information
#CC39BC (or 0xCC39BC) is known color: Fuchsia. HEX triplet: CC, 39 and BC. RGB value is (204,57,188). Sum of RGB (Red+Green+Blue) = 204+57+188=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39BC is #33C643. Grayscale: #737373. Windows color (decimal): -3393092 or 12335564. OLE color: 12335564.
HSL color Cylindrical-coordinate representation of color #CC39BC: hue angle of 306.53º 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 #CC39BC is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 188 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.2 |
| HSL | 306.53º | 0.59% | 0.51% | - |
| HSV(B) | 306.53º | 0.72% | 0.8% | - |
| XYZ | 35.44 | 19.39 | 49.45 | - |
| YUV | 115.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 188 | 0 | 0.72 | 0.08 | 0.2 | 306.53 | 0.59 | 0.51 |
| Hex | CC | 39 | BC | 0 | 48 | 8 | 14 | 133 | 3B | 33 |
| Octal | 314 | 71 | 274 | 0 | 110 | 10 | 24 | 463 | 73 | 63 |
| Binary | 11001100 | 111001 | 10111100 | 0 | 1001000 | 1000 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CC39BC
Complementary color
Monochromatic Colors of #CC39BC
Black with #CC39BC
Text Example
Text Example
White with #CC39BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39BC; }
p { color: rgb(204,57,188); }
H1.HeaderClassName
{
color: #CC39BC;
}
.AnyTagClassName
{
color: #CC39BC;
}
</style>
background-color css
<style>
a { background-color: #CC39BC; }
a { background-color: rgb(204,57,188); }
div.DivClassName
{
background-color: #CC39BC;
}
.BgClassName
{
background-color: #CC39BC;
}
</style>
border-color css
<style>
span { border-color: #CC39BC; }
span { border-color: rgb(204,57,188); }
td.TdClassName
{
border-color: #CC39BC;
}
.TagClassName
{
border-color: #CC39BC;
}
</style>