Shades of Fuchsia #C330C2
Tints of Fuchsia #C330C2
RGB
CMYK
RGB Variations
Color information
#C330C2 (or 0xC330C2) is known color: Fuchsia. HEX triplet: C3, 30 and C2. RGB value is (195,48,194). Sum of RGB (Red+Green+Blue) = 195+48+194=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C330C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C2 is #3CCF3D. Grayscale: #6C6C6C. Windows color (decimal): -3985214 or 12726467. OLE color: 12726467.
HSL color Cylindrical-coordinate representation of color #C330C2: hue angle of 300.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330C2 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 194 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.24 |
| HSL | 300.41º | 0.6% | 0.48% | - |
| HSV(B) | 300.41º | 0.75% | 0.76% | - |
| XYZ | 33.3 | 17.61 | 52.68 | - |
| YUV | 108.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 194 | 0 | 0.75 | 0.01 | 0.24 | 300.41 | 0.6 | 0.48 |
| Hex | C3 | 30 | C2 | 0 | 4B | 1 | 18 | 12C | 3C | 30 |
| Octal | 303 | 60 | 302 | 0 | 113 | 1 | 30 | 454 | 74 | 60 |
| Binary | 11000011 | 110000 | 11000010 | 0 | 1001011 | 1 | 11000 | 100101100 | 111100 | 110000 |
Color Harmonies of #C330C2
Complementary color
Monochromatic Colors of #C330C2
Black with #C330C2
Text Example
Text Example
White with #C330C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330C2; }
p { color: rgb(195,48,194); }
H1.HeaderClassName
{
color: #C330C2;
}
.AnyTagClassName
{
color: #C330C2;
}
</style>
background-color css
<style>
a { background-color: #C330C2; }
a { background-color: rgb(195,48,194); }
div.DivClassName
{
background-color: #C330C2;
}
.BgClassName
{
background-color: #C330C2;
}
</style>
border-color css
<style>
span { border-color: #C330C2; }
span { border-color: rgb(195,48,194); }
td.TdClassName
{
border-color: #C330C2;
}
.TagClassName
{
border-color: #C330C2;
}
</style>