Shades of Fuchsia #C25FCB
Tints of Fuchsia #C25FCB
RGB
CMYK
RGB Variations
Color information
#C25FCB (or 0xC25FCB) is known color: Fuchsia. HEX triplet: C2, 5F and CB. RGB value is (194,95,203). Sum of RGB (Red+Green+Blue) = 194+95+203=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FCB is #3DA034. Grayscale: #888888. Windows color (decimal): -4038709 or 13328322. OLE color: 13328322.
HSL color Cylindrical-coordinate representation of color #C25FCB: hue angle of 295º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25FCB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 95 | 203 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.20 |
| HSL | 295º | 0.51% | 0.58% | - |
| HSV(B) | 295º | 0.53% | 0.8% | - |
| XYZ | 37.12 | 23.97 | 59.17 | - |
| YUV | 136.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 203 | 0.04 | 0.53 | 0 | 0.20 | 295 | 0.51 | 0.58 |
| Hex | C2 | 5F | CB | 4 | 35 | 0 | 14 | 127 | 33 | 3A |
| Octal | 302 | 137 | 313 | 4 | 65 | 0 | 24 | 447 | 63 | 72 |
| Binary | 11000010 | 1011111 | 11001011 | 100 | 110101 | 0 | 10100 | 100100111 | 110011 | 111010 |
Color Harmonies of #C25FCB
Complementary color
Monochromatic Colors of #C25FCB
Black with #C25FCB
Text Example
Text Example
White with #C25FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FCB; }
p { color: rgb(194,95,203); }
H1.HeaderClassName
{
color: #C25FCB;
}
.AnyTagClassName
{
color: #C25FCB;
}
</style>
background-color css
<style>
a { background-color: #C25FCB; }
a { background-color: rgb(194,95,203); }
div.DivClassName
{
background-color: #C25FCB;
}
.BgClassName
{
background-color: #C25FCB;
}
</style>
border-color css
<style>
span { border-color: #C25FCB; }
span { border-color: rgb(194,95,203); }
td.TdClassName
{
border-color: #C25FCB;
}
.TagClassName
{
border-color: #C25FCB;
}
</style>