Shades of Fuchsia #C155CA
Tints of Fuchsia #C155CA
RGB
CMYK
RGB Variations
Color information
#C155CA (or 0xC155CA) is known color: Fuchsia. HEX triplet: C1, 55 and CA. RGB value is (193,85,202). Sum of RGB (Red+Green+Blue) = 193+85+202=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #C155CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155CA is #3EAA35. Grayscale: #828282. Windows color (decimal): -4106806 or 13260225. OLE color: 13260225.
HSL color Cylindrical-coordinate representation of color #C155CA: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C155CA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 85 | 202 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.21 |
| HSL | 295.38º | 0.52% | 0.56% | - |
| HSV(B) | 295.38º | 0.58% | 0.79% | - |
| XYZ | 35.9 | 22.1 | 58.25 | - |
| YUV | 130.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 202 | 0.04 | 0.58 | 0 | 0.21 | 295.38 | 0.52 | 0.56 |
| Hex | C1 | 55 | CA | 4 | 3A | 0 | 15 | 127 | 34 | 38 |
| Octal | 301 | 125 | 312 | 4 | 72 | 0 | 25 | 447 | 64 | 70 |
| Binary | 11000001 | 1010101 | 11001010 | 100 | 111010 | 0 | 10101 | 100100111 | 110100 | 111000 |
Color Harmonies of #C155CA
Complementary color
Monochromatic Colors of #C155CA
Black with #C155CA
Text Example
Text Example
White with #C155CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155CA; }
p { color: rgb(193,85,202); }
H1.HeaderClassName
{
color: #C155CA;
}
.AnyTagClassName
{
color: #C155CA;
}
</style>
background-color css
<style>
a { background-color: #C155CA; }
a { background-color: rgb(193,85,202); }
div.DivClassName
{
background-color: #C155CA;
}
.BgClassName
{
background-color: #C155CA;
}
</style>
border-color css
<style>
span { border-color: #C155CA; }
span { border-color: rgb(193,85,202); }
td.TdClassName
{
border-color: #C155CA;
}
.TagClassName
{
border-color: #C155CA;
}
</style>