Shades of Fuchsia #CC39D4
Tints of Fuchsia #CC39D4
RGB
CMYK
RGB Variations
Color information
#CC39D4 (or 0xCC39D4) is known color: Fuchsia. HEX triplet: CC, 39 and D4. RGB value is (204,57,212). Sum of RGB (Red+Green+Blue) = 204+57+212=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39D4 is #33C62B. Grayscale: #767676. Windows color (decimal): -3393068 or 13908428. OLE color: 13908428.
HSL color Cylindrical-coordinate representation of color #CC39D4: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC39D4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 57 | 212 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.17 |
| HSL | 296.9º | 0.64% | 0.53% | - |
| HSV(B) | 296.9º | 0.73% | 0.83% | - |
| XYZ | 38.25 | 20.52 | 64.23 | - |
| YUV | 118.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 212 | 0.04 | 0.73 | 0 | 0.17 | 296.9 | 0.64 | 0.53 |
| Hex | CC | 39 | D4 | 4 | 49 | 0 | 11 | 129 | 40 | 35 |
| Octal | 314 | 71 | 324 | 4 | 111 | 0 | 21 | 451 | 100 | 65 |
| Binary | 11001100 | 111001 | 11010100 | 100 | 1001001 | 0 | 10001 | 100101001 | 1000000 | 110101 |
Color Harmonies of #CC39D4
Complementary color
Monochromatic Colors of #CC39D4
Black with #CC39D4
Text Example
Text Example
White with #CC39D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39D4; }
p { color: rgb(204,57,212); }
H1.HeaderClassName
{
color: #CC39D4;
}
.AnyTagClassName
{
color: #CC39D4;
}
</style>
background-color css
<style>
a { background-color: #CC39D4; }
a { background-color: rgb(204,57,212); }
div.DivClassName
{
background-color: #CC39D4;
}
.BgClassName
{
background-color: #CC39D4;
}
</style>
border-color css
<style>
span { border-color: #CC39D4; }
span { border-color: rgb(204,57,212); }
td.TdClassName
{
border-color: #CC39D4;
}
.TagClassName
{
border-color: #CC39D4;
}
</style>