Shades of Fuchsia #C255CC
Tints of Fuchsia #C255CC
RGB
CMYK
RGB Variations
Color information
#C255CC (or 0xC255CC) is known color: Fuchsia. HEX triplet: C2, 55 and CC. RGB value is (194,85,204). Sum of RGB (Red+Green+Blue) = 194+85+204=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C255CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255CC is #3DAA33. Grayscale: #828282. Windows color (decimal): -4041268 or 13391298. OLE color: 13391298.
HSL color Cylindrical-coordinate representation of color #C255CC: hue angle of 294.96º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C255CC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 85 | 204 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.2 |
| HSL | 294.96º | 0.54% | 0.57% | - |
| HSV(B) | 294.96º | 0.58% | 0.8% | - |
| XYZ | 36.4 | 22.33 | 59.52 | - |
| YUV | 131.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 204 | 0.05 | 0.58 | 0 | 0.2 | 294.96 | 0.54 | 0.57 |
| Hex | C2 | 55 | CC | 5 | 3A | 0 | 14 | 127 | 36 | 39 |
| Octal | 302 | 125 | 314 | 5 | 72 | 0 | 24 | 447 | 66 | 71 |
| Binary | 11000010 | 1010101 | 11001100 | 101 | 111010 | 0 | 10100 | 100100111 | 110110 | 111001 |
Color Harmonies of #C255CC
Complementary color
Monochromatic Colors of #C255CC
Black with #C255CC
Text Example
Text Example
White with #C255CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255CC; }
p { color: rgb(194,85,204); }
H1.HeaderClassName
{
color: #C255CC;
}
.AnyTagClassName
{
color: #C255CC;
}
</style>
background-color css
<style>
a { background-color: #C255CC; }
a { background-color: rgb(194,85,204); }
div.DivClassName
{
background-color: #C255CC;
}
.BgClassName
{
background-color: #C255CC;
}
</style>
border-color css
<style>
span { border-color: #C255CC; }
span { border-color: rgb(194,85,204); }
td.TdClassName
{
border-color: #C255CC;
}
.TagClassName
{
border-color: #C255CC;
}
</style>