Shades of Fuchsia #CC30C2
Tints of Fuchsia #CC30C2
RGB
CMYK
RGB Variations
Color information
#CC30C2 (or 0xCC30C2) is known color: Fuchsia. HEX triplet: CC, 30 and C2. RGB value is (204,48,194). Sum of RGB (Red+Green+Blue) = 204+48+194=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C2 is #33CF3D. Grayscale: #6E6E6E. Windows color (decimal): -3395390 or 12726476. OLE color: 12726476.
HSL color Cylindrical-coordinate representation of color #CC30C2: hue angle of 303.85º 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 #CC30C2 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 194 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.2 |
| HSL | 303.85º | 0.62% | 0.49% | - |
| HSV(B) | 303.85º | 0.76% | 0.8% | - |
| XYZ | 35.7 | 18.85 | 52.8 | - |
| YUV | 111.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 194 | 0 | 0.76 | 0.05 | 0.2 | 303.85 | 0.62 | 0.49 |
| Hex | CC | 30 | C2 | 0 | 4C | 5 | 14 | 130 | 3E | 31 |
| Octal | 314 | 60 | 302 | 0 | 114 | 5 | 24 | 460 | 76 | 61 |
| Binary | 11001100 | 110000 | 11000010 | 0 | 1001100 | 101 | 10100 | 100110000 | 111110 | 110001 |
Color Harmonies of #CC30C2
Complementary color
Monochromatic Colors of #CC30C2
Black with #CC30C2
Text Example
Text Example
White with #CC30C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30C2; }
p { color: rgb(204,48,194); }
H1.HeaderClassName
{
color: #CC30C2;
}
.AnyTagClassName
{
color: #CC30C2;
}
</style>
background-color css
<style>
a { background-color: #CC30C2; }
a { background-color: rgb(204,48,194); }
div.DivClassName
{
background-color: #CC30C2;
}
.BgClassName
{
background-color: #CC30C2;
}
</style>
border-color css
<style>
span { border-color: #CC30C2; }
span { border-color: rgb(204,48,194); }
td.TdClassName
{
border-color: #CC30C2;
}
.TagClassName
{
border-color: #CC30C2;
}
</style>