Shades of Fuchsia #C065B7
Tints of Fuchsia #C065B7
RGB
CMYK
RGB Variations
Color information
#C065B7 (or 0xC065B7) is known color: Fuchsia. HEX triplet: C0, 65 and B7. RGB value is (192,101,183). Sum of RGB (Red+Green+Blue) = 192+101+183=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C065B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065B7 is #3F9A48. Grayscale: #898989. Windows color (decimal): -4168265 or 12019136. OLE color: 12019136.
HSL color Cylindrical-coordinate representation of color #C065B7: hue angle of 305.93º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065B7 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 183 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.25 |
| HSL | 305.93º | 0.42% | 0.57% | - |
| HSV(B) | 305.93º | 0.47% | 0.75% | - |
| XYZ | 34.94 | 23.93 | 47.58 | - |
| YUV | 137.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 183 | 0 | 0.47 | 0.05 | 0.25 | 305.93 | 0.42 | 0.57 |
| Hex | C0 | 65 | B7 | 0 | 2F | 5 | 19 | 132 | 2A | 39 |
| Octal | 300 | 145 | 267 | 0 | 57 | 5 | 31 | 462 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10110111 | 0 | 101111 | 101 | 11001 | 100110010 | 101010 | 111001 |
Color Harmonies of #C065B7
Complementary color
Monochromatic Colors of #C065B7
Black with #C065B7
Text Example
Text Example
White with #C065B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065B7; }
p { color: rgb(192,101,183); }
H1.HeaderClassName
{
color: #C065B7;
}
.AnyTagClassName
{
color: #C065B7;
}
</style>
background-color css
<style>
a { background-color: #C065B7; }
a { background-color: rgb(192,101,183); }
div.DivClassName
{
background-color: #C065B7;
}
.BgClassName
{
background-color: #C065B7;
}
</style>
border-color css
<style>
span { border-color: #C065B7; }
span { border-color: rgb(192,101,183); }
td.TdClassName
{
border-color: #C065B7;
}
.TagClassName
{
border-color: #C065B7;
}
</style>