Shades of Fuchsia #CC34B2
Tints of Fuchsia #CC34B2
RGB
CMYK
RGB Variations
Color information
#CC34B2 (or 0xCC34B2) is known color: Fuchsia. HEX triplet: CC, 34 and B2. RGB value is (204,52,178). Sum of RGB (Red+Green+Blue) = 204+52+178=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34B2 is #33CB4D. Grayscale: #6F6F6F. Windows color (decimal): -3394382 or 11678924. OLE color: 11678924.
HSL color Cylindrical-coordinate representation of color #CC34B2: hue angle of 310.26º 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 #CC34B2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 178 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.2 |
| HSL | 310.26º | 0.6% | 0.5% | - |
| HSV(B) | 310.26º | 0.75% | 0.8% | - |
| XYZ | 34.17 | 18.51 | 43.89 | - |
| YUV | 111.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 178 | 0 | 0.75 | 0.13 | 0.2 | 310.26 | 0.6 | 0.5 |
| Hex | CC | 34 | B2 | 0 | 4B | D | 14 | 136 | 3C | 32 |
| Octal | 314 | 64 | 262 | 0 | 113 | 15 | 24 | 466 | 74 | 62 |
| Binary | 11001100 | 110100 | 10110010 | 0 | 1001011 | 1101 | 10100 | 100110110 | 111100 | 110010 |
Color Harmonies of #CC34B2
Complementary color
Monochromatic Colors of #CC34B2
Black with #CC34B2
Text Example
Text Example
White with #CC34B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34B2; }
p { color: rgb(204,52,178); }
H1.HeaderClassName
{
color: #CC34B2;
}
.AnyTagClassName
{
color: #CC34B2;
}
</style>
background-color css
<style>
a { background-color: #CC34B2; }
a { background-color: rgb(204,52,178); }
div.DivClassName
{
background-color: #CC34B2;
}
.BgClassName
{
background-color: #CC34B2;
}
</style>
border-color css
<style>
span { border-color: #CC34B2; }
span { border-color: rgb(204,52,178); }
td.TdClassName
{
border-color: #CC34B2;
}
.TagClassName
{
border-color: #CC34B2;
}
</style>