Shades of Fuchsia #CC34C7
Tints of Fuchsia #CC34C7
RGB
CMYK
RGB Variations
Color information
#CC34C7 (or 0xCC34C7) is known color: Fuchsia. HEX triplet: CC, 34 and C7. RGB value is (204,52,199). Sum of RGB (Red+Green+Blue) = 204+52+199=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34C7 is #33CB38. Grayscale: #717171. Windows color (decimal): -3394361 or 13055180. OLE color: 13055180.
HSL color Cylindrical-coordinate representation of color #CC34C7: hue angle of 301.97º 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 #CC34C7 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 199 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.2 |
| HSL | 301.97º | 0.6% | 0.5% | - |
| HSV(B) | 301.97º | 0.75% | 0.8% | - |
| XYZ | 36.44 | 19.42 | 55.86 | - |
| YUV | 114.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 199 | 0 | 0.75 | 0.02 | 0.2 | 301.97 | 0.6 | 0.5 |
| Hex | CC | 34 | C7 | 0 | 4B | 2 | 14 | 12E | 3C | 32 |
| Octal | 314 | 64 | 307 | 0 | 113 | 2 | 24 | 456 | 74 | 62 |
| Binary | 11001100 | 110100 | 11000111 | 0 | 1001011 | 10 | 10100 | 100101110 | 111100 | 110010 |
Color Harmonies of #CC34C7
Complementary color
Monochromatic Colors of #CC34C7
Black with #CC34C7
Text Example
Text Example
White with #CC34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34C7; }
p { color: rgb(204,52,199); }
H1.HeaderClassName
{
color: #CC34C7;
}
.AnyTagClassName
{
color: #CC34C7;
}
</style>
background-color css
<style>
a { background-color: #CC34C7; }
a { background-color: rgb(204,52,199); }
div.DivClassName
{
background-color: #CC34C7;
}
.BgClassName
{
background-color: #CC34C7;
}
</style>
border-color css
<style>
span { border-color: #CC34C7; }
span { border-color: rgb(204,52,199); }
td.TdClassName
{
border-color: #CC34C7;
}
.TagClassName
{
border-color: #CC34C7;
}
</style>