Shades of Fuchsia #C350CA
Tints of Fuchsia #C350CA
RGB
CMYK
RGB Variations
Color information
#C350CA (or 0xC350CA) is known color: Fuchsia. HEX triplet: C3, 50 and CA. RGB value is (195,80,202). Sum of RGB (Red+Green+Blue) = 195+80+202=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C350CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350CA is #3CAF35. Grayscale: #7F7F7F. Windows color (decimal): -3977014 or 13258947. OLE color: 13258947.
HSL color Cylindrical-coordinate representation of color #C350CA: hue angle of 296.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C350CA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 80 | 202 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.21 |
| HSL | 296.56º | 0.54% | 0.55% | - |
| HSV(B) | 296.56º | 0.6% | 0.79% | - |
| XYZ | 36.04 | 21.6 | 58.15 | - |
| YUV | 128.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 202 | 0.03 | 0.60 | 0 | 0.21 | 296.56 | 0.54 | 0.55 |
| Hex | C3 | 50 | CA | 3 | 3C | 0 | 15 | 129 | 36 | 37 |
| Octal | 303 | 120 | 312 | 3 | 74 | 0 | 25 | 451 | 66 | 67 |
| Binary | 11000011 | 1010000 | 11001010 | 11 | 111100 | 0 | 10101 | 100101001 | 110110 | 110111 |
Color Harmonies of #C350CA
Complementary color
Monochromatic Colors of #C350CA
Black with #C350CA
Text Example
Text Example
White with #C350CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350CA; }
p { color: rgb(195,80,202); }
H1.HeaderClassName
{
color: #C350CA;
}
.AnyTagClassName
{
color: #C350CA;
}
</style>
background-color css
<style>
a { background-color: #C350CA; }
a { background-color: rgb(195,80,202); }
div.DivClassName
{
background-color: #C350CA;
}
.BgClassName
{
background-color: #C350CA;
}
</style>
border-color css
<style>
span { border-color: #C350CA; }
span { border-color: rgb(195,80,202); }
td.TdClassName
{
border-color: #C350CA;
}
.TagClassName
{
border-color: #C350CA;
}
</style>