Shades of Fuchsia #CC30C1
Tints of Fuchsia #CC30C1
RGB
CMYK
RGB Variations
Color information
#CC30C1 (or 0xCC30C1) is known color: Fuchsia. HEX triplet: CC, 30 and C1. RGB value is (204,48,193). Sum of RGB (Red+Green+Blue) = 204+48+193=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C1 is #33CF3E. Grayscale: #6E6E6E. Windows color (decimal): -3395391 or 12660940. OLE color: 12660940.
HSL color Cylindrical-coordinate representation of color #CC30C1: hue angle of 304.23º 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 #CC30C1 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 193 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.2 |
| HSL | 304.23º | 0.62% | 0.49% | - |
| HSV(B) | 304.23º | 0.76% | 0.8% | - |
| XYZ | 35.58 | 18.8 | 52.21 | - |
| YUV | 111.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 193 | 0 | 0.76 | 0.05 | 0.2 | 304.23 | 0.62 | 0.49 |
| Hex | CC | 30 | C1 | 0 | 4C | 5 | 14 | 130 | 3E | 31 |
| Octal | 314 | 60 | 301 | 0 | 114 | 5 | 24 | 460 | 76 | 61 |
| Binary | 11001100 | 110000 | 11000001 | 0 | 1001100 | 101 | 10100 | 100110000 | 111110 | 110001 |
Color Harmonies of #CC30C1
Complementary color
Monochromatic Colors of #CC30C1
Black with #CC30C1
Text Example
Text Example
White with #CC30C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30C1; }
p { color: rgb(204,48,193); }
H1.HeaderClassName
{
color: #CC30C1;
}
.AnyTagClassName
{
color: #CC30C1;
}
</style>
background-color css
<style>
a { background-color: #CC30C1; }
a { background-color: rgb(204,48,193); }
div.DivClassName
{
background-color: #CC30C1;
}
.BgClassName
{
background-color: #CC30C1;
}
</style>
border-color css
<style>
span { border-color: #CC30C1; }
span { border-color: rgb(204,48,193); }
td.TdClassName
{
border-color: #CC30C1;
}
.TagClassName
{
border-color: #CC30C1;
}
</style>