Shades of Fuchsia #CC34CE
Tints of Fuchsia #CC34CE
RGB
CMYK
RGB Variations
Color information
#CC34CE (or 0xCC34CE) is known color: Fuchsia. HEX triplet: CC, 34 and CE. RGB value is (204,52,206). Sum of RGB (Red+Green+Blue) = 204+52+206=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34CE is #33CB31. Grayscale: #727272. Windows color (decimal): -3394354 or 13513932. OLE color: 13513932.
HSL color Cylindrical-coordinate representation of color #CC34CE: hue angle of 299.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34CE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 52 | 206 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.19 |
| HSL | 299.22º | 0.61% | 0.51% | - |
| HSV(B) | 299.22º | 0.75% | 0.81% | - |
| XYZ | 37.27 | 19.75 | 60.24 | - |
| YUV | 115 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 206 | 0.01 | 0.75 | 0 | 0.19 | 299.22 | 0.61 | 0.51 |
| Hex | CC | 34 | CE | 1 | 4B | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 64 | 316 | 1 | 113 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110100 | 11001110 | 1 | 1001011 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC34CE
Complementary color
Monochromatic Colors of #CC34CE
Black with #CC34CE
Text Example
Text Example
White with #CC34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34CE; }
p { color: rgb(204,52,206); }
H1.HeaderClassName
{
color: #CC34CE;
}
.AnyTagClassName
{
color: #CC34CE;
}
</style>
background-color css
<style>
a { background-color: #CC34CE; }
a { background-color: rgb(204,52,206); }
div.DivClassName
{
background-color: #CC34CE;
}
.BgClassName
{
background-color: #CC34CE;
}
</style>
border-color css
<style>
span { border-color: #CC34CE; }
span { border-color: rgb(204,52,206); }
td.TdClassName
{
border-color: #CC34CE;
}
.TagClassName
{
border-color: #CC34CE;
}
</style>