Shades of Fuchsia #CC52C3
Tints of Fuchsia #CC52C3
RGB
CMYK
RGB Variations
Color information
#CC52C3 (or 0xCC52C3) is known color: Fuchsia. HEX triplet: CC, 52 and C3. RGB value is (204,82,195). Sum of RGB (Red+Green+Blue) = 204+82+195=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C3 is #33AD3C. Grayscale: #838383. Windows color (decimal): -3386685 or 12800716. OLE color: 12800716.
HSL color Cylindrical-coordinate representation of color #CC52C3: hue angle of 304.43º 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 #CC52C3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 195 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.2 |
| HSL | 304.43º | 0.54% | 0.56% | - |
| HSV(B) | 304.43º | 0.6% | 0.8% | - |
| XYZ | 37.77 | 22.81 | 54.04 | - |
| YUV | 131.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 195 | 0 | 0.60 | 0.04 | 0.2 | 304.43 | 0.54 | 0.56 |
| Hex | CC | 52 | C3 | 0 | 3C | 4 | 14 | 130 | 36 | 38 |
| Octal | 314 | 122 | 303 | 0 | 74 | 4 | 24 | 460 | 66 | 70 |
| Binary | 11001100 | 1010010 | 11000011 | 0 | 111100 | 100 | 10100 | 100110000 | 110110 | 111000 |
Color Harmonies of #CC52C3
Complementary color
Monochromatic Colors of #CC52C3
Black with #CC52C3
Text Example
Text Example
White with #CC52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52C3; }
p { color: rgb(204,82,195); }
H1.HeaderClassName
{
color: #CC52C3;
}
.AnyTagClassName
{
color: #CC52C3;
}
</style>
background-color css
<style>
a { background-color: #CC52C3; }
a { background-color: rgb(204,82,195); }
div.DivClassName
{
background-color: #CC52C3;
}
.BgClassName
{
background-color: #CC52C3;
}
</style>
border-color css
<style>
span { border-color: #CC52C3; }
span { border-color: rgb(204,82,195); }
td.TdClassName
{
border-color: #CC52C3;
}
.TagClassName
{
border-color: #CC52C3;
}
</style>