Shades of Fuchsia #C257CC
Tints of Fuchsia #C257CC
RGB
CMYK
RGB Variations
Color information
#C257CC (or 0xC257CC) is known color: Fuchsia. HEX triplet: C2, 57 and CC. RGB value is (194,87,204). Sum of RGB (Red+Green+Blue) = 194+87+204=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C257CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CC is #3DA833. Grayscale: #838383. Windows color (decimal): -4040756 or 13391810. OLE color: 13391810.
HSL color Cylindrical-coordinate representation of color #C257CC: hue angle of 294.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C257CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 87 | 204 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.2 |
| HSL | 294.87º | 0.53% | 0.57% | - |
| HSV(B) | 294.87º | 0.57% | 0.8% | - |
| XYZ | 36.56 | 22.65 | 59.57 | - |
| YUV | 132.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 204 | 0.05 | 0.57 | 0 | 0.2 | 294.87 | 0.53 | 0.57 |
| Hex | C2 | 57 | CC | 5 | 39 | 0 | 14 | 127 | 35 | 39 |
| Octal | 302 | 127 | 314 | 5 | 71 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000010 | 1010111 | 11001100 | 101 | 111001 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C257CC
Complementary color
Monochromatic Colors of #C257CC
Black with #C257CC
Text Example
Text Example
White with #C257CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257CC; }
p { color: rgb(194,87,204); }
H1.HeaderClassName
{
color: #C257CC;
}
.AnyTagClassName
{
color: #C257CC;
}
</style>
background-color css
<style>
a { background-color: #C257CC; }
a { background-color: rgb(194,87,204); }
div.DivClassName
{
background-color: #C257CC;
}
.BgClassName
{
background-color: #C257CC;
}
</style>
border-color css
<style>
span { border-color: #C257CC; }
span { border-color: rgb(194,87,204); }
td.TdClassName
{
border-color: #C257CC;
}
.TagClassName
{
border-color: #C257CC;
}
</style>