Shades of Fuchsia #CC50D0
Tints of Fuchsia #CC50D0
RGB
CMYK
RGB Variations
Color information
#CC50D0 (or 0xCC50D0) is known color: Fuchsia. HEX triplet: CC, 50 and D0. RGB value is (204,80,208). Sum of RGB (Red+Green+Blue) = 204+80+208=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50D0 is #33AF2F. Grayscale: #838383. Windows color (decimal): -3387184 or 13652172. OLE color: 13652172.
HSL color Cylindrical-coordinate representation of color #CC50D0: hue angle of 298.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC50D0 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 80 | 208 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.18 |
| HSL | 298.13º | 0.58% | 0.56% | - |
| HSV(B) | 298.13º | 0.62% | 0.82% | - |
| XYZ | 39.16 | 23.13 | 62.08 | - |
| YUV | 131.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 208 | 0.02 | 0.62 | 0 | 0.18 | 298.13 | 0.58 | 0.56 |
| Hex | CC | 50 | D0 | 2 | 3E | 0 | 12 | 12A | 3A | 38 |
| Octal | 314 | 120 | 320 | 2 | 76 | 0 | 22 | 452 | 72 | 70 |
| Binary | 11001100 | 1010000 | 11010000 | 10 | 111110 | 0 | 10010 | 100101010 | 111010 | 111000 |
Color Harmonies of #CC50D0
Complementary color
Monochromatic Colors of #CC50D0
Black with #CC50D0
Text Example
Text Example
White with #CC50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50D0; }
p { color: rgb(204,80,208); }
H1.HeaderClassName
{
color: #CC50D0;
}
.AnyTagClassName
{
color: #CC50D0;
}
</style>
background-color css
<style>
a { background-color: #CC50D0; }
a { background-color: rgb(204,80,208); }
div.DivClassName
{
background-color: #CC50D0;
}
.BgClassName
{
background-color: #CC50D0;
}
</style>
border-color css
<style>
span { border-color: #CC50D0; }
span { border-color: rgb(204,80,208); }
td.TdClassName
{
border-color: #CC50D0;
}
.TagClassName
{
border-color: #CC50D0;
}
</style>