Shades of Fuchsia #CC39CE
Tints of Fuchsia #CC39CE
RGB
CMYK
RGB Variations
Color information
#CC39CE (or 0xCC39CE) is known color: Fuchsia. HEX triplet: CC, 39 and CE. RGB value is (204,57,206). Sum of RGB (Red+Green+Blue) = 204+57+206=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39CE is #33C631. Grayscale: #757575. Windows color (decimal): -3393074 or 13515212. OLE color: 13515212.
HSL color Cylindrical-coordinate representation of color #CC39CE: hue angle of 299.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC39CE is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 57 | 206 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.19 |
| HSL | 299.19º | 0.6% | 0.52% | - |
| HSV(B) | 299.19º | 0.72% | 0.81% | - |
| XYZ | 37.51 | 20.22 | 60.32 | - |
| YUV | 117.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 206 | 0.01 | 0.72 | 0 | 0.19 | 299.19 | 0.6 | 0.52 |
| Hex | CC | 39 | CE | 1 | 48 | 0 | 13 | 12B | 3C | 34 |
| Octal | 314 | 71 | 316 | 1 | 110 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001100 | 111001 | 11001110 | 1 | 1001000 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CC39CE
Complementary color
Monochromatic Colors of #CC39CE
Black with #CC39CE
Text Example
Text Example
White with #CC39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39CE; }
p { color: rgb(204,57,206); }
H1.HeaderClassName
{
color: #CC39CE;
}
.AnyTagClassName
{
color: #CC39CE;
}
</style>
background-color css
<style>
a { background-color: #CC39CE; }
a { background-color: rgb(204,57,206); }
div.DivClassName
{
background-color: #CC39CE;
}
.BgClassName
{
background-color: #CC39CE;
}
</style>
border-color css
<style>
span { border-color: #CC39CE; }
span { border-color: rgb(204,57,206); }
td.TdClassName
{
border-color: #CC39CE;
}
.TagClassName
{
border-color: #CC39CE;
}
</style>