Shades of Fuchsia #CC34D1
Tints of Fuchsia #CC34D1
RGB
CMYK
RGB Variations
Color information
#CC34D1 (or 0xCC34D1) is known color: Fuchsia. HEX triplet: CC, 34 and D1. RGB value is (204,52,209). Sum of RGB (Red+Green+Blue) = 204+52+209=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34D1 is #33CB2E. Grayscale: #727272. Windows color (decimal): -3394351 or 13710540. OLE color: 13710540.
HSL color Cylindrical-coordinate representation of color #CC34D1: hue angle of 298.09º degrees, saturation: 0.63, 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 #CC34D1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 52 | 209 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.09º | 0.63% | 0.51% | - |
| HSV(B) | 298.09º | 0.75% | 0.82% | - |
| XYZ | 37.64 | 19.9 | 62.18 | - |
| YUV | 115.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 209 | 0.02 | 0.75 | 0 | 0.18 | 298.09 | 0.63 | 0.51 |
| Hex | CC | 34 | D1 | 2 | 4B | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 64 | 321 | 2 | 113 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110100 | 11010001 | 10 | 1001011 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC34D1
Complementary color
Monochromatic Colors of #CC34D1
Black with #CC34D1
Text Example
Text Example
White with #CC34D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34D1; }
p { color: rgb(204,52,209); }
H1.HeaderClassName
{
color: #CC34D1;
}
.AnyTagClassName
{
color: #CC34D1;
}
</style>
background-color css
<style>
a { background-color: #CC34D1; }
a { background-color: rgb(204,52,209); }
div.DivClassName
{
background-color: #CC34D1;
}
.BgClassName
{
background-color: #CC34D1;
}
</style>
border-color css
<style>
span { border-color: #CC34D1; }
span { border-color: rgb(204,52,209); }
td.TdClassName
{
border-color: #CC34D1;
}
.TagClassName
{
border-color: #CC34D1;
}
</style>