Shades of Fuchsia #C25BC4
Tints of Fuchsia #C25BC4
RGB
CMYK
RGB Variations
Color information
#C25BC4 (or 0xC25BC4) is known color: Fuchsia. HEX triplet: C2, 5B and C4. RGB value is (194,91,196). Sum of RGB (Red+Green+Blue) = 194+91+196=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #C25BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BC4 is #3DA43B. Grayscale: #858585. Windows color (decimal): -4039740 or 12868546. OLE color: 12868546.
HSL color Cylindrical-coordinate representation of color #C25BC4: hue angle of 298.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25BC4 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 91 | 196 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.23 |
| HSL | 298.86º | 0.47% | 0.56% | - |
| HSV(B) | 298.86º | 0.54% | 0.77% | - |
| XYZ | 35.95 | 22.94 | 54.76 | - |
| YUV | 133.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 196 | 0.01 | 0.54 | 0 | 0.23 | 298.86 | 0.47 | 0.56 |
| Hex | C2 | 5B | C4 | 1 | 36 | 0 | 17 | 12B | 2F | 38 |
| Octal | 302 | 133 | 304 | 1 | 66 | 0 | 27 | 453 | 57 | 70 |
| Binary | 11000010 | 1011011 | 11000100 | 1 | 110110 | 0 | 10111 | 100101011 | 101111 | 111000 |
Color Harmonies of #C25BC4
Complementary color
Monochromatic Colors of #C25BC4
Black with #C25BC4
Text Example
Text Example
White with #C25BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BC4; }
p { color: rgb(194,91,196); }
H1.HeaderClassName
{
color: #C25BC4;
}
.AnyTagClassName
{
color: #C25BC4;
}
</style>
background-color css
<style>
a { background-color: #C25BC4; }
a { background-color: rgb(194,91,196); }
div.DivClassName
{
background-color: #C25BC4;
}
.BgClassName
{
background-color: #C25BC4;
}
</style>
border-color css
<style>
span { border-color: #C25BC4; }
span { border-color: rgb(194,91,196); }
td.TdClassName
{
border-color: #C25BC4;
}
.TagClassName
{
border-color: #C25BC4;
}
</style>