Shades of Fuchsia #C275BE
Tints of Fuchsia #C275BE
RGB
CMYK
RGB Variations
Color information
#C275BE (or 0xC275BE) is known color: Fuchsia. HEX triplet: C2, 75 and BE. RGB value is (194,117,190). Sum of RGB (Red+Green+Blue) = 194+117+190=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BE is #3D8A41. Grayscale: #949494. Windows color (decimal): -4033090 or 12481986. OLE color: 12481986.
HSL color Cylindrical-coordinate representation of color #C275BE: hue angle of 303.12º 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 #C275BE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 190 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.24 |
| HSL | 303.12º | 0.39% | 0.61% | - |
| HSV(B) | 303.12º | 0.4% | 0.76% | - |
| XYZ | 37.9 | 27.91 | 52.1 | - |
| YUV | 148.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 190 | 0 | 0.40 | 0.02 | 0.24 | 303.12 | 0.39 | 0.61 |
| Hex | C2 | 75 | BE | 0 | 28 | 2 | 18 | 12F | 27 | 3D |
| Octal | 302 | 165 | 276 | 0 | 50 | 2 | 30 | 457 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10111110 | 0 | 101000 | 10 | 11000 | 100101111 | 100111 | 111101 |
Color Harmonies of #C275BE
Complementary color
Monochromatic Colors of #C275BE
Black with #C275BE
Text Example
Text Example
White with #C275BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275BE; }
p { color: rgb(194,117,190); }
H1.HeaderClassName
{
color: #C275BE;
}
.AnyTagClassName
{
color: #C275BE;
}
</style>
background-color css
<style>
a { background-color: #C275BE; }
a { background-color: rgb(194,117,190); }
div.DivClassName
{
background-color: #C275BE;
}
.BgClassName
{
background-color: #C275BE;
}
</style>
border-color css
<style>
span { border-color: #C275BE; }
span { border-color: rgb(194,117,190); }
td.TdClassName
{
border-color: #C275BE;
}
.TagClassName
{
border-color: #C275BE;
}
</style>