Shades of Fuchsia #CC34BC
Tints of Fuchsia #CC34BC
RGB
CMYK
RGB Variations
Color information
#CC34BC (or 0xCC34BC) is known color: Fuchsia. HEX triplet: CC, 34 and BC. RGB value is (204,52,188). Sum of RGB (Red+Green+Blue) = 204+52+188=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34BC is #33CB43. Grayscale: #707070. Windows color (decimal): -3394372 or 12334284. OLE color: 12334284.
HSL color Cylindrical-coordinate representation of color #CC34BC: hue angle of 306.32º 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 #CC34BC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 188 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.2 |
| HSL | 306.32º | 0.6% | 0.5% | - |
| HSV(B) | 306.32º | 0.75% | 0.8% | - |
| XYZ | 35.21 | 18.92 | 49.37 | - |
| YUV | 112.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 188 | 0 | 0.75 | 0.08 | 0.2 | 306.32 | 0.6 | 0.5 |
| Hex | CC | 34 | BC | 0 | 4B | 8 | 14 | 132 | 3C | 32 |
| Octal | 314 | 64 | 274 | 0 | 113 | 10 | 24 | 462 | 74 | 62 |
| Binary | 11001100 | 110100 | 10111100 | 0 | 1001011 | 1000 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CC34BC
Complementary color
Monochromatic Colors of #CC34BC
Black with #CC34BC
Text Example
Text Example
White with #CC34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34BC; }
p { color: rgb(204,52,188); }
H1.HeaderClassName
{
color: #CC34BC;
}
.AnyTagClassName
{
color: #CC34BC;
}
</style>
background-color css
<style>
a { background-color: #CC34BC; }
a { background-color: rgb(204,52,188); }
div.DivClassName
{
background-color: #CC34BC;
}
.BgClassName
{
background-color: #CC34BC;
}
</style>
border-color css
<style>
span { border-color: #CC34BC; }
span { border-color: rgb(204,52,188); }
td.TdClassName
{
border-color: #CC34BC;
}
.TagClassName
{
border-color: #CC34BC;
}
</style>