Shades of Fuchsia #CC34D2
Tints of Fuchsia #CC34D2
RGB
CMYK
RGB Variations
Color information
#CC34D2 (or 0xCC34D2) is known color: Fuchsia. HEX triplet: CC, 34 and D2. RGB value is (204,52,210). Sum of RGB (Red+Green+Blue) = 204+52+210=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34D2 is #33CB2D. Grayscale: #727272. Windows color (decimal): -3394350 or 13776076. OLE color: 13776076.
HSL color Cylindrical-coordinate representation of color #CC34D2: hue angle of 297.72º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34D2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 52 | 210 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.72º | 0.64% | 0.51% | - |
| HSV(B) | 297.72º | 0.75% | 0.82% | - |
| XYZ | 37.76 | 19.95 | 62.83 | - |
| YUV | 115.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 210 | 0.03 | 0.75 | 0 | 0.18 | 297.72 | 0.64 | 0.51 |
| Hex | CC | 34 | D2 | 3 | 4B | 0 | 12 | 12A | 40 | 33 |
| Octal | 314 | 64 | 322 | 3 | 113 | 0 | 22 | 452 | 100 | 63 |
| Binary | 11001100 | 110100 | 11010010 | 11 | 1001011 | 0 | 10010 | 100101010 | 1000000 | 110011 |
Color Harmonies of #CC34D2
Complementary color
Monochromatic Colors of #CC34D2
Black with #CC34D2
Text Example
Text Example
White with #CC34D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34D2; }
p { color: rgb(204,52,210); }
H1.HeaderClassName
{
color: #CC34D2;
}
.AnyTagClassName
{
color: #CC34D2;
}
</style>
background-color css
<style>
a { background-color: #CC34D2; }
a { background-color: rgb(204,52,210); }
div.DivClassName
{
background-color: #CC34D2;
}
.BgClassName
{
background-color: #CC34D2;
}
</style>
border-color css
<style>
span { border-color: #CC34D2; }
span { border-color: rgb(204,52,210); }
td.TdClassName
{
border-color: #CC34D2;
}
.TagClassName
{
border-color: #CC34D2;
}
</style>