Shades of Fuchsia #CC52C4
Tints of Fuchsia #CC52C4
RGB
CMYK
RGB Variations
Color information
#CC52C4 (or 0xCC52C4) is known color: Fuchsia. HEX triplet: CC, 52 and C4. RGB value is (204,82,196). Sum of RGB (Red+Green+Blue) = 204+82+196=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C4 is #33AD3B. Grayscale: #838383. Windows color (decimal): -3386684 or 12866252. OLE color: 12866252.
HSL color Cylindrical-coordinate representation of color #CC52C4: hue angle of 303.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC52C4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 196 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.2 |
| HSL | 303.93º | 0.54% | 0.56% | - |
| HSV(B) | 303.93º | 0.6% | 0.8% | - |
| XYZ | 37.88 | 22.86 | 54.64 | - |
| YUV | 131.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 196 | 0 | 0.60 | 0.04 | 0.2 | 303.93 | 0.54 | 0.56 |
| Hex | CC | 52 | C4 | 0 | 3C | 4 | 14 | 130 | 36 | 38 |
| Octal | 314 | 122 | 304 | 0 | 74 | 4 | 24 | 460 | 66 | 70 |
| Binary | 11001100 | 1010010 | 11000100 | 0 | 111100 | 100 | 10100 | 100110000 | 110110 | 111000 |
Color Harmonies of #CC52C4
Complementary color
Monochromatic Colors of #CC52C4
Black with #CC52C4
Text Example
Text Example
White with #CC52C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52C4; }
p { color: rgb(204,82,196); }
H1.HeaderClassName
{
color: #CC52C4;
}
.AnyTagClassName
{
color: #CC52C4;
}
</style>
background-color css
<style>
a { background-color: #CC52C4; }
a { background-color: rgb(204,82,196); }
div.DivClassName
{
background-color: #CC52C4;
}
.BgClassName
{
background-color: #CC52C4;
}
</style>
border-color css
<style>
span { border-color: #CC52C4; }
span { border-color: rgb(204,82,196); }
td.TdClassName
{
border-color: #CC52C4;
}
.TagClassName
{
border-color: #CC52C4;
}
</style>