Shades of Fuchsia #CC30C0
Tints of Fuchsia #CC30C0
RGB
CMYK
RGB Variations
Color information
#CC30C0 (or 0xCC30C0) is known color: Fuchsia. HEX triplet: CC, 30 and C0. RGB value is (204,48,192). Sum of RGB (Red+Green+Blue) = 204+48+192=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C0 is #33CF3F. Grayscale: #6E6E6E. Windows color (decimal): -3395392 or 12595404. OLE color: 12595404.
HSL color Cylindrical-coordinate representation of color #CC30C0: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30C0 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 192 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.2 |
| HSL | 304.62º | 0.62% | 0.49% | - |
| HSV(B) | 304.62º | 0.76% | 0.8% | - |
| XYZ | 35.47 | 18.76 | 51.62 | - |
| YUV | 111.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 192 | 0 | 0.76 | 0.06 | 0.2 | 304.62 | 0.62 | 0.49 |
| Hex | CC | 30 | C0 | 0 | 4C | 6 | 14 | 131 | 3E | 31 |
| Octal | 314 | 60 | 300 | 0 | 114 | 6 | 24 | 461 | 76 | 61 |
| Binary | 11001100 | 110000 | 11000000 | 0 | 1001100 | 110 | 10100 | 100110001 | 111110 | 110001 |
Color Harmonies of #CC30C0
Complementary color
Monochromatic Colors of #CC30C0
Black with #CC30C0
Text Example
Text Example
White with #CC30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30C0; }
p { color: rgb(204,48,192); }
H1.HeaderClassName
{
color: #CC30C0;
}
.AnyTagClassName
{
color: #CC30C0;
}
</style>
background-color css
<style>
a { background-color: #CC30C0; }
a { background-color: rgb(204,48,192); }
div.DivClassName
{
background-color: #CC30C0;
}
.BgClassName
{
background-color: #CC30C0;
}
</style>
border-color css
<style>
span { border-color: #CC30C0; }
span { border-color: rgb(204,48,192); }
td.TdClassName
{
border-color: #CC30C0;
}
.TagClassName
{
border-color: #CC30C0;
}
</style>