Shades of Fuchsia #C257CB
Tints of Fuchsia #C257CB
RGB
CMYK
RGB Variations
Color information
#C257CB (or 0xC257CB) is known color: Fuchsia. HEX triplet: C2, 57 and CB. RGB value is (194,87,203). Sum of RGB (Red+Green+Blue) = 194+87+203=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C257CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CB is #3DA834. Grayscale: #838383. Windows color (decimal): -4040757 or 13326274. OLE color: 13326274.
HSL color Cylindrical-coordinate representation of color #C257CB: hue angle of 295.34º 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 #C257CB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 87 | 203 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.20 |
| HSL | 295.34º | 0.53% | 0.57% | - |
| HSV(B) | 295.34º | 0.57% | 0.8% | - |
| XYZ | 36.44 | 22.6 | 58.94 | - |
| YUV | 132.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 203 | 0.04 | 0.57 | 0 | 0.20 | 295.34 | 0.53 | 0.57 |
| Hex | C2 | 57 | CB | 4 | 39 | 0 | 14 | 127 | 35 | 39 |
| Octal | 302 | 127 | 313 | 4 | 71 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000010 | 1010111 | 11001011 | 100 | 111001 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C257CB
Complementary color
Monochromatic Colors of #C257CB
Black with #C257CB
Text Example
Text Example
White with #C257CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257CB; }
p { color: rgb(194,87,203); }
H1.HeaderClassName
{
color: #C257CB;
}
.AnyTagClassName
{
color: #C257CB;
}
</style>
background-color css
<style>
a { background-color: #C257CB; }
a { background-color: rgb(194,87,203); }
div.DivClassName
{
background-color: #C257CB;
}
.BgClassName
{
background-color: #C257CB;
}
</style>
border-color css
<style>
span { border-color: #C257CB; }
span { border-color: rgb(194,87,203); }
td.TdClassName
{
border-color: #C257CB;
}
.TagClassName
{
border-color: #C257CB;
}
</style>