Shades of Fuchsia #CC52B7
Tints of Fuchsia #CC52B7
RGB
CMYK
RGB Variations
Color information
#CC52B7 (or 0xCC52B7) is known color: Fuchsia. HEX triplet: CC, 52 and B7. RGB value is (204,82,183). Sum of RGB (Red+Green+Blue) = 204+82+183=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52B7 is #33AD48. Grayscale: #818181. Windows color (decimal): -3386697 or 12014284. OLE color: 12014284.
HSL color Cylindrical-coordinate representation of color #CC52B7: hue angle of 310.33º 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 #CC52B7 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 82 | 183 | - |
CMYK | 0 | 0.60 | 0.10 | 0.2 |
HSL | 310.33º | 0.54% | 0.56% | - |
HSV(B) | 310.33º | 0.6% | 0.8% | - |
XYZ | 36.47 | 22.29 | 47.18 | - |
YUV | 129.99 | 157.92 | 180.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 82 | 183 | 0 | 0.60 | 0.10 | 0.2 | 310.33 | 0.54 | 0.56 |
Hex | CC | 52 | B7 | 0 | 3C | A | 14 | 136 | 36 | 38 |
Octal | 314 | 122 | 267 | 0 | 74 | 12 | 24 | 466 | 66 | 70 |
Binary | 11001100 | 1010010 | 10110111 | 0 | 111100 | 1010 | 10100 | 100110110 | 110110 | 111000 |
Color Harmonies of #CC52B7
Complementary color
Monochromatic Colors of #CC52B7
Black with #CC52B7
Text Example
Text Example
White with #CC52B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52B7; }
p { color: rgb(204,82,183); }
H1.HeaderClassName
{
color: #CC52B7;
}
.AnyTagClassName
{
color: #CC52B7;
}
</style>
background-color css
<style>
a { background-color: #CC52B7; }
a { background-color: rgb(204,82,183); }
div.DivClassName
{
background-color: #CC52B7;
}
.BgClassName
{
background-color: #CC52B7;
}
</style>
border-color css
<style>
span { border-color: #CC52B7; }
span { border-color: rgb(204,82,183); }
td.TdClassName
{
border-color: #CC52B7;
}
.TagClassName
{
border-color: #CC52B7;
}
</style>