Shades of Fuchsia #C75DBA
Tints of Fuchsia #C75DBA
RGB
CMYK
RGB Variations
Color information
#C75DBA (or 0xC75DBA) is known color: Fuchsia. HEX triplet: C7, 5D and BA. RGB value is (199,93,186). Sum of RGB (Red+Green+Blue) = 199+93+186=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DBA is #38A245. Grayscale: #878787. Windows color (decimal): -3711558 or 12213703. OLE color: 12213703.
HSL color Cylindrical-coordinate representation of color #C75DBA: hue angle of 307.36º 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 #C75DBA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 186 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.22 |
| HSL | 307.36º | 0.49% | 0.57% | - |
| HSV(B) | 307.36º | 0.53% | 0.78% | - |
| XYZ | 36.33 | 23.52 | 49.08 | - |
| YUV | 135.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 186 | 0 | 0.53 | 0.07 | 0.22 | 307.36 | 0.49 | 0.57 |
| Hex | C7 | 5D | BA | 0 | 35 | 7 | 16 | 133 | 31 | 39 |
| Octal | 307 | 135 | 272 | 0 | 65 | 7 | 26 | 463 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10111010 | 0 | 110101 | 111 | 10110 | 100110011 | 110001 | 111001 |
Color Harmonies of #C75DBA
Complementary color
Monochromatic Colors of #C75DBA
Black with #C75DBA
Text Example
Text Example
White with #C75DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DBA; }
p { color: rgb(199,93,186); }
H1.HeaderClassName
{
color: #C75DBA;
}
.AnyTagClassName
{
color: #C75DBA;
}
</style>
background-color css
<style>
a { background-color: #C75DBA; }
a { background-color: rgb(199,93,186); }
div.DivClassName
{
background-color: #C75DBA;
}
.BgClassName
{
background-color: #C75DBA;
}
</style>
border-color css
<style>
span { border-color: #C75DBA; }
span { border-color: rgb(199,93,186); }
td.TdClassName
{
border-color: #C75DBA;
}
.TagClassName
{
border-color: #C75DBA;
}
</style>