Shades of Fuchsia #C75DB2
Tints of Fuchsia #C75DB2
RGB
CMYK
RGB Variations
Color information
#C75DB2 (or 0xC75DB2) is known color: Fuchsia. HEX triplet: C7, 5D and B2. RGB value is (199,93,178). Sum of RGB (Red+Green+Blue) = 199+93+178=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DB2 is #38A24D. Grayscale: #868686. Windows color (decimal): -3711566 or 11689415. OLE color: 11689415.
HSL color Cylindrical-coordinate representation of color #C75DB2: hue angle of 311.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75DB2 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 178 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.22 |
| HSL | 311.89º | 0.49% | 0.57% | - |
| HSV(B) | 311.89º | 0.53% | 0.78% | - |
| XYZ | 35.5 | 23.19 | 44.72 | - |
| YUV | 134.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 178 | 0 | 0.53 | 0.11 | 0.22 | 311.89 | 0.49 | 0.57 |
| Hex | C7 | 5D | B2 | 0 | 35 | B | 16 | 138 | 31 | 39 |
| Octal | 307 | 135 | 262 | 0 | 65 | 13 | 26 | 470 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10110010 | 0 | 110101 | 1011 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C75DB2
Complementary color
Monochromatic Colors of #C75DB2
Black with #C75DB2
Text Example
Text Example
White with #C75DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DB2; }
p { color: rgb(199,93,178); }
H1.HeaderClassName
{
color: #C75DB2;
}
.AnyTagClassName
{
color: #C75DB2;
}
</style>
background-color css
<style>
a { background-color: #C75DB2; }
a { background-color: rgb(199,93,178); }
div.DivClassName
{
background-color: #C75DB2;
}
.BgClassName
{
background-color: #C75DB2;
}
</style>
border-color css
<style>
span { border-color: #C75DB2; }
span { border-color: rgb(199,93,178); }
td.TdClassName
{
border-color: #C75DB2;
}
.TagClassName
{
border-color: #C75DB2;
}
</style>