Shades of Fuchsia #CC34C6
Tints of Fuchsia #CC34C6
RGB
CMYK
RGB Variations
Color information
#CC34C6 (or 0xCC34C6) is known color: Fuchsia. HEX triplet: CC, 34 and C6. RGB value is (204,52,198). Sum of RGB (Red+Green+Blue) = 204+52+198=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34C6 is #33CB39. Grayscale: #717171. Windows color (decimal): -3394362 or 12989644. OLE color: 12989644.
HSL color Cylindrical-coordinate representation of color #CC34C6: hue angle of 302.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34C6 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 198 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.2 |
| HSL | 302.37º | 0.6% | 0.5% | - |
| HSV(B) | 302.37º | 0.75% | 0.8% | - |
| XYZ | 36.32 | 19.37 | 55.25 | - |
| YUV | 114.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 198 | 0 | 0.75 | 0.03 | 0.2 | 302.37 | 0.6 | 0.5 |
| Hex | CC | 34 | C6 | 0 | 4B | 3 | 14 | 12E | 3C | 32 |
| Octal | 314 | 64 | 306 | 0 | 113 | 3 | 24 | 456 | 74 | 62 |
| Binary | 11001100 | 110100 | 11000110 | 0 | 1001011 | 11 | 10100 | 100101110 | 111100 | 110010 |
Color Harmonies of #CC34C6
Complementary color
Monochromatic Colors of #CC34C6
Black with #CC34C6
Text Example
Text Example
White with #CC34C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34C6; }
p { color: rgb(204,52,198); }
H1.HeaderClassName
{
color: #CC34C6;
}
.AnyTagClassName
{
color: #CC34C6;
}
</style>
background-color css
<style>
a { background-color: #CC34C6; }
a { background-color: rgb(204,52,198); }
div.DivClassName
{
background-color: #CC34C6;
}
.BgClassName
{
background-color: #CC34C6;
}
</style>
border-color css
<style>
span { border-color: #CC34C6; }
span { border-color: rgb(204,52,198); }
td.TdClassName
{
border-color: #CC34C6;
}
.TagClassName
{
border-color: #CC34C6;
}
</style>