Shades of Fuchsia #C075B5
Tints of Fuchsia #C075B5
RGB
CMYK
RGB Variations
Color information
#C075B5 (or 0xC075B5) is known color: Fuchsia. HEX triplet: C0, 75 and B5. RGB value is (192,117,181). Sum of RGB (Red+Green+Blue) = 192+117+181=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C075B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075B5 is #3F8A4A. Grayscale: #929292. Windows color (decimal): -4164171 or 11892160. OLE color: 11892160.
HSL color Cylindrical-coordinate representation of color #C075B5: hue angle of 308.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075B5 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 181 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.25 |
| HSL | 308.8º | 0.37% | 0.61% | - |
| HSV(B) | 308.8º | 0.39% | 0.75% | - |
| XYZ | 36.44 | 27.27 | 47.06 | - |
| YUV | 146.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 181 | 0 | 0.39 | 0.06 | 0.25 | 308.8 | 0.37 | 0.61 |
| Hex | C0 | 75 | B5 | 0 | 27 | 6 | 19 | 135 | 25 | 3D |
| Octal | 300 | 165 | 265 | 0 | 47 | 6 | 31 | 465 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10110101 | 0 | 100111 | 110 | 11001 | 100110101 | 100101 | 111101 |
Color Harmonies of #C075B5
Complementary color
Monochromatic Colors of #C075B5
Black with #C075B5
Text Example
Text Example
White with #C075B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075B5; }
p { color: rgb(192,117,181); }
H1.HeaderClassName
{
color: #C075B5;
}
.AnyTagClassName
{
color: #C075B5;
}
</style>
background-color css
<style>
a { background-color: #C075B5; }
a { background-color: rgb(192,117,181); }
div.DivClassName
{
background-color: #C075B5;
}
.BgClassName
{
background-color: #C075B5;
}
</style>
border-color css
<style>
span { border-color: #C075B5; }
span { border-color: rgb(192,117,181); }
td.TdClassName
{
border-color: #C075B5;
}
.TagClassName
{
border-color: #C075B5;
}
</style>