Shades of Fuchsia #CC34C3
Tints of Fuchsia #CC34C3
RGB
CMYK
RGB Variations
Color information
#CC34C3 (or 0xCC34C3) is known color: Fuchsia. HEX triplet: CC, 34 and C3. RGB value is (204,52,195). Sum of RGB (Red+Green+Blue) = 204+52+195=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34C3 is #33CB3C. Grayscale: #717171. Windows color (decimal): -3394365 or 12793036. OLE color: 12793036.
HSL color Cylindrical-coordinate representation of color #CC34C3: hue angle of 303.55º 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 #CC34C3 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 195 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.2 |
| HSL | 303.55º | 0.6% | 0.5% | - |
| HSV(B) | 303.55º | 0.75% | 0.8% | - |
| XYZ | 35.98 | 19.23 | 53.45 | - |
| YUV | 113.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 195 | 0 | 0.75 | 0.04 | 0.2 | 303.55 | 0.6 | 0.5 |
| Hex | CC | 34 | C3 | 0 | 4B | 4 | 14 | 130 | 3C | 32 |
| Octal | 314 | 64 | 303 | 0 | 113 | 4 | 24 | 460 | 74 | 62 |
| Binary | 11001100 | 110100 | 11000011 | 0 | 1001011 | 100 | 10100 | 100110000 | 111100 | 110010 |
Color Harmonies of #CC34C3
Complementary color
Monochromatic Colors of #CC34C3
Black with #CC34C3
Text Example
Text Example
White with #CC34C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34C3; }
p { color: rgb(204,52,195); }
H1.HeaderClassName
{
color: #CC34C3;
}
.AnyTagClassName
{
color: #CC34C3;
}
</style>
background-color css
<style>
a { background-color: #CC34C3; }
a { background-color: rgb(204,52,195); }
div.DivClassName
{
background-color: #CC34C3;
}
.BgClassName
{
background-color: #CC34C3;
}
</style>
border-color css
<style>
span { border-color: #CC34C3; }
span { border-color: rgb(204,52,195); }
td.TdClassName
{
border-color: #CC34C3;
}
.TagClassName
{
border-color: #CC34C3;
}
</style>