Shades of Fuchsia #C275BC
Tints of Fuchsia #C275BC
RGB
CMYK
RGB Variations
Color information
#C275BC (or 0xC275BC) is known color: Fuchsia. HEX triplet: C2, 75 and BC. RGB value is (194,117,188). Sum of RGB (Red+Green+Blue) = 194+117+188=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BC is #3D8A43. Grayscale: #939393. Windows color (decimal): -4033092 or 12350914. OLE color: 12350914.
HSL color Cylindrical-coordinate representation of color #C275BC: hue angle of 304.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275BC is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 188 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.24 |
| HSL | 304.68º | 0.39% | 0.61% | - |
| HSV(B) | 304.68º | 0.4% | 0.76% | - |
| XYZ | 37.69 | 27.82 | 50.96 | - |
| YUV | 148.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 188 | 0 | 0.40 | 0.03 | 0.24 | 304.68 | 0.39 | 0.61 |
| Hex | C2 | 75 | BC | 0 | 28 | 3 | 18 | 131 | 27 | 3D |
| Octal | 302 | 165 | 274 | 0 | 50 | 3 | 30 | 461 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10111100 | 0 | 101000 | 11 | 11000 | 100110001 | 100111 | 111101 |
Color Harmonies of #C275BC
Complementary color
Monochromatic Colors of #C275BC
Black with #C275BC
Text Example
Text Example
White with #C275BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275BC; }
p { color: rgb(194,117,188); }
H1.HeaderClassName
{
color: #C275BC;
}
.AnyTagClassName
{
color: #C275BC;
}
</style>
background-color css
<style>
a { background-color: #C275BC; }
a { background-color: rgb(194,117,188); }
div.DivClassName
{
background-color: #C275BC;
}
.BgClassName
{
background-color: #C275BC;
}
</style>
border-color css
<style>
span { border-color: #C275BC; }
span { border-color: rgb(194,117,188); }
td.TdClassName
{
border-color: #C275BC;
}
.TagClassName
{
border-color: #C275BC;
}
</style>