Shades of Fuchsia #C075C1
Tints of Fuchsia #C075C1
RGB
CMYK
RGB Variations
Color information
#C075C1 (or 0xC075C1) is known color: Fuchsia. HEX triplet: C0, 75 and C1. RGB value is (192,117,193). Sum of RGB (Red+Green+Blue) = 192+117+193=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #C075C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075C1 is #3F8A3E. Grayscale: #939393. Windows color (decimal): -4164159 or 12678592. OLE color: 12678592.
HSL color Cylindrical-coordinate representation of color #C075C1: hue angle of 299.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075C1 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 117 | 193 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.24 |
| HSL | 299.21º | 0.38% | 0.61% | - |
| HSV(B) | 299.21º | 0.39% | 0.76% | - |
| XYZ | 37.73 | 27.78 | 53.83 | - |
| YUV | 148.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 193 | 0.01 | 0.39 | 0 | 0.24 | 299.21 | 0.38 | 0.61 |
| Hex | C0 | 75 | C1 | 1 | 27 | 0 | 18 | 12B | 26 | 3D |
| Octal | 300 | 165 | 301 | 1 | 47 | 0 | 30 | 453 | 46 | 75 |
| Binary | 11000000 | 1110101 | 11000001 | 1 | 100111 | 0 | 11000 | 100101011 | 100110 | 111101 |
Color Harmonies of #C075C1
Complementary color
Monochromatic Colors of #C075C1
Black with #C075C1
Text Example
Text Example
White with #C075C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075C1; }
p { color: rgb(192,117,193); }
H1.HeaderClassName
{
color: #C075C1;
}
.AnyTagClassName
{
color: #C075C1;
}
</style>
background-color css
<style>
a { background-color: #C075C1; }
a { background-color: rgb(192,117,193); }
div.DivClassName
{
background-color: #C075C1;
}
.BgClassName
{
background-color: #C075C1;
}
</style>
border-color css
<style>
span { border-color: #C075C1; }
span { border-color: rgb(192,117,193); }
td.TdClassName
{
border-color: #C075C1;
}
.TagClassName
{
border-color: #C075C1;
}
</style>