Shades of Fuchsia #CC50C5
Tints of Fuchsia #CC50C5
RGB
CMYK
RGB Variations
Color information
#CC50C5 (or 0xCC50C5) is known color: Fuchsia. HEX triplet: CC, 50 and C5. RGB value is (204,80,197). Sum of RGB (Red+Green+Blue) = 204+80+197=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50C5 is #33AF3A. Grayscale: #828282. Windows color (decimal): -3387195 or 12931276. OLE color: 12931276.
HSL color Cylindrical-coordinate representation of color #CC50C5: hue angle of 303.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC50C5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 197 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.2 |
| HSL | 303.39º | 0.55% | 0.56% | - |
| HSV(B) | 303.39º | 0.61% | 0.8% | - |
| XYZ | 37.85 | 22.61 | 55.19 | - |
| YUV | 130.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 197 | 0 | 0.61 | 0.03 | 0.2 | 303.39 | 0.55 | 0.56 |
| Hex | CC | 50 | C5 | 0 | 3D | 3 | 14 | 12F | 37 | 38 |
| Octal | 314 | 120 | 305 | 0 | 75 | 3 | 24 | 457 | 67 | 70 |
| Binary | 11001100 | 1010000 | 11000101 | 0 | 111101 | 11 | 10100 | 100101111 | 110111 | 111000 |
Color Harmonies of #CC50C5
Complementary color
Monochromatic Colors of #CC50C5
Black with #CC50C5
Text Example
Text Example
White with #CC50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50C5; }
p { color: rgb(204,80,197); }
H1.HeaderClassName
{
color: #CC50C5;
}
.AnyTagClassName
{
color: #CC50C5;
}
</style>
background-color css
<style>
a { background-color: #CC50C5; }
a { background-color: rgb(204,80,197); }
div.DivClassName
{
background-color: #CC50C5;
}
.BgClassName
{
background-color: #CC50C5;
}
</style>
border-color css
<style>
span { border-color: #CC50C5; }
span { border-color: rgb(204,80,197); }
td.TdClassName
{
border-color: #CC50C5;
}
.TagClassName
{
border-color: #CC50C5;
}
</style>