Shades of Fuchsia #C25CBB
Tints of Fuchsia #C25CBB
RGB
CMYK
RGB Variations
Color information
#C25CBB (or 0xC25CBB) is known color: Fuchsia. HEX triplet: C2, 5C and BB. RGB value is (194,92,187). Sum of RGB (Red+Green+Blue) = 194+92+187=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CBB is #3DA344. Grayscale: #858585. Windows color (decimal): -4039493 or 12278978. OLE color: 12278978.
HSL color Cylindrical-coordinate representation of color #C25CBB: hue angle of 304.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25CBB is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 187 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.24 |
| HSL | 304.12º | 0.46% | 0.56% | - |
| HSV(B) | 304.12º | 0.53% | 0.76% | - |
| XYZ | 35.04 | 22.71 | 49.55 | - |
| YUV | 133.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 187 | 0 | 0.53 | 0.04 | 0.24 | 304.12 | 0.46 | 0.56 |
| Hex | C2 | 5C | BB | 0 | 35 | 4 | 18 | 130 | 2E | 38 |
| Octal | 302 | 134 | 273 | 0 | 65 | 4 | 30 | 460 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10111011 | 0 | 110101 | 100 | 11000 | 100110000 | 101110 | 111000 |
Color Harmonies of #C25CBB
Complementary color
Monochromatic Colors of #C25CBB
Black with #C25CBB
Text Example
Text Example
White with #C25CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CBB; }
p { color: rgb(194,92,187); }
H1.HeaderClassName
{
color: #C25CBB;
}
.AnyTagClassName
{
color: #C25CBB;
}
</style>
background-color css
<style>
a { background-color: #C25CBB; }
a { background-color: rgb(194,92,187); }
div.DivClassName
{
background-color: #C25CBB;
}
.BgClassName
{
background-color: #C25CBB;
}
</style>
border-color css
<style>
span { border-color: #C25CBB; }
span { border-color: rgb(194,92,187); }
td.TdClassName
{
border-color: #C25CBB;
}
.TagClassName
{
border-color: #C25CBB;
}
</style>