Shades of Fuchsia #CC39BD
Tints of Fuchsia #CC39BD
RGB
CMYK
RGB Variations
Color information
#CC39BD (or 0xCC39BD) is known color: Fuchsia. HEX triplet: CC, 39 and BD. RGB value is (204,57,189). Sum of RGB (Red+Green+Blue) = 204+57+189=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39BD is #33C642. Grayscale: #737373. Windows color (decimal): -3393091 or 12401100. OLE color: 12401100.
HSL color Cylindrical-coordinate representation of color #CC39BD: hue angle of 306.12º 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 #CC39BD is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 189 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.2 |
| HSL | 306.12º | 0.59% | 0.51% | - |
| HSV(B) | 306.12º | 0.72% | 0.8% | - |
| XYZ | 35.55 | 19.44 | 50.02 | - |
| YUV | 116 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 189 | 0 | 0.72 | 0.07 | 0.2 | 306.12 | 0.59 | 0.51 |
| Hex | CC | 39 | BD | 0 | 48 | 7 | 14 | 132 | 3B | 33 |
| Octal | 314 | 71 | 275 | 0 | 110 | 7 | 24 | 462 | 73 | 63 |
| Binary | 11001100 | 111001 | 10111101 | 0 | 1001000 | 111 | 10100 | 100110010 | 111011 | 110011 |
Color Harmonies of #CC39BD
Complementary color
Monochromatic Colors of #CC39BD
Black with #CC39BD
Text Example
Text Example
White with #CC39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39BD; }
p { color: rgb(204,57,189); }
H1.HeaderClassName
{
color: #CC39BD;
}
.AnyTagClassName
{
color: #CC39BD;
}
</style>
background-color css
<style>
a { background-color: #CC39BD; }
a { background-color: rgb(204,57,189); }
div.DivClassName
{
background-color: #CC39BD;
}
.BgClassName
{
background-color: #CC39BD;
}
</style>
border-color css
<style>
span { border-color: #CC39BD; }
span { border-color: rgb(204,57,189); }
td.TdClassName
{
border-color: #CC39BD;
}
.TagClassName
{
border-color: #CC39BD;
}
</style>