Shades of Fuchsia #C65DBF
Tints of Fuchsia #C65DBF
RGB
CMYK
RGB Variations
Color information
#C65DBF (or 0xC65DBF) is known color: Fuchsia. HEX triplet: C6, 5D and BF. RGB value is (198,93,191). Sum of RGB (Red+Green+Blue) = 198+93+191=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DBF is #39A240. Grayscale: #878787. Windows color (decimal): -3777089 or 12541382. OLE color: 12541382.
HSL color Cylindrical-coordinate representation of color #C65DBF: hue angle of 304º degrees, saturation: 0.48, 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 #C65DBF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 191 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.22 |
| HSL | 304º | 0.48% | 0.57% | - |
| HSV(B) | 304º | 0.53% | 0.78% | - |
| XYZ | 36.61 | 23.6 | 51.92 | - |
| YUV | 135.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 191 | 0 | 0.53 | 0.04 | 0.22 | 304 | 0.48 | 0.57 |
| Hex | C6 | 5D | BF | 0 | 35 | 4 | 16 | 130 | 30 | 39 |
| Octal | 306 | 135 | 277 | 0 | 65 | 4 | 26 | 460 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10111111 | 0 | 110101 | 100 | 10110 | 100110000 | 110000 | 111001 |
Color Harmonies of #C65DBF
Complementary color
Monochromatic Colors of #C65DBF
Black with #C65DBF
Text Example
Text Example
White with #C65DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DBF; }
p { color: rgb(198,93,191); }
H1.HeaderClassName
{
color: #C65DBF;
}
.AnyTagClassName
{
color: #C65DBF;
}
</style>
background-color css
<style>
a { background-color: #C65DBF; }
a { background-color: rgb(198,93,191); }
div.DivClassName
{
background-color: #C65DBF;
}
.BgClassName
{
background-color: #C65DBF;
}
</style>
border-color css
<style>
span { border-color: #C65DBF; }
span { border-color: rgb(198,93,191); }
td.TdClassName
{
border-color: #C65DBF;
}
.TagClassName
{
border-color: #C65DBF;
}
</style>